Import Debian changes 1.1~pre14-16-g15b868e-1

tinc (1.1~pre14-16-g15b868e-1) experimental; urgency=medium

  * New upstream release.
    - Use the latest git version in order to compile with OpenSSL 1.1.0.
  * Bump debian/compat and Standards-Version.
  * Fix the version number in configure.ac.
  * Make the build reproducible.
This commit is contained in:
Guus Sliepen 2016-09-26 21:35:35 +02:00
commit 3c37b83332
52 changed files with 860 additions and 293 deletions

2
debian/rules vendored
View file

@ -15,7 +15,7 @@
dh $@ --parallel --with python2
override_dh_auto_configure:
dh_auto_configure -- --enable-uml --enable-vde
dh_auto_configure -- --enable-uml --enable-vde --with-systemd
$(MAKE) clean
override_dh_auto_install: