Import Debian changes 1.1~pre17-1.1

tinc (1.1~pre17-1.1) experimental; urgency=medium

  * Non-maintainer upload.
  * Fix systemd service install path. Closes: #910618
  * Fix typo in --enable-miniupnpc option.
This commit is contained in:
Shengjing Zhu 2018-10-10 10:58:42 +08:00 committed by Guus Sliepen
parent 150c40db86
commit 8e468ffc54
2 changed files with 10 additions and 1 deletions

3
debian/rules vendored
View file

@ -4,7 +4,8 @@
dh $@
override_dh_auto_configure:
dh_auto_configure -- --enable-uml --enable-vde --enable-miniupnp --with-systemd
dh_auto_configure -- --enable-uml --enable-vde --enable-miniupnpc \
--with-systemd=/lib/systemd/system/
$(MAKE) clean
override_dh_auto_install: