[SCM] Audacity debian packaging branch, master, updated. upstream/1.3.6-24-g419a1bf

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Jan 14 13:43:50 UTC 2009


The following commit has been merged in the master branch:
commit 0cf2a65218442b559c343b2d38bd862a2a94a5bb
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Wed Jan 14 14:17:12 2009 +0100

    Added patch to fix hyphen-used-as-minus-sign, thanks lintian

diff --git a/debian/patches/hyphen-used-as-minus-sign.patch b/debian/patches/hyphen-used-as-minus-sign.patch
new file mode 100644
index 0000000..96c5a2d
--- /dev/null
+++ b/debian/patches/hyphen-used-as-minus-sign.patch
@@ -0,0 +1,74 @@
+--- audacity.orig/help/audacity.1
++++ audacity/help/audacity.1
+@@ -6,17 +6,17 @@
+ audacity \- Graphical cross-platform audio editor
+ .SH SYNOPSIS
+ .B audacity
+--help
++\-help
+ .br
+ .B audacity
+--version
++\-version
+ .br
+ 
+ .B audacity
+-[-blocksize nnn] -test
++[\-blocksize nnn] \-test
+ .br
+ .B audacity
+-[-blocksize nnn] [
++[\-blocksize nnn] [
+ .I AUDIO-FILE
+ ]
+ .B ...
+@@ -55,25 +55,25 @@
+ 
+ .SH OPTIONS
+ .TP 10
+-\fB-help\fR
++\fB\-help\fR
+ display a brief list of command line options
+ .TP 10
+-\fB-version\fR
++\fB\-version\fR
+ display the audacity version number
+ .TP 10
+-\fB-test\fR
++\fB\-test\fR
+ run self diagnostics tests (only present in development builds)
+ .TP 10
+-\fB-blocksize nnn\fR
++\fB\-blocksize nnn\fR
+ set the audacity block size for writing files to disk to nnn bytes
+ 
+ .SH FILES
+-.I ~/.audacity-data/audacity.cfg
++.I ~/.audacity\-data/audacity.cfg
+ .RS
+ Per user configuration file.
+ .RE
+ 
+-.I /tmp/audacity-<user>/
++.I /tmp/audacity\-<user>/
+ .RS
+ Default location of Audacity's temp directory, where <user> is your
+ username.  If this location is not suitable (not enough space in
+@@ -104,7 +104,7 @@
+ The current working directory when Audacity is started.
+ .RE
+ 
+-.I ~/.audacity-files
++.I ~/.audacity\-files
+ 
+ .I <prefix>/share/audacity
+ .RS
+@@ -126,7 +126,7 @@
+ 
+ Audacity supports two types of plug-ins on Unix: LADSPA and Nyquist
+ plug-ins.  These are generally placed in a directory called 
+-.I plug-ins 
++.I plug\-ins 
+ somewhere on the search path (see above).
+ 
+ LADSPA plug-ins can either be in the plug-ins directory, or alternatively
diff --git a/help/audacity.1 b/help/audacity.1
index 450d95b..86155a9 100644
--- a/help/audacity.1
+++ b/help/audacity.1
@@ -6,17 +6,17 @@
 audacity \- Graphical cross-platform audio editor
 .SH SYNOPSIS
 .B audacity
--help
+\-help
 .br
 .B audacity
--version
+\-version
 .br
 
 .B audacity
-[-blocksize nnn] -test
+[\-blocksize nnn] \-test
 .br
 .B audacity
-[-blocksize nnn] [
+[\-blocksize nnn] [
 .I AUDIO-FILE
 ]
 .B ...
@@ -55,25 +55,25 @@ driven by a bash script will be much more powerful than audacity.
 
 .SH OPTIONS
 .TP 10
-\fB-help\fR
+\fB\-help\fR
 display a brief list of command line options
 .TP 10
-\fB-version\fR
+\fB\-version\fR
 display the audacity version number
 .TP 10
-\fB-test\fR
+\fB\-test\fR
 run self diagnostics tests (only present in development builds)
 .TP 10
-\fB-blocksize nnn\fR
+\fB\-blocksize nnn\fR
 set the audacity block size for writing files to disk to nnn bytes
 
 .SH FILES
-.I ~/.audacity-data/audacity.cfg
+.I ~/.audacity\-data/audacity.cfg
 .RS
 Per user configuration file.
 .RE
 
-.I /tmp/audacity-<user>/
+.I /tmp/audacity\-<user>/
 .RS
 Default location of Audacity's temp directory, where <user> is your
 username.  If this location is not suitable (not enough space in
@@ -104,7 +104,7 @@ environment variable will be searched before anywhere else.
 The current working directory when Audacity is started.
 .RE
 
-.I ~/.audacity-files
+.I ~/.audacity\-files
 
 .I <prefix>/share/audacity
 .RS
@@ -126,7 +126,7 @@ into other languages), Audacity also searches
 
 Audacity supports two types of plug-ins on Unix: LADSPA and Nyquist
 plug-ins.  These are generally placed in a directory called 
-.I plug-ins 
+.I plug\-ins 
 somewhere on the search path (see above).
 
 LADSPA plug-ins can either be in the plug-ins directory, or alternatively

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list