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

David Paleino hanska-guest at alioth.debian.org
Sun Nov 23 19:57:00 UTC 2008


Author: hanska-guest
Date: 2008-11-23 19:57:00 +0000 (Sun, 23 Nov 2008)
New Revision: 3807

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

Modified: monodoc/trunk/debian/changelog
===================================================================
--- monodoc/trunk/debian/changelog	2008-11-23 19:52:21 UTC (rev 3806)
+++ monodoc/trunk/debian/changelog	2008-11-23 19:57:00 UTC (rev 3807)
@@ -27,6 +27,7 @@
   * debian/patches:
     + 05-backport_2.2_nodes_handling.patch added, implements new way of
       handling monodoc.xml and documentation nodes
+    + 06-fix_mdassembler.1.patch added
   * debian/man/mono-config.5 added
   * debian/control:
     + added myself to Uploaders
@@ -34,7 +35,7 @@
   * Group Policy:
     + implement get-orig-source target in debian/rules
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 23 Nov 2008 20:19:52 +0100
+ -- David Paleino <d.paleino at gmail.com>  Sun, 23 Nov 2008 20:56:17 +0100
 
 monodoc (1.9-2) unstable; urgency=low
 

Added: monodoc/trunk/debian/patches/06-fix_mdassembler.1.patch
===================================================================
--- monodoc/trunk/debian/patches/06-fix_mdassembler.1.patch	                        (rev 0)
+++ monodoc/trunk/debian/patches/06-fix_mdassembler.1.patch	2008-11-23 19:57:00 UTC (rev 3807)
@@ -0,0 +1,30 @@
+Author: David Paleino <d.paleino at gmail.com>
+Reason: Fixes lintian warning hyphen-used-as-minus-sign
+--- monodoc-2.0.orig/man/mdassembler.1
++++ monodoc-2.0/man/mdassembler.1
+@@ -206,14 +206,14 @@
+ man page, e.g.
+ .nf
+ 
+-	monodocer -assembly:foo.dll -path:foo/en
++	monodocer \-assembly:foo.dll \-path:foo/en
+ 
+ .fi
+ .TP
+ .I Assemble the documentation
+ .nf
+ 
+-	mdassembler --ecma foo/en PREFIX
++	mdassembler \-\-ecma foo/en PREFIX
+ 
+ .fi
+ Make sure that you use the same
+@@ -224,7 +224,7 @@
+ .nf
+ 
+ 	cp PREFIX.source PREFIX.tree PREFIX.zip \\
+-	`pkg-config monodoc --variable=sourcesdir`
++	`pkg\-config monodoc \-\-variable=sourcesdir`
+ 
+ .fi
+ (Note the backticks used in the 

Modified: monodoc/trunk/debian/patches/series
===================================================================
--- monodoc/trunk/debian/patches/series	2008-11-23 19:52:21 UTC (rev 3806)
+++ monodoc/trunk/debian/patches/series	2008-11-23 19:57:00 UTC (rev 3807)
@@ -4,3 +4,4 @@
 03-build_sqlite_docs.patch
 04-fix_Novell_docs.patch
 05-backport_2.2_nodes_handling.patch
+06-fix_mdassembler.1.patch




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