~ubuntu-branches/ubuntu/trusty/python-docutils/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/doc-debian-paths.diff

  • Committer: Package Import Robot
  • Author(s): Michael Schutte, Jakub Wilk, Michael Schutte, Dmitry Shachnev
  • Date: 2013-08-05 16:47:43 UTC
  • mfrom: (11.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130805164743-00lyz2imgs85ttwz
Tags: 0.11-1
[ Jakub Wilk ]
* Remove martin f. krafft and Ben Finney from Uploaders at their requests.

[ Michael Schutte ]
* New upstream release 0.11, closes: #712284, #714880.
  - Drop patch math-output-html.diff: Fixed upstream.
  - Drop patch fix-buildhtml-progress.diff: Applied upstream.
  - Drop patch strict-csv-parser.diff: Fixed upstream.
  - Drop patch unknown-url-exc-use-repr.diff: Applied upstream.
  - Update patch move-data-to-usr-share.diff: Default stylesheet paths for
    writers/html4css1 have changed.
  - Refresh the remaining patches.
  - New patch no-local-roman.diff: Use the roman module from python-roman
    instead of the copy shipped with docutils.
  - Update information about upstream version control in debian/copyright.
* Change my e-mail host in Uploaders and debian/copyright to @debian.org.
* New patch rst2odt_prepstyles-elementtree.diff: Port the rst2odt_prepstyles
  utility to ElementTree.  Drop Recommends: python-lxml.  Closes: #714319.
* New patch odt-writer-ascii-filenames.diff: Only use ASCII for filenames of
  images embedded in ODT files, closes: #714317.

[ Dmitry Shachnev ]
* Use dh_python2 instead of deprecated dh_pysupport.
* Add XS-Testsuite header, and replace XS-Python-Version with preferred
  X-Python-Version (closes: #685509).
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 name.
5
5
Author: Simon McVittie <smcv@debian.org>
6
6
Forwarded: not-needed
7
 
Last-Update: 2012-05-10
 
7
Last-Update: 2013-08-03
8
8
 
9
9
--- a/README.txt
10
10
+++ b/README.txt
178
178
+
179
179
 The ``rst2xml.py`` front end produces Docutils-native XML output.
180
180
 This can be transformed with standard XML tools such as XSLT
181
 
 processors into arbitrary final forms.
182
 
@@ -314,6 +330,8 @@
 
181
 processors into arbitrary final forms. An example is the xml2rst_ processor
 
182
@@ -317,6 +333,8 @@
183
183
 :Parser: reStructuredText
184
184
 :Writer: ODF/.odt
185
185
 
188
188
 The ``rst2odt.py`` front end reads standalone reStructuredText
189
189
 source files and produces ODF/.odt files that can be read, edited,
190
190
 printed, etc with OpenOffice ``oowriter``
191
 
@@ -337,6 +355,8 @@
 
191
@@ -347,6 +365,8 @@
192
192
 :Parser: reStructuredText
193
193
 :Writer: Pseudo-XML
194
194
 
197
197
 ``rst2pseudoxml.py`` is used for debugging the Docutils "Reader to
198
198
 Transform to Writer" pipeline.  It produces a compact pretty-printed
199
199
 "pseudo-XML", where nesting is indicated by indentation (no end-tags).
200
 
@@ -351,6 +371,9 @@
 
200
@@ -361,6 +381,9 @@
201
201
 :Parser: reStructuredText
202
202
 :Writer: N/A
203
203