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

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


Author: hanska-guest
Date: 2008-11-23 20:01:44 +0000 (Sun, 23 Nov 2008)
New Revision: 3808

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

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

Added: monodoc/trunk/debian/patches/07-fix_mdoc-assemble.1.patch
===================================================================
--- monodoc/trunk/debian/patches/07-fix_mdoc-assemble.1.patch	                        (rev 0)
+++ monodoc/trunk/debian/patches/07-fix_mdoc-assemble.1.patch	2008-11-23 20:01:44 UTC (rev 3808)
@@ -0,0 +1,50 @@
+Author: David Paleino <d.paleino at gmail.com>
+Reason: Fixes lintian warnings:
+        manpage-has-bad-whatis-entry
+        hyphen-used-as-minus-sign
+--- monodoc-2.0.orig/man/mdoc-assemble.1
++++ monodoc-2.0/man/mdoc-assemble.1
+@@ -10,13 +10,13 @@
+ ..
+ .TH "mdoc-assemble" 1
+ .SH NAME
+-mdoc assemble \- Compile documentation for use in \fBmonodoc\fR(1)
++mdoc-assemble \- Compile documentation for use in \fBmonodoc\fR(1)
+ .SH SYNOPSIS
+-.B mdoc assemble
++.B mdoc-assemble
+ [OPTIONS]+
+ PATHS+
+ .SH DESCRIPTION
+-\fBmdoc assemble\fR creates \fI.tree\fR and \fI.zip\fR files from \fIPATHS\fR
++\fBmdoc\-assemble\fR creates \fI.tree\fR and \fI.zip\fR files from \fIPATHS\fR
+ for use in the \fBmonodoc\fR(1) documentation browser.
+ .PP
+ The input files must have a supported \fIformat\fR, specified with the
+@@ -55,7 +55,7 @@
+ .nf
+ 
+   cp BASEFILE.source BASEFILE.tree BASEFILE.zip \\
+-    `pkg-config monodoc --variable=sourcesdir`
++    `pkg\-config monodoc \-\-variable=sourcesdir`
+ 
+ .fi
+ .SH OPTIONS
+@@ -80,7 +80,7 @@
+ \fI\-\-format\fR option is seen), e.g.:
+ .nf
+ 
+-  mdoc assemble -o PREFIX A B --format=man C D --format=xhtml E
++  mdoc\-assemble \-o PREFIX A B \-\-format=man C D \-\-format=xhtml E
+ 
+ .fi
+ will assemble directories \fIA\fR and \fIB\fR with the \fIecma\fR format,
+@@ -88,7 +88,7 @@
+ \fIE\fR with the \fIxhtml\fR format.
+ .TP
+ \fB\-o\fR, \fB\-\-out\fR=\fIPREFIX\fR
+-Specify the output file prefix.  \fBmdoc assemble\fR creates the files
++Specify the output file prefix.  \fBmdoc\-assemble\fR creates the files
+ \fIPREFIX.zip\fR and \fIPREFIX.tree\fR.
+ .TP
+ \fB\-h\fR, \fB\-?\fR, \fB\-\-help\fR

Modified: monodoc/trunk/debian/patches/series
===================================================================
--- monodoc/trunk/debian/patches/series	2008-11-23 19:57:00 UTC (rev 3807)
+++ monodoc/trunk/debian/patches/series	2008-11-23 20:01:44 UTC (rev 3808)
@@ -5,3 +5,4 @@
 04-fix_Novell_docs.patch
 05-backport_2.2_nodes_handling.patch
 06-fix_mdassembler.1.patch
+07-fix_mdoc-assemble.1.patch




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