[SCM] azr3-jack/master: Add patch to escape the hyphen '-' in the manpage.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Jun 1 14:17:19 UTC 2011


The following commit has been merged in the master branch:
commit 21d824853cfdfad28e3f49955b7de6f217ff4cfb
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Jun 1 16:16:56 2011 +0200

    Add patch to escape the hyphen '-' in the manpage.

diff --git a/debian/patches/0003-manpage.patch b/debian/patches/0003-manpage.patch
new file mode 100644
index 0000000..ce05679
--- /dev/null
+++ b/debian/patches/0003-manpage.patch
@@ -0,0 +1,49 @@
+Description: Escape hyphen '-' as it is used as minus sign.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ azr3.1 |   12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+--- azr3-jack.orig/azr3.1
++++ azr3-jack/azr3.1
+@@ -37,33 +37,33 @@ MIDI and audio software using JACK.
+ .br
+ 
+ .TP
+-\fB -a, --audio-output\fP=\fIPORT|CLIENT\fP
++\fB \-a, \-\-audio-output\fP=\fIPORT|CLIENT\fP
+ When used, azr3 will try to connect its audio output ports to PORT (if it's
+ a JACK port name) or the first two audio input ports in CLIENT (if it's a
+ JACK client name).
+ 
+ .TP
+-\fB -h, --help\fP
++\fB \-h, \-\-help\fP
+ Display a help text and exit.
+ 
+ .TP
+-\fB -j, --jack-name\fP=\fINAME\fP
++\fB \-j, \-\-jack-name\fP=\fINAME\fP
+ Set the name of the JACK client. The default is \fBAZR-3\fP. Note that JACK may
+ change this name by e.g. adding a number at the end if needed.
+ 
+ .TP
+-\fB -m, --midi-input\fP=\fIPORT|CLIENT\fP
++\fB \-m, \-\-midi-input\fP=\fIPORT|CLIENT\fP
+ 
+ When used, azr3 will try to connect its MIDI input port to PORT (if it's a
+ JACK port name) or the first MIDI output port in CLIENT (if it's a JACK
+ client name).
+ 
+ .TP
+-\fB -p, --preset\fP=\fINUMBER\fP
++\fB \-p, \-\-preset\fP=\fINUMBER\fP
+ Load the preset with the given number instead of the first available one.
+ 
+ .TP
+-.B -v, --version
++.B \-v, \-\-version
+ Display version information and exit.
+ 
+ .P
diff --git a/debian/patches/series b/debian/patches/series
index b38840f..15dc8eb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-linking_order.patch
 0002-drop_lash_support.patch
+0003-manpage.patch

-- 
azr3-jack packaging



More information about the pkg-multimedia-commits mailing list