Import Debian changes 1.0.35-2

tinc (1.0.35-2) unstable; urgency=medium

  * Bump Standards-Version and Build-Depend on debhelper-compat (= 12).
  * Remove calls to dh_installinit and dh_systemd_start from debian/rules,
    compat level 12 does the right thing by default.
  * Ensure we clean up doc/tinc.info.
This commit is contained in:
Guus Sliepen 2019-01-28 21:54:45 +01:00
parent ecd1f6f67a
commit 36f0d3c816
4 changed files with 16 additions and 9 deletions

10
debian/rules vendored
View file

@ -3,6 +3,10 @@
%:
dh $@
override_dh_clean:
dh_clean
rm -f doc/tinc.info
override_dh_auto_configure:
dh_auto_configure -- --enable-uml --enable-vde --with-systemd=/lib/systemd/system --runstatedir=/run
@ -10,9 +14,3 @@ 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