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:
parent
150c40db86
commit
8e468ffc54
2 changed files with 10 additions and 1 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
-- Shengjing Zhu <zhsj@debian.org> Wed, 10 Oct 2018 10:58:42 +0800
|
||||||
|
|
||||||
tinc (1.1~pre17-1) experimental; urgency=medium
|
tinc (1.1~pre17-1) experimental; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -4,7 +4,8 @@
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
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
|
$(MAKE) clean
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
|
|
Loading…
Reference in a new issue