Control: tags 1073767 + pending

Dear maintainer,

I've prepared an NMU for tinc (versioned as 1.0.36-2.1) and
uploaded it to DELAYED/14. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru tinc-1.0.36/debian/changelog tinc-1.0.36/debian/changelog
--- tinc-1.0.36/debian/changelog	2020-11-22 10:40:27.000000000 +0100
+++ tinc-1.0.36/debian/changelog	2024-06-19 22:27:51.000000000 +0200
@@ -1,3 +1,10 @@
+tinc (1.0.36-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install systemd units into /usr (DEP17 M2) (Closes: #1073767)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Wed, 19 Jun 2024 22:27:51 +0200
+
 tinc (1.0.36-2) unstable; urgency=medium
 
   * Disable support for libvdeplug. Closes: #973233
@@ -669,7 +676,7 @@
   * system startup script.
 
  -- Ivo Timmermans <itimmerm...@bigfoot.com>  Sun, 14 May 2000 22:58:02 +0200
-  
+
 tinc (1.0pre1-0.2) unstable; urgency=low
 
   * Included the blowfish license.
diff -Nru tinc-1.0.36/debian/preinst tinc-1.0.36/debian/preinst
--- tinc-1.0.36/debian/preinst	2019-08-26 13:51:06.000000000 +0200
+++ tinc-1.0.36/debian/preinst	2024-06-19 22:27:32.000000000 +0200
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 NETSFILE="/etc/tinc/nets.boot"
-SYSTEM="/lib/systemd/system"
+SYSTEM="/usr/lib/systemd/system"
 WANTS="/etc/systemd/system/multi-user.target.wants"
 
 set -e
diff -Nru tinc-1.0.36/debian/rules tinc-1.0.36/debian/rules
--- tinc-1.0.36/debian/rules	2020-11-22 10:37:36.000000000 +0100
+++ tinc-1.0.36/debian/rules	2024-06-19 22:27:26.000000000 +0200
@@ -8,7 +8,7 @@
 	rm -f doc/tinc.info
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-uml --with-systemd=/lib/systemd/system --runstatedir=/run
+	dh_auto_configure -- --enable-uml --with-systemd=/usr/lib/systemd/system --runstatedir=/run
 
 override_dh_auto_install:
 	dh_auto_install -- install-html

Reply via email to