[Python-modules-commits] r10686 - in packages/python-docutils/trunk/debian/patches (1 file)

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Sun Dec 6 23:58:17 UTC 2009


    Date: Sunday, December 6, 2009 @ 23:58:17
  Author: smcv
Revision: 10686

Update patch to documentation for Debian paths

Modified:
  packages/python-docutils/trunk/debian/patches/10_doc_debian_paths.diff

Modified: packages/python-docutils/trunk/debian/patches/10_doc_debian_paths.diff
===================================================================
--- packages/python-docutils/trunk/debian/patches/10_doc_debian_paths.diff	2009-12-06 23:57:30 UTC (rev 10685)
+++ packages/python-docutils/trunk/debian/patches/10_doc_debian_paths.diff	2009-12-06 23:58:17 UTC (rev 10686)
@@ -1,25 +1,17 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_doc_debian_paths.dpatch by Simon McVittie <smcv at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Change paths in documentation to match Debian's
-
- at DPATCH@
-
-From c65b99927c6074b0010bb663e18544666697e459 Mon Sep 17 00:00:00 2001
 From: Simon McVittie <smcv at debian.org>
-Date: Thu, 17 Jul 2008 11:08:10 +0100
-Subject: [PATCH] [debian-specific] Change paths in documentation to match Debian's
+Date: Sun, 6 Dec 2009 23:42:17 +0000
+Subject: [PATCH] Change paths in documentation to match Debian's
 
-(debian/patches/10_doc_debian_paths.dpatch)
+Debian policy recommends not having extensions like .py on script names,
+and buildhtml seems too generic a name.
 ---
  README.txt          |   21 +++++++++++++++++++--
  docs/user/emacs.txt |    3 +++
- docs/user/tools.txt |   36 +++++++++++++++++++++++++++++-------
- 3 files changed, 51 insertions(+), 9 deletions(-)
+ docs/user/tools.txt |   37 ++++++++++++++++++++++++++++++-------
+ 3 files changed, 52 insertions(+), 9 deletions(-)
 
 diff --git a/README.txt b/README.txt
-index 291e3f3..1375145 100644
+index 29be7b0..93ee3c9 100644
 --- a/README.txt
 +++ b/README.txt
 @@ -11,8 +11,19 @@
@@ -44,7 +36,7 @@
  
  This is for those who want to get up & running quickly.  Read on for
  complete details.
-@@ -259,6 +270,12 @@ with STDIN and STDOUT being the defaults.  Use the "--help" option to
+@@ -255,6 +266,12 @@ with STDIN and STDOUT being the defaults.  Use the "--help" option to
  the front-end tools for details on options and arguments.  See
  Docutils Front-End Tools (``docs/user/tools.txt``) for full documentation.
  
@@ -72,7 +64,7 @@
  by browsing the source code for ``rst.el``.
  
 diff --git a/docs/user/tools.txt b/docs/user/tools.txt
-index 2c728de..05d2623 100644
+index 912d0bd..e0af6bb 100644
 --- a/docs/user/tools.txt
 +++ b/docs/user/tools.txt
 @@ -39,6 +39,10 @@ one argument (source) is specified, the standard output (stdout) is
@@ -173,12 +165,11 @@
  
  The theme will be copied to the ``ui/medium-black`` directory.
  
-@@ -276,11 +288,14 @@ rst2latex.py
+@@ -276,11 +288,13 @@ rst2latex.py
  :Parser: reStructuredText
  :Writer: LaTeX2e
  
-+In Debian this is installed as rst2latex, with an experimental version
-+installed as rst2newlatex.
++In Debian this is installed as rst2latex.
 +
  The ``rst2latex.py`` front end reads standalone reStructuredText
  source files and produces LaTeX2e output. For example, to process a
@@ -189,7 +180,7 @@
  
  The output file "``test.tex``" should then be processed with ``latex``
  or ``pdflatex`` to get a typeset document.
-@@ -306,6 +321,8 @@ rst2xml.py
+@@ -306,6 +320,8 @@ rst2xml.py
  :Parser: reStructuredText
  :Writer: XML (Docutils native)
  
@@ -198,8 +189,17 @@
  The ``rst2xml.py`` front end produces Docutils-native XML output.
  This can be transformed with standard XML tools such as XSLT
  processors into arbitrary final forms.
-@@ -321,6 +338,8 @@ rst2pseudoxml.py
+@@ -321,6 +337,8 @@ rst2odt.py
  :Parser: reStructuredText
+ :Writer: ODF/.odt
+ 
++In Debian this front end is installed as rst2odt.
++
+ The ``rst2odt.py`` front end reads standalone reStructuredText
+ source files and produces ODF/.odt files that can be read, edited,
+ printed, etc with OpenOffice ``oowriter``
+@@ -344,6 +362,8 @@ rst2pseudoxml.py
+ :Parser: reStructuredText
  :Writer: Pseudo-XML
  
 +In Debian this is installed as rst2pseudoxml.
@@ -207,7 +207,7 @@
  ``rst2pseudoxml.py`` is used for debugging the Docutils "Reader to
  Transform to Writer" pipeline.  It produces a compact pretty-printed
  "pseudo-XML", where nesting is indicated by indentation (no end-tags).
-@@ -335,6 +354,9 @@ quicktest.py
+@@ -358,6 +378,9 @@ quicktest.py
  :Parser: reStructuredText
  :Writer: N/A
  
@@ -218,5 +218,3 @@
  parser.  It does not use a Docutils Reader or Writer or the standard
  Docutils command-line options.  Rather, it does its own I/O and calls
 -- 
-1.5.6.2
-




More information about the Python-modules-commits mailing list