66e86a419b
tinc (1.0.33-1) unstable; urgency=medium * New upstream release. * Test for /etc/default/tinc before trying to source it. Closes: #777262 * Use --runstatedir=/run.
18 lines
411 B
Makefile
Executable file
18 lines
411 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --enable-uml --enable-vde --with-systemdsystemunitdir=/lib/systemd/system --runstatedir=/run
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- install-html
|
|
# Remove info dir file
|
|
rm -f debian/tinc/usr/share/info/dir
|
|
|
|
override_dh_installinit:
|
|
dh_installinit -R
|
|
|
|
override_dh_systemd_start:
|
|
dh_systemd_start --restart-after-upgrade
|