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 | 40 |
1 files changed, 40 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..a66e14b --- /dev/null +++ b/debian/patches/Mention-the-Debian-BTS-in-the-manpages.patch @@ -0,0 +1,40 @@ +From 736780d04831312953466c1a69f339af0ec7f2a9 Mon Sep 17 00:00:00 2001 +From: Guilhem Moulin <guilhem@debian.org> +Date: Thu, 1 Dec 2016 00:49:17 +0100 +Subject: Mention the Debian BTS in the manpages. + +--- + lacme-accountd.1.md | 6 ++++++ + lacme.8.md | 6 ++++++ + 2 files changed, 12 insertions(+) + +--- a/lacme-accountd.1.md ++++ b/lacme-accountd.1.md +@@ -130,6 +130,12 @@ execute [`lacme`(8)] remotely: + ~$ ssh -oExitOnForwardFailure=yes -tt -R /path/to/remote.sock:$XDG_RUNTIME_DIR/S.lacme user@example.org \ + sudo lacme --socket=/path/to/remote.sock newOrder + ++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 + ======== + +--- a/lacme.8.md ++++ b/lacme.8.md +@@ -400,6 +400,12 @@ Examples + ~$ sudo lacme newOrder + ~$ sudo lacme revokeCert /path/to/server/certificate.pem + ++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 + ======== + |