[Pkg-voip-commits] r6290 - in /openmcu/trunk/debian: changelog patches/00list patches/man-hypen-used-as-minus-sign.dpatch
msp at alioth.debian.org
msp at alioth.debian.org
Fri Oct 10 12:32:57 UTC 2008
Author: msp
Date: Fri Oct 10 12:32:57 2008
New Revision: 6290
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6290
Log:
* dpatch openmcu.1 - lintian:hypen-used-as-minus-sign
* Homepage: included in debian/control
- openmcu - docs refer to old website (Closes: #383632)
Added:
openmcu/trunk/debian/patches/man-hypen-used-as-minus-sign.dpatch (with props)
Modified:
openmcu/trunk/debian/changelog
openmcu/trunk/debian/patches/00list
Modified: openmcu/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openmcu/trunk/debian/changelog?rev=6290&op=diff
==============================================================================
--- openmcu/trunk/debian/changelog (original)
+++ openmcu/trunk/debian/changelog Fri Oct 10 12:32:57 2008
@@ -1,12 +1,18 @@
openmcu (2.2.1-2) UNRELEASED; urgency=low
+ [ Patrick Matthäi ]
* Bumped Standards-Version to 3.8.0.
* Add description for compilation_fixes_backport.dpatch. This fixes an
lintian warning.
* Added missing copyright notice.
Thanks lintian.
- -- Patrick Matthäi <patrick.matthaei at web.de> Wed, 8 Oct 2008 21:09:08 +0200
+ [ Mark Purcell ]
+ * dpatch openmcu.1 - lintian:hypen-used-as-minus-sign
+ * Homepage: included in debian/control
+ - openmcu - docs refer to old website (Closes: #383632)
+
+ -- Mark Purcell <msp at debian.org> Fri, 10 Oct 2008 23:30:29 +1100
openmcu (2.2.1-1) unstable; urgency=low
Modified: openmcu/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/openmcu/trunk/debian/patches/00list?rev=6290&op=diff
==============================================================================
--- openmcu/trunk/debian/patches/00list (original)
+++ openmcu/trunk/debian/patches/00list Fri Oct 10 12:32:57 2008
@@ -1,1 +1,2 @@
compilation_fixes_backport
+man-hypen-used-as-minus-sign.dpatch
Added: openmcu/trunk/debian/patches/man-hypen-used-as-minus-sign.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/openmcu/trunk/debian/patches/man-hypen-used-as-minus-sign.dpatch?rev=6290&op=file
==============================================================================
--- openmcu/trunk/debian/patches/man-hypen-used-as-minus-sign.dpatch (added)
+++ openmcu/trunk/debian/patches/man-hypen-used-as-minus-sign.dpatch Fri Oct 10 12:32:57 2008
@@ -1,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## hyphen-used-as-minus-sign.dpatch by <mark at hp.purcell.id.au>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fixes lintian information: hyphen-used-as-minus-sign
+## DP: '-' must be escaped ('\-') to be interpreted as minus
+
+ at DPATCH@
+diff -urNad openmcu-2.2.1~/openmcu.1 openmcu-2.2.1/openmcu.1
+--- openmcu-2.2.1~/openmcu.1 2006-07-03 16:20:08.000000000 +1000
++++ openmcu-2.2.1/openmcu.1 2008-10-10 23:03:04.000000000 +1100
+@@ -93,11 +93,11 @@
+ .PP
+
+ .TP
+-openmcu -xc
++openmcu \-xc
+ Start the program and run as a foreground process
+
+ .TP
+-openmcu -d
++openmcu \-d
+ Start the program and run as a background daemon
+
+ .SH FILES
Propchange: openmcu/trunk/debian/patches/man-hypen-used-as-minus-sign.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Pkg-voip-commits
mailing list