Hi,

Here's the patch to fix. Besides, there's a typo in debian/rules, and I
fixes it meanwhile.

-- 
Shengjing Zhu
diff -Nru tinc-1.1~pre17/debian/changelog tinc-1.1~pre17/debian/changelog
--- tinc-1.1~pre17/debian/changelog     2018-10-08 22:32:57.000000000 +0800
+++ tinc-1.1~pre17/debian/changelog     2018-10-10 10:58:42.000000000 +0800
@@ -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 <z...@debian.org>  Wed, 10 Oct 2018 10:58:42 +0800
+
 tinc (1.1~pre17-1) experimental; urgency=medium
 
   * New upstream release.
diff -Nru tinc-1.1~pre17/debian/rules tinc-1.1~pre17/debian/rules
--- tinc-1.1~pre17/debian/rules 2018-10-08 22:32:27.000000000 +0800
+++ tinc-1.1~pre17/debian/rules 2018-10-10 10:57:16.000000000 +0800
@@ -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:

Attachment: signature.asc
Description: PGP signature

Reply via email to