Import Debian changes 1.0.26-1
tinc (1.0.26-1) unstable; urgency=medium
* New upstream release.
* Use the contents, not the presence, of the pidfile to check that tincd is
shut down properly. Closes: #774682
* Bump Standards-Version.
This commit is contained in:
commit
088ed763df
35 changed files with 677 additions and 1427 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
|
@ -12,15 +12,11 @@
|
|||
%:
|
||||
dh $@ --parallel
|
||||
|
||||
.PHONY: override_dh_strip
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=tinc-dbg
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --enable-uml --enable-vde
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install --destdir=debian/tinc -- install-html
|
||||
dh_auto_install -- install-html
|
||||
# Remove info dir file
|
||||
rm -f debian/tinc/usr/share/info/dir
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue