mirror of
https://github.com/g7/nala.git
synced 2026-08-25 10:12:40 -05:00
23 lines
331 B
Makefile
Executable File
23 lines
331 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
bake --configure install-directory=debian/tmp
|
|
|
|
override_dh_auto_build:
|
|
bake
|
|
|
|
override_dh_auto_install:
|
|
bake install
|
|
|
|
override_dh_auto_clean:
|
|
bake clean
|
|
-rm Recipe.conf
|
|
dh_auto_clean
|