[Pkg-mono-svn-commits] rev 3813 - in monodoc/trunk/debian: . patches

David Paleino hanska-guest at alioth.debian.org
Sun Nov 23 20:15:24 UTC 2008


Author: hanska-guest
Date: 2008-11-23 20:15:23 +0000 (Sun, 23 Nov 2008)
New Revision: 3813

Added:
   monodoc/trunk/debian/patches/11-fix_mdoc.1.patch
Modified:
   monodoc/trunk/debian/changelog
   monodoc/trunk/debian/patches/series
Log:
11-fix_mdoc.1.patch added


Modified: monodoc/trunk/debian/changelog
===================================================================
--- monodoc/trunk/debian/changelog	2008-11-23 20:14:35 UTC (rev 3812)
+++ monodoc/trunk/debian/changelog	2008-11-23 20:15:23 UTC (rev 3813)
@@ -32,6 +32,7 @@
     + 08-fix_mdoc-export.1.patch added
     + 09-fix_mdoc-update.1.patch added
     + 10-fix_mdoc-validate.1.patch added
+    + 11-fix_mdoc.1.patch added
   * debian/man/mono-config.5 added
   * debian/control:
     + added myself to Uploaders
@@ -40,7 +41,7 @@
   * Group Policy:
     + implement get-orig-source target in debian/rules
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 23 Nov 2008 21:14:09 +0100
+ -- David Paleino <d.paleino at gmail.com>  Sun, 23 Nov 2008 21:14:58 +0100
 
 monodoc (1.9-2) unstable; urgency=low
 

Added: monodoc/trunk/debian/patches/11-fix_mdoc.1.patch
===================================================================
--- monodoc/trunk/debian/patches/11-fix_mdoc.1.patch	                        (rev 0)
+++ monodoc/trunk/debian/patches/11-fix_mdoc.1.patch	2008-11-23 20:15:23 UTC (rev 3813)
@@ -0,0 +1,49 @@
+Author: David Paleino <d.paleino at gmail.com>
+Reason: Fixes lintian warning hyphen-used-as-minus-sign
+--- monodoc-2.0.orig/man/mdoc.1
++++ monodoc-2.0/man/mdoc.1
+@@ -58,7 +58,7 @@
+ Documentation can be generated using the \fBmdoc update\fR command:
+ .nf
+ 
+-    mdoc update -o docs/en ProjectName.dll
++    mdoc update \-o docs/en ProjectName.dll
+ 
+ .fi
+ Once the documentation stubs have been generated (and hopefully later filled 
+@@ -69,7 +69,7 @@
+ \fBmdoc export-html\fR:
+ .nf
+ 
+-    mdoc export-html -o /srv/www/htdocs/ProjectName docs/en
++    mdoc export\-html \-o /srv/www/htdocs/ProjectName docs/en
+ 
+ .fi
+ .TP
+@@ -92,7 +92,7 @@
+ \fIassemble\fR the documentation:
+ .nf
+ 
+-    mdoc assemble -o ProjectName docs/en
++    mdoc assemble \-o ProjectName docs/en
+ 
+ .fi
+ The above command creates the files \fIProjectName.tree\fR and
+@@ -120,7 +120,7 @@
+ .nf
+ 
+     cp ProjectName.tree ProjectName.zip ProjectName.source \\
+-      `pkg-config monodoc --variable sourcesdir`
++      `pkg\-config monodoc \-\-variable sourcesdir`
+ 
+ .fi
+ The above will copy the files into the directory that Monodoc has
+@@ -161,7 +161,7 @@
+ is equivalent to:
+ 
+ .nf
+-    mdoc assemble --help
++    mdoc assemble \-\-help
+ .fi
+ 
+ Multiple sub-commands may be listed at once:

Modified: monodoc/trunk/debian/patches/series
===================================================================
--- monodoc/trunk/debian/patches/series	2008-11-23 20:14:35 UTC (rev 3812)
+++ monodoc/trunk/debian/patches/series	2008-11-23 20:15:23 UTC (rev 3813)
@@ -9,3 +9,4 @@
 08-fix_mdoc-export.1.patch
 09-fix_mdoc-update.1.patch
 10-fix_mdoc-validate.1.patch
+11-fix_mdoc.1.patch




More information about the Pkg-mono-svn-commits mailing list