Import Debian changes 1.1~pre3-1
tinc (1.1~pre3-1) experimental; urgency=low * New upstream release. * Bump Standards-Version. * Enable parallel builds. * Bump debian/compat to 9, so tinc gets build with hardening flags. * Move tinc-gui to its own package.
This commit is contained in:
commit
cfba637f96
143 changed files with 13983 additions and 4872 deletions
7
debian/rules
vendored
7
debian/rules
vendored
|
|
@ -9,8 +9,13 @@
|
|||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
#include /usr/share/dpkg/buildflags.mk
|
||||
|
||||
%:
|
||||
dh $@
|
||||
dh $@ --parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --disable-uml --disable-vde
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue