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

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


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

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

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

Added: monodoc/trunk/debian/patches/12-fix_monodocer.1.patch
===================================================================
--- monodoc/trunk/debian/patches/12-fix_monodocer.1.patch	                        (rev 0)
+++ monodoc/trunk/debian/patches/12-fix_monodocer.1.patch	2008-11-23 20:15:56 UTC (rev 3814)
@@ -0,0 +1,24 @@
+Author: David Paleino <d.paleino at gmail.com>
+Reason: Fixes lintian warning hyphen-used-as-minus-sign
+--- monodoc-2.0.orig/man/monodocer.1
++++ monodoc-2.0/man/monodocer.1
+@@ -177,8 +177,8 @@
+ could use this toolchain like this:
+ .nf
+ 
+-	$ monodocer -assembly:MyWidgets -path:generated_docs
+-	$ mdassembler --ecma generated_docs -out:MyWidgets
++	$ monodocer \-assembly:MyWidgets \-path:generated_docs
++	$ mdassembler \-\-ecma generated_docs \-out:MyWidgets
+ 
+ .fi
+ The above would generate a MyWidgets.zip and a MyWidgets.tree that can
+@@ -205,7 +205,7 @@
+ install them into the system with the following command:
+ .nf
+ 
+-        $ cp MyWidgets.tree MyWidgets.zip MyWidgets.source `pkg-config monodoc --variable sourcesdir`
++        $ cp MyWidgets.tree MyWidgets.zip MyWidgets.source `pkg\-config monodoc \-\-variable sourcesdir`
+   
+ .fi
+ The above will copy the files into the directory that Monodoc has

Modified: monodoc/trunk/debian/patches/series
===================================================================
--- monodoc/trunk/debian/patches/series	2008-11-23 20:15:23 UTC (rev 3813)
+++ monodoc/trunk/debian/patches/series	2008-11-23 20:15:56 UTC (rev 3814)
@@ -10,3 +10,4 @@
 09-fix_mdoc-update.1.patch
 10-fix_mdoc-validate.1.patch
 11-fix_mdoc.1.patch
+12-fix_monodocer.1.patch




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