[SCM] ghostess/master: Add a patch to fix some lintian warnings related to the manpage.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Sep 10 10:22:46 UTC 2010


The following commit has been merged in the master branch:
commit 7862ae5bdd154901d3234b65bfb36ab93d802bbc
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Sep 10 12:22:38 2010 +0200

    Add a patch to fix some lintian warnings related to the manpage.

diff --git a/debian/patches/01-manpage_fixes.patch b/debian/patches/01-manpage_fixes.patch
new file mode 100644
index 0000000..7c8e094
--- /dev/null
+++ b/debian/patches/01-manpage_fixes.patch
@@ -0,0 +1,40 @@
+Description: Solve small issues in the manpage file.
+ This fixes the following lintian warnings:
+  - manpage-has-bad-whatis-entry
+  - hyphen-used-as-minus-sign
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ ghostess.1 |    8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+--- ghostess.orig/ghostess.1
++++ ghostess/ghostess.1
+@@ -1,6 +1,6 @@
+ .TH ghostess 1 "September 5th, 2010"
+ .SH NAME
+-ghostess
++ghostess \- graphical DSSI plugin host
+ .SH SYNOPSIS
+ .B ghostess
+ [\fB-debug \fIlevel\fR] [\fB-hostname \fIhostname\fR] [\fB-projdir \fIprojdir\fR]
+@@ -185,7 +185,7 @@ output port.
+ The command:
+ .PP
+ .EX
+-$ ghostess -noauto -chan 2 xsynth-dssi.so -chan 2 xsynth-dssi.so
++$ ghostess \-noauto \-chan 2 xsynth-dssi.so \-chan 2 xsynth-dssi.so
+ .EE
+ .PP
+ will start two instances of Xsynth-DSSI, both listening on MIDI
+@@ -195,8 +195,8 @@ JACK output ports.
+ The command:
+ .PP
+ .EX
+-$ ghostess -debug -1 -hostname fuzzy -projdir /tmp/proj -2 -conf load
+-mypatches -prog 0 4 -port 7 0.45 effects.so:fuzz
++$ ghostess \-debug \-1 \-hostname fuzzy \-projdir /tmp/proj \-2 \-conf load
++mypatches \-prog 0 4 \-port 7 0.45 effects.so:fuzz
+ .EE
+ .PP
+ will start two instances of the \'fuzz\' plugin within the
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e5d690c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-manpage_fixes.patch

-- 
ghostess packaging



More information about the pkg-multimedia-commits mailing list