Bug#910618: tinc: systemd service in wrong path

2018-10-09 Thread Shengjing Zhu
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.0 +0800
+++ tinc-1.1~pre17/debian/changelog 2018-10-10 10:58:42.0 +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   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.0 +0800
+++ tinc-1.1~pre17/debian/rules 2018-10-10 10:57:16.0 +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:


signature.asc
Description: PGP signature


Bug#910618: tinc: systemd service in wrong path

2018-10-08 Thread Shengjing Zhu
Package: tinc
Version: 1.1~pre17-1
Severity: normal

Dear Maintainer,

After upgrading to 1.1~pre17, the systemd service files are in
/usr/lib/x86_64-linux-gnu/systemd/, which is not recognized by systemd.

This is caused by https://github.com/gsliepen/tinc/commit/c2d8264
libdir will be set to multi-arch directory by debhelper.

Thanks
Shengjing Zhu