[Pkg-asciidoc-commits] r86 - in trunk/debian: . patches

Alexander Wirt formorer at alioth.debian.org
Sun Nov 28 12:55:08 UTC 2010


Author: formorer
Date: 2010-11-28 12:55:06 +0000 (Sun, 28 Nov 2010)
New Revision: 86

Added:
   trunk/debian/patches/enhance_asciidoc_manpage.dpatch
Modified:
   trunk/debian/changelog
   trunk/debian/patches/00list
Log:
Enhance docs


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-11-28 12:44:38 UTC (rev 85)
+++ trunk/debian/changelog	2010-11-28 12:55:06 UTC (rev 86)
@@ -4,6 +4,7 @@
   * Support asciidoc API (Closes: #526351)
   * Depend on python >= 2.4 (Closes: #571303)
   * Do not compress .txt files (Closes: #592423)
+  * Enhance asciidoc manpage (Closes: #499497)
   * Move some of the Recommends (vim-addon-manager, source-highlight) to 
     Suggests (Closes: #564015)
   * Bump standards version (No changes)

Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list	2010-11-28 12:44:38 UTC (rev 85)
+++ trunk/debian/patches/00list	2010-11-28 12:55:06 UTC (rev 86)
@@ -4,3 +4,4 @@
 testasciidoc_path.dpatch
 testasciidoc_usage.dpatch
 fix_asciidoc_api_docs.dpatch
+enhance_asciidoc_manpage.dpatch

Added: trunk/debian/patches/enhance_asciidoc_manpage.dpatch
===================================================================
--- trunk/debian/patches/enhance_asciidoc_manpage.dpatch	                        (rev 0)
+++ trunk/debian/patches/enhance_asciidoc_manpage.dpatch	2010-11-28 12:55:06 UTC (rev 86)
@@ -0,0 +1,55 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## enhance_asciidoc_manpage.dpatch by Alexander Wirt <formorer at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' asciidoc-8.6.3~/doc/asciidoc.1.txt asciidoc-8.6.3/doc/asciidoc.1.txt
+--- asciidoc-8.6.3~/doc/asciidoc.1.txt	2010-09-28 21:23:11.000000000 +0200
++++ asciidoc-8.6.3/doc/asciidoc.1.txt	2010-11-28 13:52:12.297795605 +0100
+@@ -17,7 +17,8 @@
+ -----------
+ The asciidoc(1) command translates the AsciiDoc text file 'FILE' to a
+ DocBook, HTML or LinuxDoc file.  If 'FILE' is '-' then the standard
+-input is used.
++input is used. See also a2x(1) which can convert e.g. to PDF and and manual
++page formats
+ 
+ 
+ OPTIONS
+@@ -107,6 +108,10 @@
+ See the AsciiDoc distribution BUGS file.
+ 
+ 
++SEE ALSO
++--------
++a2x(1)
++
+ AUTHOR
+ ------
+ Written by Stuart Rackham, <srackham at gmail.com>
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' asciidoc-8.6.3~/examples/website/manpage.txt asciidoc-8.6.3/examples/website/manpage.txt
+--- asciidoc-8.6.3~/examples/website/manpage.txt	2010-09-28 21:23:11.000000000 +0200
++++ asciidoc-8.6.3/examples/website/manpage.txt	2010-11-28 13:52:12.297795605 +0100
+@@ -17,7 +17,8 @@
+ -----------
+ The asciidoc(1) command translates the AsciiDoc text file 'FILE' to a
+ DocBook, HTML or LinuxDoc file.  If 'FILE' is '-' then the standard
+-input is used.
++input is used. See also a2x(1) which can convert e.g. to PDF and and manual
++page formats
+ 
+ 
+ OPTIONS
+@@ -107,6 +108,10 @@
+ See the AsciiDoc distribution BUGS file.
+ 
+ 
++SEE ALSO
++--------
++a2x(1)
++
+ AUTHOR
+ ------
+ Written by Stuart Rackham, <srackham at gmail.com>


Property changes on: trunk/debian/patches/enhance_asciidoc_manpage.dpatch
___________________________________________________________________
Added: svn:executable
   + *




More information about the Pkg-asciidoc-commits mailing list