Import Debian changes 1.0.28-1~bpo8+1
tinc (1.0.28-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
tinc (1.0.28-1) unstable; urgency=medium
* New upstream release.
- Fixes FTBFS on kfreebsd.
* Systemd service files are now provided by upstream.
This commit is contained in:
commit
02fdd053f1
20 changed files with 1072 additions and 58 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
|
@ -4,7 +4,7 @@
|
|||
dh $@ --parallel --with systemd
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --enable-uml --enable-vde
|
||||
dh_auto_configure -- --enable-uml --enable-vde --with-systemdsystemunitdir=/lib/systemd/system
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- install-html
|
||||
|
|
@ -13,7 +13,6 @@ override_dh_auto_install:
|
|||
|
||||
override_dh_installinit:
|
||||
dh_installinit -R
|
||||
dh_installinit --name=tinc@ --noscripts
|
||||
|
||||
override_dh_systemd_start:
|
||||
dh_systemd_start --restart-after-upgrade
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue