tinc/debian/rules

22 lines
530 B
Text
Raw Permalink Normal View History

2017-06-19 03:52:36 +00:00
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
%:
2017-06-19 18:49:47 +00:00
dh $@
2017-06-19 03:52:36 +00:00
2020-12-14 20:53:17 +00:00
#override_dh_auto_configure:
# dh_auto_configure -- --enable-uml --enable-vde --with-systemdsystemunitdir=/lib/systemd/system
2017-06-19 03:52:36 +00:00
2020-12-14 20:53:17 +00:00
#override_dh_auto_install:
# dh_auto_install -- install-html
# # Remove info dir file
# rm -f debian/tinc/usr/share/info/dir
2017-06-19 03:52:36 +00:00
2020-12-14 20:53:17 +00:00
#override_dh_installinit:
# dh_installinit -R
2017-06-19 03:52:36 +00:00
2020-12-14 20:53:17 +00:00
#override_dh_systemd_start:
# dh_systemd_start --restart-after-upgrade