Control: tags 787243 + patch
Control: tags 787243 + pending

Dear maintainer,

I've prepared an NMU for trousers (versioned as 0.3.15-0.3) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru trousers-0.3.15/debian/changelog trousers-0.3.15/debian/changelog
--- trousers-0.3.15/debian/changelog    2022-04-13 14:42:37.000000000 +0000
+++ trousers-0.3.15/debian/changelog    2023-01-30 22:45:09.000000000 +0000
@@ -1,3 +1,11 @@
+trousers (0.3.15-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add systemd service file. Based on patch by Laurent Bigonville.
+    (Closes: #787243)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Mon, 30 Jan 2023 22:45:09 +0000
+
 trousers (0.3.15-0.2) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru trousers-0.3.15/debian/rules trousers-0.3.15/debian/rules
--- trousers-0.3.15/debian/rules        2022-04-13 14:42:37.000000000 +0000
+++ trousers-0.3.15/debian/rules        2023-01-30 22:45:09.000000000 +0000
@@ -10,3 +10,6 @@
 
 override_dh_strip:
        dh_strip --dbg-package=trousers-dbg
+
+override_dh_installsystemd:
+       dh_installsystemd -ptrousers --name=tcsd tcsd.service
diff -Nru trousers-0.3.15/debian/trousers.links 
trousers-0.3.15/debian/trousers.links
--- trousers-0.3.15/debian/trousers.links       1970-01-01 00:00:00.000000000 
+0000
+++ trousers-0.3.15/debian/trousers.links       2023-01-30 22:43:58.000000000 
+0000
@@ -0,0 +1 @@
+lib/systemd/system/tcsd.service lib/systemd/system/trousers.service
diff -Nru trousers-0.3.15/debian/trousers.tcsd.service 
trousers-0.3.15/debian/trousers.tcsd.service
--- trousers-0.3.15/debian/trousers.tcsd.service        1970-01-01 
00:00:00.000000000 +0000
+++ trousers-0.3.15/debian/trousers.tcsd.service        2023-01-30 
22:43:01.000000000 +0000
@@ -0,0 +1,9 @@
+[Unit]
+Description=TCG Core Services Daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/tcsd
+
+[Install]
+WantedBy=multi-user.target

Reply via email to