[Pkg-wmaker-commits] [wmbattery] 196/241: debian/patches: (escape_manpage_hyphens.patch) Escape hyphens in manpage to avoid hyphen-used-as-minus-sign lintian warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:37:59 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmbattery.

commit 5b743ee5edb933adeb341d2232bdd1c376cd974d
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Oct 5 17:26:19 2014 -0500

    debian/patches: (escape_manpage_hyphens.patch) Escape hyphens in manpage to
    avoid hyphen-used-as-minus-sign lintian warning.
---
 debian/patches/escape_manpage_hyphens.patch | 16 ++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/escape_manpage_hyphens.patch b/debian/patches/escape_manpage_hyphens.patch
new file mode 100644
index 0000000..cabc585
--- /dev/null
+++ b/debian/patches/escape_manpage_hyphens.patch
@@ -0,0 +1,16 @@
+Description: Escape manpage hyphens
+ Escape hyphens in manpage to avoid hyphen-used-as-minus-sign lintian warning.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2014-10-05
+
+--- a/wmbattery.1x
++++ b/wmbattery.1x
+@@ -114,7 +114,7 @@
+ .SH EXAMPLE
+ Start at 10% battery to execute 'echo' including status information:
+ .RS
+-wmbattery -c 10 -x "echo Status: %percent%% - %minutes% minutes, %seconds% seconds left"
++wmbattery \-c 10 \-x "echo Status: %percent%% \- %minutes% minutes, %seconds% seconds left"
+ .RE
+ .SH AUTHOR
+ Joey Hess <joey at kitenet.net>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..350ef5b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+escape_manpage_hyphens.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbattery.git



More information about the Pkg-wmaker-commits mailing list