Add patch to fix a lintian warning
authorDarshaka Pathirana <dpat@syn-net.org>
Sun, 19 Jan 2020 19:45:57 +0000 (20:45 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Sun, 19 Jan 2020 20:22:32 +0000 (21:22 +0100)
Fix lintian information systemd-service-file-missing-documentation-key

debian/patches/02-add-documentation-for-systemd-unit [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/02-add-documentation-for-systemd-unit b/debian/patches/02-add-documentation-for-systemd-unit
new file mode 100644 (file)
index 0000000..a5d984b
--- /dev/null
@@ -0,0 +1,9 @@
+--- a/usr/lib/systemd/system/anytun.service
++++ b/usr/lib/systemd/system/anytun.service
+@@ -1,5 +1,6 @@
+ [Unit]
+ Description=Anytun Service
++Documentation=man:anytun(8)
+ After=network.target
+ [Service]
index 5d3962c..90a5cf1 100644 (file)
@@ -1 +1,2 @@
 01-fix-sequence-typo
+02-add-documentation-for-systemd-unit