mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 08:39:34 -05:00
26 lines
282 B
Makefile
Executable file
26 lines
282 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
clean:
|
|
dh_testdir
|
|
dh_clean
|
|
|
|
build:
|
|
dh_testdir
|
|
|
|
binary:
|
|
dh_testroot
|
|
dh_prep
|
|
dh_installdirs
|
|
dh_install
|
|
dh_installchangelogs
|
|
dh_installinfo
|
|
dh_installinit
|
|
dh_fixperms
|
|
dh_installdeb
|
|
dh_gencontrol
|
|
dh_md5sums
|
|
dh_builddeb
|