diff options
Diffstat (limited to 'debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch')
-rw-r--r-- | debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch b/debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch new file mode 100644 index 0000000..24fad20 --- /dev/null +++ b/debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch @@ -0,0 +1,44 @@ +From: Guilhem Moulin <guilhem@debian.org> +Date: Thu, 1 Dec 2016 00:49:17 +0100 +Subject: Mention the Debian BTS in the manpages. + +Forwarded: not-needed +--- + lacme-accountd.1.md | 6 ++++++ + lacme.8.md | 6 ++++++ + 2 files changed, 12 insertions(+) + +diff --git a/lacme-accountd.1.md b/lacme-accountd.1.md +index 4933a78..272cd52 100644 +--- a/lacme-accountd.1.md ++++ b/lacme-accountd.1.md +@@ -206,6 +206,12 @@ Consult the [`lacme`(8) manual][`lacme`(8)] for a solution involving + connecting to `lacme-accountd` on a dedicated remote host. Doing so + enables automatic renewal via [`crontab`(5)] or [`systemd.timer`(5)]. + ++Bugs and feedback ++================= ++ ++Bugs or feature requests for `lacme-accountd` should be filed with the ++Debian project's bug tracker at <<https://www.debian.org/Bugs/>>. ++ + See also + ======== + +diff --git a/lacme.8.md b/lacme.8.md +index ad6dab6..33d7e11 100644 +--- a/lacme.8.md ++++ b/lacme.8.md +@@ -499,6 +499,12 @@ restrictions: + + restrict,from="…",command="/usr/bin/lacme-accountd --quiet --stdio" ssh-rsa … + ++Bugs and feedback ++================= ++ ++Bugs or feature requests for `lacme` should be filed with the Debian ++project's bug tracker at <<https://www.debian.org/Bugs/>>. ++ + See also + ======== + |