From d2a8b5c2864e6eb5ce9ae76453cefffdc6e7e741 Mon Sep 17 00:00:00 2001 From: Darshaka Pathirana Date: Sun, 19 Jan 2020 20:45:57 +0100 Subject: [PATCH] Add patch to fix a lintian warning Fix lintian information systemd-service-file-missing-documentation-key --- debian/patches/02-add-documentation-for-systemd-unit | 9 +++++++++ debian/patches/series | 1 + 2 files changed, 10 insertions(+) create mode 100644 debian/patches/02-add-documentation-for-systemd-unit diff --git a/debian/patches/02-add-documentation-for-systemd-unit b/debian/patches/02-add-documentation-for-systemd-unit new file mode 100644 index 0000000..a5d984b --- /dev/null +++ b/debian/patches/02-add-documentation-for-systemd-unit @@ -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] diff --git a/debian/patches/series b/debian/patches/series index 5d3962c..90a5cf1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-fix-sequence-typo +02-add-documentation-for-systemd-unit -- 2.1.4