[Debian-ha-commits] [pcs] 13/14: d/patches: add 0011-Add-service-documentation.patch

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sat Oct 14 11:56:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository pcs.

commit dd25cf2e30840fb1ed272ab118f68aa44dec9f16
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Fri Oct 13 20:23:14 2017 +0200

    d/patches: add 0011-Add-service-documentation.patch
    
    Link manpages in pcsd service file.
---
 .../patches/0011-Add-service-documentation.patch   | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/0011-Add-service-documentation.patch b/debian/patches/0011-Add-service-documentation.patch
new file mode 100644
index 0000000..063c11e
--- /dev/null
+++ b/debian/patches/0011-Add-service-documentation.patch
@@ -0,0 +1,26 @@
+Description: Link manpages in pcsd service file
+ Can be accessed with the systemctl help command.
+Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
+Last-Update: 2017-10-13
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/pcsd/pcsd.service
++++ b/pcsd/pcsd.service
+@@ -1,5 +1,7 @@
+ [Unit]
+ Description=PCS GUI and remote configuration interface
++Documentation=man:pcsd(8)
++Documentation=man:pcs(8)
+ 
+ [Service]
+ EnvironmentFile=/etc/sysconfig/pcsd
+--- a/pcsd/pcsd.service.debian
++++ b/pcsd/pcsd.service.debian
+@@ -1,5 +1,7 @@
+ [Unit]
+ Description=PCS GUI and remote configuration interface
++Documentation=man:pcsd(8)
++Documentation=man:pcs(8)
+ 
+ [Service]
+ EnvironmentFile=/etc/default/pcsd
diff --git a/debian/patches/series b/debian/patches/series
index b433801..b20da6d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 0008-Replace-chkconfig.patch
 0009-Fix-pcsd-port.patch
 0010-Fix-python3-build.patch
+0011-Add-service-documentation.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pcs.git



More information about the Debian-HA-Commits mailing list