[Python-modules-commits] [python-docutils] 13/14: Merge upstream release 0.13.1.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Dec 10 10:40:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository python-docutils.

commit bf6712053908e37a9fd9d980ca8362544d88191e
Merge: 8208aac 8f06589
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Dec 10 12:44:45 2016 +0300

    Merge upstream release 0.13.1.
    
    Drop patches:
    
    - python3-pil-no-bytestrings.diff: no longer needed;
    - odt-writer-ascii-filenames.diff: partially applied upstream,
      the other part has been rejected upstream;
    - update-rstel.diff: this was a backport of upstream changes.
    
    Update patches:
    
    - doc-debian-paths.diff: update for new tools added in 0.13;
    - move-data-to-usr-share.diff: rewrite to match new upstream code.

 BUGS.txt                                           |    6 +-
 COPYING.txt                                        |    4 +-
 FAQ.txt                                            |   14 +-
 HISTORY.txt                                        |  135 +-
 MANIFEST.in                                        |    3 +-
 PKG-INFO                                           |    2 +-
 README.txt                                         |    4 +-
 RELEASE-NOTES.txt                                  |   41 +-
 THANKS.txt                                         |    5 +-
 debian/.git-dpm                                    |    6 +-
 debian/changelog                                   |   11 +-
 debian/patches/doc-debian-paths.diff               |   89 +-
 debian/patches/emacs-sensible-browser.diff         |   10 +-
 debian/patches/iepngfix-license.diff               |    2 +-
 debian/patches/move-data-to-usr-share.diff         |   72 +-
 debian/patches/no-local-roman.diff                 |    4 +-
 debian/patches/no-test-skipping.diff               |    6 +-
 debian/patches/odt-writer-ascii-filenames.diff     |   47 -
 debian/patches/parallel-2to3.diff                  |    4 +-
 debian/patches/python3-pil-no-bytestrings.diff     |   55 -
 debian/patches/rst2odt_prepstyles-elementtree.diff |    2 +-
 debian/patches/series                              |    3 -
 debian/patches/static-help-message.diff            |    2 +-
 debian/patches/test-sys-path.diff                  |    2 +-
 .../patches/testall-no-stdout-stderr-redirect.diff |    2 +-
 debian/patches/update-rstel.diff                   | 3984 --------------------
 docs/api/cmdline-tool.txt                          |    2 +-
 docs/api/publisher.txt                             |    2 +-
 docs/api/runtime-settings.txt                      |    2 +-
 docs/dev/distributing.txt                          |   18 +-
 docs/dev/enthought-plan.txt                        |    2 +-
 docs/dev/hacking.txt                               |    2 +-
 docs/dev/policies.txt                              |  118 +-
 docs/dev/pysource.dtd                              |    2 +-
 docs/dev/pysource.txt                              |    2 +-
 docs/dev/release.txt                               |  116 +-
 docs/dev/repository.txt                            |   29 +-
 docs/dev/rst/alternatives.txt                      |    2 +-
 docs/dev/rst/problems.txt                          |    2 +-
 docs/dev/semantics.txt                             |    2 +-
 docs/dev/testing.txt                               |   71 +-
 docs/dev/todo.txt                                  |  211 +-
 docs/dev/website.txt                               |    2 +-
 docs/dev/wheeling.txt                              |  204 +
 docs/howto/html-stylesheets.txt                    |   49 +-
 docs/howto/i18n.txt                                |   14 +-
 docs/howto/rst-directives.txt                      |    2 +-
 docs/howto/rst-roles.txt                           |    2 +-
 docs/howto/security.txt                            |    2 +-
 docs/index.txt                                     |    5 +-
 docs/peps/pep-0256.txt                             |    2 +-
 docs/peps/pep-0257.txt                             |    2 +-
 docs/peps/pep-0258.txt                             |    2 +-
 docs/peps/pep-0287.txt                             |    2 +-
 docs/ref/doctree.txt                               |   71 +-
 docs/ref/docutils.dtd                              |   32 +-
 docs/ref/rst/definitions.txt                       |    2 +-
 docs/ref/rst/directives.txt                        |   96 +-
 docs/ref/rst/introduction.txt                      |    2 +-
 docs/ref/rst/restructuredtext.txt                  |  186 +-
 docs/ref/rst/roles.txt                             |    2 +-
 docs/ref/transforms.txt                            |    2 +-
 docs/user/config.txt                               |  298 +-
 docs/user/docutils-05-compat.sty.txt               |    2 +-
 docs/user/emacs.txt                                |  149 +-
 docs/user/html.txt                                 |  324 ++
 docs/user/latex.txt                                |  101 +-
 docs/user/links.txt                                |  255 +-
 docs/user/mailing-lists.txt                        |    2 +-
 docs/user/manpage.txt                              |    2 +-
 docs/user/odt.txt                                  |    2 +-
 docs/user/rst/cheatsheet.txt                       |    2 +-
 docs/user/rst/demo.txt                             |    2 +-
 docs/user/rst/images/ball1.gif                     |  Bin 4361 -> 0 bytes
 docs/user/rst/images/biohazard-bitmap-scaling.svg  |   51 +
 docs/user/rst/images/biohazard-bitmap.svg          |   50 +
 docs/user/rst/images/title-scaling.svg             |   78 +-
 docs/user/rst/images/title.svg                     |   78 +-
 docs/user/rst/quickref.html                        |    2 +-
 docs/user/slide-shows.txt                          |    2 +-
 docs/user/tools.txt                                |  130 +-
 docutils/__init__.py                               |    4 +-
 docutils/io.py                                     |    6 +-
 docutils/languages/fa.py                           |   61 +
 docutils/languages/lt.py                           |   67 +-
 docutils/languages/lv.py                           |   60 +
 docutils/nodes.py                                  |    4 +-
 docutils/parsers/rst/__init__.py                   |   25 +-
 docutils/parsers/rst/directives/__init__.py        |   14 +-
 docutils/parsers/rst/directives/images.py          |    7 +-
 docutils/parsers/rst/directives/misc.py            |   22 +-
 docutils/parsers/rst/directives/tables.py          |   81 +-
 docutils/parsers/rst/languages/fa.py               |  102 +
 docutils/parsers/rst/languages/lv.py               |  108 +
 docutils/parsers/rst/roles.py                      |    7 +-
 docutils/parsers/rst/states.py                     |  273 +-
 docutils/parsers/rst/tableparser.py                |    4 +-
 docutils/transforms/frontmatter.py                 |    6 +-
 docutils/transforms/peps.py                        |    6 +-
 docutils/transforms/universal.py                   |    6 +-
 docutils/transforms/writer_aux.py                  |    2 +-
 docutils/utils/code_analyzer.py                    |    4 +-
 docutils/utils/error_reporting.py                  |   26 +-
 docutils/utils/math/__init__.py                    |    7 +-
 docutils/utils/math/latex2mathml.py                |   13 +-
 docutils/utils/math/math2html.py                   |  402 +-
 docutils/utils/math/tex2mathml_extern.py           |  147 +
 docutils/utils/smartquotes.py                      |    4 +-
 docutils/utils/urischemes.py                       |    4 +-
 docutils/writers/__init__.py                       |   13 +-
 .../{html4css1/__init__.py => _html_base.py}       |  989 +++--
 docutils/writers/docutils_xml.py                   |   22 +-
 docutils/writers/html4css1/__init__.py             | 1161 +-----
 docutils/writers/html4css1/html4css1.css           |   28 +-
 docutils/writers/html5_polyglot/__init__.py        |  200 +
 .../writers/{html4css1 => html5_polyglot}/math.css |    0
 docutils/writers/html5_polyglot/minimal.css        |  260 ++
 docutils/writers/html5_polyglot/plain.css          |  288 ++
 docutils/writers/html5_polyglot/template.txt       |    8 +
 docutils/writers/latex2e/__init__.py               |  460 +--
 docutils/writers/latex2e/xelatex.tex               |    3 +-
 docutils/writers/odf_odt/__init__.py               |   32 +-
 docutils/writers/pep_html/pep.css                  |    2 +-
 docutils/writers/xetex/__init__.py                 |   15 +-
 setup.py                                           |   16 +-
 test/functional/expected/compact_lists.html        |    2 +-
 test/functional/expected/cyrillic.tex              |    1 +
 test/functional/expected/dangerous.html            |    2 +-
 test/functional/expected/field_name_limit.html     |    2 +-
 test/functional/expected/footnotes_html5.html      |   66 +
 test/functional/expected/latex_babel.tex           |    1 +
 test/functional/expected/latex_cornercases.tex     |  357 ++
 test/functional/expected/latex_docinfo.tex         |    1 +
 test/functional/expected/math_output_html.html     |   12 +-
 test/functional/expected/math_output_latex.html    |    4 +-
 test/functional/expected/math_output_mathjax.html  |    6 +-
 test/functional/expected/math_output_mathml.xhtml  |   86 +-
 test/functional/expected/misc_rst_html4css1.html   |    2 +-
 test/functional/expected/odt_nested_class.odt      |  Bin 0 -> 9138 bytes
 test/functional/expected/odt_no_class.odt          |  Bin 0 -> 9123 bytes
 test/functional/expected/odt_unnested_class.odt    |  Bin 0 -> 9125 bytes
 test/functional/expected/pep_html.html             |    4 +-
 .../expected/standalone_rst_docutils_xml.xml       | 1614 ++++++++
 .../expected/standalone_rst_html4css1.html         |  224 +-
 test/functional/expected/standalone_rst_html5.html | 1524 ++++++++
 test/functional/expected/standalone_rst_latex.tex  |  409 +-
 .../expected/standalone_rst_pseudoxml.txt          |  146 +-
 .../expected/standalone_rst_s5_html_1.html         |    4 +-
 .../expected/standalone_rst_s5_html_2.html         |    4 +-
 test/functional/expected/standalone_rst_xetex.tex  |  349 +-
 test/functional/expected/xetex-cyrillic.tex        |    4 +-
 test/functional/input/data/html4css1.css           |  312 +-
 .../data/{latex.txt => latex-problematic.txt}      |  115 +-
 test/functional/input/data/latex_encoding.txt      |    2 +-
 test/functional/input/data/list_table.txt          |   10 +
 test/functional/input/data/math.css                |  277 +-
 test/functional/input/data/math.txt                |    1 +
 test/functional/input/data/minimal.css             |    1 +
 test/functional/input/data/plain.css               |    1 +
 test/functional/input/data/standard.txt            |   45 +-
 test/functional/input/data/svg_images.txt          |  148 +-
 test/functional/input/data/tables_latex.txt        |   37 +-
 test/functional/input/footnotes.txt                |   17 +
 test/functional/input/latex_cornercases.txt        |  138 +
 test/functional/input/odt_nested_class.txt         |    4 +
 test/functional/input/odt_no_class.txt             |    3 +
 test/functional/input/odt_unnested_class.txt       |    4 +
 .../input/standalone_rst_docutils_xml.txt          |    7 +
 test/functional/input/standalone_rst_html5.txt     |  222 ++
 test/functional/input/standalone_rst_latex.txt     |    4 +-
 test/functional/tests/footnotes_html5.py           |   14 +
 test/functional/tests/latex_cornercases.py         |   10 +
 test/functional/tests/math_output_mathml.py        |    6 +-
 .../tests/standalone_rst_docutils_xml.py           |   15 +
 test/functional/tests/standalone_rst_html5.py      |   15 +
 .../test_rst/test_character_level_inline_markup.py |  632 ++++
 .../test_directives/includes/include14.txt         |    4 +
 .../test_rst/test_directives/includes/include4.txt |    7 +
 .../test_rst/test_directives/test_code.py          |    8 +-
 .../test_rst/test_directives/test_code_long.py     |    4 +-
 .../test_rst/test_directives/test_figures.py       |    2 +-
 .../test_rst/test_directives/test_images.py        |    4 +-
 .../test_rst/test_directives/test_include.py       |   63 +-
 .../test_rst/test_directives/test_tables.py        |  316 +-
 test/test_parsers/test_rst/test_east_asian_text.py |    8 +-
 test/test_parsers/test_rst/test_inline_markup.py   |   53 +-
 test/test_parsers/test_rst/test_interpreted.py     |   18 +-
 test/test_parsers/test_rst/test_tables.py          |   52 +-
 test/test_readers/test_pep/test_inline_markup.py   |   12 +-
 test/test_transforms/test_docinfo.py               |    6 +-
 test/test_transforms/test_smartquotes.py           |   13 +-
 test/test_utils.py                                 |   10 +-
 test/test_writers/test_docutils_xml.py             |    8 +-
 test/test_writers/test_html4css1_misc.py           |   54 +-
 test/test_writers/test_html4css1_parts.py          |   45 +-
 test/test_writers/test_html4css1_template.py       |   17 +-
 ...ml4css1_misc.py => test_html5_polyglot_misc.py} |  101 +-
 test/test_writers/test_latex2e.py                  |  428 ++-
 test/test_writers/test_odt.py                      |   32 +-
 test/test_writers/test_s5.py                       |   15 +-
 tools/editors/README.txt                           |    4 +-
 tools/editors/emacs/IDEAS.rst                      |  200 +-
 tools/editors/emacs/README.txt                     |    2 +-
 tools/editors/emacs/rst.el                         |    4 +-
 tools/editors/emacs/tests/Ado.el                   |  150 +
 tools/editors/emacs/tests/Hdr.el                   |  123 +
 tools/editors/emacs/tests/Stn.el                   |  277 ++
 tools/editors/emacs/tests/Ttl.el                   |  328 ++
 tools/editors/emacs/tests/adjust-section.el        |  503 +--
 tools/editors/emacs/tests/adjust-uc.el             | 2927 ++++++++++++++
 tools/editors/emacs/tests/adjust-uc_doc.rst        |  204 +
 tools/editors/emacs/tests/adornment.el             |  994 ++++-
 tools/editors/emacs/tests/apply-block.el           |  495 +++
 tools/editors/emacs/tests/buffer.el                |   28 +-
 tools/editors/emacs/tests/cl.el                    |    9 +
 tools/editors/emacs/tests/comment.el               |   32 +-
 tools/editors/emacs/tests/ert-buffer.el            |   24 +-
 tools/editors/emacs/tests/fill.el                  |   78 +-
 tools/editors/emacs/tests/font-lock.el             |   38 +-
 tools/editors/emacs/tests/imenu.el                 |   30 +-
 tools/editors/emacs/tests/indent.el                |   44 +-
 tools/editors/emacs/tests/items.el                 |   56 +-
 tools/editors/emacs/tests/movement.el              |   38 +-
 tools/editors/emacs/tests/shift.el                 |  174 +-
 tools/editors/emacs/tests/toc.el                   |  191 +-
 tools/editors/emacs/tests/tree.el                  |  307 +-
 tools/rst2html5.py                                 |   35 +
 tools/rst2xetex.py                                 |    9 +-
 228 files changed, 18442 insertions(+), 9284 deletions(-)

diff --cc debian/.git-dpm
index 3fc144d,0000000..377be2f
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- e427da2fff9eb5c41e4bc3d97c0dcdbf63bfecf8
- e427da2fff9eb5c41e4bc3d97c0dcdbf63bfecf8
- 10ac0263adc777de16afce461f3c64ec2ffa24a0
++8f0658957a05bcf614cb86f73750ef63a8e85a93
++8f0658957a05bcf614cb86f73750ef63a8e85a93
++1ec3fef1ee31a7ccdb2f806ac1857c32227eef8f
 +1ec3fef1ee31a7ccdb2f806ac1857c32227eef8f
 +python-docutils_0.13.1+dfsg.orig.tar.gz
 +83cb392ab8679602851d329cb9e77a7970854cc8
 +1739290
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index bd5abc6,0000000..c7ee247
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,978 -1,0 +1,987 @@@
- python-docutils (0.12+dfsg-3) UNRELEASED; urgency=medium
++python-docutils (0.13.1+dfsg-1) UNRELEASED; urgency=medium
 +
++  * New upstream release.
++  * Drop patches:
++    - python3-pil-no-bytestrings.diff: no longer needed;
++    - odt-writer-ascii-filenames.diff: partially applied upstream,
++      the other part has been rejected upstream;
++    - update-rstel.diff: this was a backport of upstream changes.
++  * Update patches:
++    - doc-debian-paths.diff: update for new tools added in 0.13;
++    - move-data-to-usr-share.diff: rewrite to match new upstream code.
 +  * Update debian/watch to point to SourceForge (for the latest release
 +    upstream uploaded only wheels to PyPI).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Fri, 09 Dec 2016 18:06:43 +0300
 +
 +python-docutils (0.12+dfsg-2) unstable; urgency=medium
 +
 +  [ SVN-Git Migration ]
 +  * Migrate from Subversion to Git, use git-dpm for patches.
 +
 +  [ Dmitry Shachnev ]
 +  * Do not mention build-time locale in rst2html manpage
 +    (static-help-message.diff; closes: #791587).
 +  * Update my e-mail address.
 +  * Remove XS-Testsuite header, it became obsolete since dpkg 1.17.11.
 +  * Use new repacksuffix option in debian/watch.
 +  * Update rst.el to the latest upstream version, 1.5.0 (closes: #840658).
 +  * Bump Standards-Version to 3.9.8, no changes needed.
 +  * Bump debhelper compatibility level to 9.
 +
 +  [ Ondřej Nový ]
 +  * Fixed VCS URL (https)
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 31 Oct 2016 18:20:37 +0300
 +
 +python-docutils (0.12+dfsg-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Drop python3.3-odt-writer.diff, applied upstream.
 +  * Drop test_nodes-2to3.diff, applied upstream.
 +  * Update debian/watch to watch PyPI, which is more reliable
 +    than sf.php.
 +  * Add explicit build-dependency on dh-python.
 +  * Convert debian/changelog to copyright format 1.0.
 +  * Exclude non-free biohazard.swf file from the tarball.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 26 Jul 2014 13:59:54 +0400
 +
 +python-docutils (0.11-3) unstable; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * Remove myself from Uploaders.
 +
 +  [ Dmitry Shachnev ]
 +  * Fix package names in Recommends: python(3)-imaging → python(3)-pil.
 +
 +  [ Michael Schutte ]
 +  * New patch test_nodes-2to3.diff: Do not rely on a bug in 2to3 string
 +    literal conversion in test_nodes.ElementTests.test_empty, closes: #732679.
 +    Thanks to Martin Pitt and Jakub Wilk for investigating.
 +  * Increase Standards-Version to 3.9.5; no changes required.
 +
 + -- Michael Schutte <michi at debian.org>  Sat, 21 Dec 2013 18:19:15 +0100
 +
 +python-docutils (0.11-2) unstable; urgency=low
 +
 +  [ Michael Schutte ]
 +  * Upload to unstable.
 +  * Document in the patch header that #714313 is also taken care of by
 +    odt-writer-ascii-filenames.diff.
 +
 +  [ Dmitry Shachnev ]
 +  * Updated rst2odt_prepstyles-elementtree.diff to make it not cause
 +    SyntaxErrors with Python 3.
 +  * Fix autopkgtest failures:
 +    - Copy HISTORY.txt to the testing directory.
 +    - Disable test_html4css1_misc as it does not work with our location
 +      of html4css1.css.
 +  * docutils.xml: fix codes of Chinese languages (thanks Jakub Wilk),
 +    and add Hungarian language.
 +
 + -- Michael Schutte <michi at debian.org>  Mon, 09 Sep 2013 22:58:50 +0200
 +
 +python-docutils (0.11-1) experimental; urgency=low
 +
 +  [ 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.
 +
 + -- Michael Schutte <michi at debian.org>  Mon, 05 Aug 2013 16:47:43 +0200
 +
 +python-docutils (0.10-3) unstable; urgency=low
 +
 +  [ Dmitry Shachnev ]
 +  * Rename debian/x-rst.xml to debian/docutils.xml.
 +
 +  [ Jakub Wilk ]
 +  * Add patch (strict-csv-parser.diff) to make the CSV parser stricter
 +    (closes: #692286).
 +  * Add patch (python3-pil-no-bytestrings.diff) not to pass byte strings to
 +    PIL.Image.open() when running under Python 3.X (closes: #708159).
 +  * Add patch (python3.3-odt-writer.diff) to port the ODT writer to Python 3.3
 +    ElementTree API (closes: #692285).
 +  * Add patch (unknown-url-exc-use-repr.diff) to make the test suite expect
 +    that urllib.requests in Python ≥ 3.3.2 use repr() when reporting unknown
 +    URLs (closes: #708565).
 +  * Add Forwarded and Last-Update fields to all patch headers that were
 +    missing them.
 +  * Refresh patches.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Thu, 16 May 2013 23:43:41 +0200
 +
 +python-docutils (0.10-2) unstable; urgency=low
 +
 +  * Upload to unstable.
 +
 +  [ Dmitry Shachnev ]
 +  * debian/x-rst.xml: add mime file (for text/x-rst).
 +
 +  [ Jakub Wilk ]
 +  * Update bug URLs in patch headers.
 +  * Use canonical URIs for Vcs-* fields.
 +  * Add patch (math-output-html.diff) to change default math output format to
 +    HTML (closes: #677929). This is divergence from upstream behavior, but
 +    it is planned that upstream Docutils 0.11 will switch to HTML, too.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 13 May 2013 19:29:25 +0200
 +
 +python-docutils (0.10-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Drop deterministic-setotherlanguages.diff, applied upstream.
 +    + Drop python3.3-import-compat.diff, applied upstream.
 +    + Refresh other patches.
 +    + Update debian/copyright.
 +    + Bump minimum required Python version to 2.4.
 +    + Add Breaks for python(3)-sphinx (<< 1.1.3+dfsg-7), as previous versions
 +      of Sphinx were incompatible with Docutils 0.10.
 +    + Fix opening binary files under Python 3.X (closes: #697018).
 +  * DEP-8 tests: remove “Features: no-build-needed”; it's the default now.
 +  * Bump standards version to 3.9.4; no changes needed.
 +  * Run rst-buildhtml tests at build time.
 +  * Ensure that rst-buildhtml progress messages end with newlines.
 +    (fix-buildhtml-progress.diff)
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 30 Dec 2012 23:34:32 +0100
 +
 +python-docutils (0.9.1-2) experimental; urgency=low
 +
 +  * Install all DTD files (really closes: #531170).
 +  * Fix DEP-8 tests:
 +    + Drop dep8.diff; it's no longer needed (closes: #692127). Thanks to
 +      Dmitry Shachnev for the bug report.
 +    + Adapt Python 3 tests to the new way 2->3 conversion is being done on
 +      upstream tests.
 +  * Partially fix FTBFS with Python 3.3 (closes: #681723):
 +    + Use relative __import__ (python3.3-import-compat.diff).
 +    + Make order of languages in \setotherlanguages deterministic
 +      (deterministic-setotherlanguages.diff).
 +  * Set PYTHONWARNINGS=d in debian/rules.
 +  * Set PYTHONHASHSEED=random in debian/rules and in DEP-8 tests.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 04 Nov 2012 17:22:24 +0100
 +
 +python-docutils (0.9.1-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Fix self-modifying code in rst.el (closes: #657269). Thanks to Samuel
 +      Bronson for the bug report and the patch.
 +    + Drop parsers.rst.directives.misc-encoding.diff: applied upstream.
 +    + Refresh other patches.
 +    + Add patch to fix sys.path for tests (test-sys-path.diff).
 +    + Update debian/rules.
 +  * Rebuild against debhelper (>= 9.20120528) to fix postinst that
 +    unconditionally overwrites files in /etc (see: #477751, closes: #675489).
 +    Thanks to Helmut Grohne for the bug report.
 +  * DEP-8 tests: use $ADTTMP.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sat, 30 Jun 2012 14:15:26 +0200
 +
 +python-docutils (0.9-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Drop 13_install_roman.diff and stop building python(3)-roman binary
 +      packages.
 +    + Drop 15_emacs_debian_paths.diff: different fix applied upstream.
 +    + Drop readme-version.diff: no longer relevant.
 +    + Drop languages-get_language-2nd-arg-optional.diff: applied upstream.
 +    + Drop add-missing-import.diff: applied upstream.
 +    + Drop fix-error-reporting-encoding-issues.diff: applied upstream.
 +    + Drop fix-io-encoding-issues.diff: applied upstream.
 +    + Drop fix-docutilsxmltestcase.diff: applied upstream.
 +    + Refresh other patches.
 +  * Drop fix-docutilsxmltestcase-debian.diff; it was only needed to
 +    work around a bug in Debian Python interpreter packages, which has been
 +    fixed.
 +  * Update move-data-to-usr-share.diff to cover the test/ directory, too.
 +  * Add DEP-8 tests.
 +  * Fix (Python 2 version of) rst-buildhtml shebang to #!/usr/bin/python.
 +  * Rename 10_doc_debian_paths.diff to doc-debian-paths.diff; update the patch
 +    header.
 +  * Stop building python(3)-roman. They are now packaged separately.
 +    + Update debian/control.
 +    + Drop debian/*-roman.* (debhelper config files).
 +    + Remove references to the ‘extras’ directory and to *-roman package names
 +      from debian/rules.
 +  * Remove convenience copy of the roman module. Build-Depend on python-roman
 +    and python3-roman.
 +  * Cherry-pick upstream patch to fix encoding issues with the include
 +    directive. (parsers.rst.directives.misc-encoding.diff)
 +  * Run Python 2.X tests before building Python 3.X code. Previously time
 +    required to build Python 3.X code were wasted if Python 2.X tests failed.
 +  * Run 2to3 in parallel (parallel-2to3.diff). Thanks to Julian Taylor for the
 +    hint.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 13 May 2012 01:17:10 +0200
 +
 +python-docutils (0.8.1-6) unstable; urgency=low
 +
 +  * Fix a typo in a patch description.
 +  * Bump standards version to 3.9.3 (no changes needed).
 +  * Don't mention “Dive Into Python” in python*-roman package descriptions
 +    (closes: #661555). Thanks to Konrad Schöbel for the bug report.
 +  * Remove references to http://diveintopython.org/ from debian/copyright.
 +  * Do not skip tests because of failed imports, as they should never happen.
 +    (no-test-skipping.diff)
 +  * Check only *.py files when looking for unguarded use of __file__.
 +  * Fix paths in the auto-generated manual pages.
 +  * Split section “Usage” into “Synopsis” and “Description” in the manual
 +    pages.
 +  * Fool DocutilsXMLTestCase into thinking that Python version is 2.7.3/3.2.3
 +    when it's in fact 2.7.2/3.2.2 with patched
 +    xml.dom.minidom.Document.toprettyxml() method (closes: #645369).
 +    (fix-docutilsxmltestcase.diff).
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sat, 03 Mar 2012 01:40:35 +0100
 +
 +python-docutils (0.8.1-5) unstable; urgency=low
 +
 +  [ Simon McVittie ]
 +  * Remove myself from Uploaders
 +
 +  [ Jakub Wilk ]
 +  * Backport upstream patch to follow the changes in the
 +    xml.dom.minidom.Document.toprettyxml method
 +    (fix-docutilsxmltestcase.diff).
 +  * Drop postinst snippet to deal with a python-support bug (it cannot replace
 +    directory with a regular file). It was needed only for 0.7 upgrades.
 +  * Suggest fonts-linuxlibertine as an alternative to ttf-linux-libertine.
 +  * Update David Goodger's e-mail address in debian/copyright
 +    (closes: #653769). Thanks to Jari Aalto for the bug report.
 +  * Update Subversion repository URLs in patch headers (so that they point to
 +    SourceForge rather than BerliOS).
 +  * Use xargs to iterate over all Python versions.
 +  * Convert rst2odt_prepstyles manpage source from DocBook to
 +    reStructuredText.
 +    + Remove docbook-to-man from Build-Depends-Indep.
 +    + Update debian/rules.
 +  * Don't run dh_testroot in the clean target. There's a good chance that root
 +    privileges are not needed (e.g. because binary target was run under
 +    fakeroot), and even if they are actually needed, the target will fail
 +    quickly.
 +  * Drop obsolete virtual package: docutils-writer-manpage (closes: #631066).
 +  * Run tests with --verbose.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Wed, 15 Feb 2012 19:21:26 +0100
 +
 +python-docutils (0.8.1-4) unstable; urgency=low
 +
 +  * When running the test suite, don't copy stdout and stderr output to a log
 +    file, as this would break under LC_ALL=C, PYTHONWARNINGS=d and python3.X
 +    (testall-no-stdout-stderr-redirect.diff).
 +  * Use build/py2 and build/py3 for build directories.
 +  * Remove excessive whitespace from debian/control.
 +  * Drop unused virtual package: rst2man.
 +  * Install Python 3 version of rst-buildhtml.
 +  * Fix a typo in rst2xetex manual page. Thanks to Günter Milde for the bug
 +    report.
 +  * Drop unused header file for rst2newlatex manual page.
 +  * Backport upstream patch to add missing import (add-missing-import.diff).
 +  * Backport upstream patches to fix encoding issues with Python 3
 +    (fix-*-encoding-issues.diff).
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 23 Oct 2011 22:59:02 +0200
 +
 +python-docutils (0.8.1-3) unstable; urgency=low
 +
 +  * Remove needless comments from debian/rules.
 +  * Restore historical behavior of languages.get_language() taking only a
 +    single argument (languages-get_language-2nd-arg-optional.diff,
 +    closes: #641562). Thanks to Sergio Talens-Oliag for the bug report.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Fri, 16 Sep 2011 20:53:45 +0200
 +
 +python-docutils (0.8.1-2) unstable; urgency=low
 +
 +  * Upload to unstable.
 +  * Improve the -doc package:
 +    + Install CSS files. Correct paths to them in the *.html files.
 +    + Don't compress *.txt files in the -doc package. Update debian/*.doc-base
 +      accordingly and add lintian override for changelog-file-not-compressed.
 +    + Don't embed images on remote servers.
 +  * Simplify debian/rules.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 12 Sep 2011 00:34:28 +0200
 +
 +python-docutils (0.8.1-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Drop test-error-reporting.diff and test-functional.diff (both applied
 +      upstream)
 +  * Update copyright file.
 +  * Correct version number in README.txt (readme-version.diff).
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sat, 03 Sep 2011 01:32:29 +0200
 +
 +python-docutils (0.8-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Drop the following patches:
 +      - 16_disable_picins.diff (newlatex2e writer dropped);
 +      - buildhtml-local.diff (applied upstream);
 +      - emacs-shell-quote.diff (applied upstream);
 +      - emacs-temporary-files.diff (different fix applied upstream);
 +      - python3.2-configparser.diff (applied upstream);
 +      - python3.2-elementtree.diff (applied upstream);
 +    + Refresh other patches.
 +  * Update copyright file.
 +  * Use wildcards in debian/*.manpages.
 +  * Drop the docutils.readers.python reader.
 +  * Drop the rst2newlatex script.
 +    + Remove alternatives in preinst.
 +  * Add reStructured Text to XeLaTeX converter: rst2xetex.
 +    + Add ttf-linux-libertine to python(3)-docutils Suggests.
 +  * Install XML/SGML catalogs (closes: #531170).
 +    + Add xml-core to Build-Depends-Indep.
 +  * Emacs major mode: use ‘sensible-browser’ to preview S5 slides
 +    (emacs-sensible-browser.diff).
 +  * Fix exceptions in the test suite (test-error-reporting.diff,
 +    test-functional.diff).
 +  * Drop 12_more_usrbinenv.diff; the patched file wasn't being used anyway.
 +  * Move python(3)-all from Build-Depends to Build-Depends-Indep, as they are
 +    not needed in the clean target.
 +  * Run the test suite before building documentation.
 +  * Use ‘set -x’ for all the for loops in debian/rules.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Mon, 22 Aug 2011 18:50:14 +0200
 +
 +python-docutils (0.7-4) unstable; urgency=low
 +
 +  * Upload to unstable.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sun, 07 Aug 2011 23:24:56 +0200
 +
 +python-docutils (0.7-3) experimental; urgency=low
 +
 +  * Drop 14_distutils_setup.diff and build-dependency on python-setuptools, no
 +    longer needed.
 +    + Add postinst snippet do deal with a python-support bug (it cannot
 +      replace directory with a regular file).
 +  * Bump standards version to 3.9.2, no changes needed.
 +  * Strip debian/tmp prefix from debian/*.install files; in compat
 +    dh_install will fall back to looking into debian/tmp anyway.
 +  * Drop preinst scripts to remove python-central leftovers; not needed
 +    anymore.
 +  * Fix patch headers to be in line with DEP-3.
 +  * Remove files created by the test suite in the clean target.
 +  * Drop obsolete recommendation of python-elementtree.
 +  * Drop obsolete conflict with zope3.
 +  * Drop obsolete conflicts with docutils-writer-manpage and rst2man.
 +  * Drop unused virtual packages: python-odtwriter, rst2odt,
 +    docutils-writer-odt.
 +  * Move all data files to /usr/share/docutils/.
 +    + Add patch not to use __file__ directly.
 +    + In debian/rules, check if all uses of __file__ are guarded by our
 +      wrapper function, i.e. the patch is still up-to-date.
 +  * New binary package: docutils-common, containing data files, configuration
 +    files and manual pages.
 +  * New binary package: docutils-doc, containing documentation.
 +    + Conflict with previous versions python-docutils
 +    + /usr/share/doc/python-docutils/docs used to be a directory, but is now a
 +      symlink. Conflict with older versions of python-docutils, so that dpkg
 +      can replace one with the other. Add lintian override.
 +  * New binary package: python3-docutils (closes: #577725).
 +    + Build-depend on python3-all.
 +    + Add two patches to fix incompatibilities with Python 3.2
 +      (python3.2-configparser.diff, python3.2-elementtree.diff).
 +    + Both python-docutils and python3-docutils provides rst* scripts, managed
 +      by alternatives.
 +    + Conflict with other packages shipping /usr/bin/rst2* binaries, so that
 +      alternatives can be correctly installed. Add lintian override for
 +      conflicts-with-version.
 +    + This package does not include the docutils.readers.python, which is no
 +      longer maintained and does not work with Python 3.
 +  * New virtual package: docutils, provided by both python-docutils and
 +    python3-docutils.
 +  * New binary package: python3-roman.
 +  * Reword package descriptions of all packages. Thanks to Stefano Rivera for
 +    proof-reading.
 +  * Simplify debian/rules.
 +  * Merge both debian/*.copyright into a single debian/copryight (as per
 +    Policy 4.5). Update it.
 +  * Add build-arch and build-indep target to debian/rules.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Tue, 28 Jun 2011 20:43:04 +0200
 +
 +python-docutils (0.7-2) unstable; urgency=low
 +
 +  * Upload to unstable.
 +  * Replace patch to fix --local option for tools/buildhtml.py
 +    (17_revert_buildhtml.diff) with the one that was applied upstream
 +    (buildhtml-local.diff).
 +
 + -- Jakub Wilk <jwilk at debian.org>  Sat, 24 Jul 2010 09:03:32 +0200
 +
 +python-docutils (0.7-1) experimental; urgency=low
 +
 +  * New upstream release.
 +    + Drop decode-path-none.diff, alltest-exitcode.diff, applied upstream.
 +    + Refresh other patches.
 +  * Bump standards version to 3.9.0, no changes needed.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Fri, 09 Jul 2010 14:47:42 +0200
 +
 +python-docutils (0.6-5) unstable; urgency=low
 +
 +  * Correct the preinst script to remove python-central leftovers even when
 +    upgrading from a version that uses python-support (closes: #586683).
 +    Thanks to Julian Andres Klode for the bug report.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Wed, 23 Jun 2010 15:21:09 +0200
 +
 +python-docutils (0.6-4) unstable; urgency=low
 +
 +  * Bump standards version to 3.8.4 (no changes needed).
 +  * Bump debhelper compatibility level to 7 (no changes needed). Update
 +    versioned build-dependency on debhelper accordingly.
 +  * Use unversioned build-dependency on python-setuptools, as the requested
 +    version is available even in oldstable.
 +  * Update my e-mail address.
 +  * Drop build-dependency on xsltproc; it's no longer used.
 +  * Run tests at build time:
 +    + Modify debian/rules accordingly.
 +    + Build-depend on python-all.
 +    + Apply patch from upstream (alltests-exitcode.diff) to make test suite
 +      runner exit with code 0 if all test passes.
 +  * Emacs major mode: properly quote arguments passed to shell
 +    (closes: #581522, LP: #579252).
 +  * Install HISTORY.txt as the upstream changelog.
 +
 + -- Jakub Wilk <jwilk at debian.org>  Fri, 14 May 2010 19:50:31 +0200
 +
 +python-docutils (0.6-3) unstable; urgency=low
 +
 +  * Update patch fixing insecure use of temporary files to be compatible with
 +    XEmacs 21.
 +  * Add ‘Depends: ${misc:Depends}’.
 +  * Point to versioned symlink in /usr/share/common-licenses for the GPL
 +    license.
 +  * Fix the docutils.utils.decode_path() function so that it accepts None as
 +    an argument (closes: #563087).
 +  * Force upgrade of python-epydoc affected by bug #561793.
 +  * Add preinst maintainer script to remove python-central leftovers
 +    (closes: #563696).
 +  * Upstream author of IE PNG Alpha Fix agreed that every version of his script 
 +    can be distributed under the terms of the LGPL 2.1 or later version.
 +    Update debian/*.copyright and copies of iepngfix.htc accordingly
 +    (closes: #563704).
 +  * Remove superfluous ‘Provides: ${python:Provides}’ and ‘XB-Python-Version’
 +    from debian/control.
 +  * Conflict with utterly broken version of zope3, which infringes
 +    python-docutils namespace.
 +
 + -- Jakub Wilk <ubanus at users.sf.net>  Sun, 10 Jan 2010 00:27:45 +0100
 +
 +python-docutils (0.6-2) unstable; urgency=high
 +
 +  * Unconditionally recommend python-lxml, as it is used by
 +    /usr/bin/rst2odt_prepstyles (closes: #560330).
 +  * Demote dependency on an ElementTree implementation to recommendation, as it
 +    is only used by /usr/bin/rst2odt; remove python-lxml from alternatives, as
 +    it is never used by the script (closes: #560328).
 +  * Fix insecure use of temporary files in the Emacs major mode for
 +    reStructuredText (closes: #560755, CVE-2009-5042). Thanks to Kumar Appaiah
 +    for helping to deal with this bug.
 +  * Register docutils documentation using doc-base.
 +
 + -- Jakub Wilk <ubanus at users.sf.net>  Sun, 13 Dec 2009 19:54:12 +0100
 +
 +python-docutils (0.6-1) unstable; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * Drop superfluous dependency of python-dev.
 +
 +  [ Simon McVittie ]
 +  * New upstream version
 +    - --strict option works now like --halt=info (closes: #506315)
 +    - allow UTF-8 in style sheets (closes: #374957)
 +    - patches/17_speed_up_rst_el.dpatch: dropped, fixed upstream
 +  * Stop using dpatch; instead, switch source format to 3.0 (quilt)
 +  * Stop patching out #!/usr/bin/env python via the patch system; it'll get
 +    patched out during installation anyway
 +  * Split 14_distutils_setup.diff into two patches
 +    - 13_install_roman.diff: install roman even if already installed
 +      (in a less intrusive way)
 +    - 14_use_setuptools.diff: use setuptools for egg support
 +  * Update the other patches for the new version
 +  * Conflict, provide and replace the standalone man page and ODT writers,
 +    which have been integrated upstream; add their maintainers to this
 +    package's Uploaders instead
 +  * Import Michael Schutte's man page for rst2odt_prepstyles from the
 +    odtwriter source package (thanks!)
 +  * Use rst2man to make the other man pages
 +  * patches/17_revert_buildhtml.diff: revert an upstream change to
 +    buildhtml.py which broke the --local option
 +  * Add Jakub Wilk to Uploaders, with thanks for previous uploads
 +
 + -- Simon McVittie <smcv at debian.org>  Mon, 07 Dec 2009 21:34:40 +0000
 +
 +python-docutils (0.5-5) unstable; urgency=low
 +
 +  [ Jakub Wilk ]
 +  * Prepare for Python 2.6 transition (closes: #547841).
 +  * Bump Standards-Version to 3.8.3 (no changes needed).
 +
 + -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Tue, 22 Sep 2009 23:48:45 +0200
 +
 +python-docutils (0.5-4) unstable; urgency=medium
 +
 +  [ Jakub Wilk ]
 +  * Don't require network access during a build (closes: #526357).
 +
 +  [ Piotr Ożarowski ]
 +  * Updated Standards-Version to 3.8.2 (no changes)
 +
 + -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Thu, 30 Jul 2009 20:49:23 +0200
 +
 +python-docutils (0.5-3) unstable; urgency=low
 +
 +  [ Sandro Tosi ]
 +  * debian/control
 +    - switch Vcs-Browser field to viewsvn
 +
 +  [ Piotr Ożarowski ]
 +  * Switch to python-support
 +    + clean debian/rules a little bit (no need to rename Egg anymore)
 +    + docutils-writer-manpage and python-odtwriter added to Conflicts
 +  * Add python-imaging to Recommends
 +    (see writers/html4css1/__init__.py and parsers/rst/directives/images.py)
 +  * XS-Dm-Upload-Allowed field removed (all Uploaders are DDs)
 +  * Updated Standards-Version to 3.8.1 (no changes)
 +
 + -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Sun, 22 Mar 2009 18:06:02 +0100
 +
 +python-docutils (0.5-2) unstable; urgency=low
 +
 +  * Upload docutils 0.5 to unstable
 +  * Update rst.el to upstream Subversion r5596, which apparently fixes
 +    all its performance problems (17_speed_up_rst_el.dpatch, closes: #474941)
 +
 + -- Simon McVittie <smcv at debian.org>  Thu, 24 Jul 2008 10:39:53 +0100
 +
 +python-docutils (0.5-1) experimental; urgency=low
 +
 +  * New upstream release (closes: #491344, #474939)
 +    - rst2newlatex now emits admonition titles (closes: #484226)
 +    - 01_upstream_04_branch_r4646.dpatch: no longer relevant, the
 +      new upstream version includes these changes
 +    - 16_emacs_jit_lock.dpatch: no longer relevant, the new upstream
 +      version already uses jit-lock if available
 +  * 12_more_usrbinenv.dpatch: added. Replace #! /usr/bin/env python
 +    (with the space) with #!/usr/bin/python, too
 +  * 12_remove_unnecessary_hashbang.dpatch: merged into
 +    12_more_usrbinenv.dpatch
 +  * 13_nodes_namespace.dpatch: removed, I have no idea what it was doing there
 +    in the first place...
 +  * 16_disable_picins.dpatch: avoid referencing a non-free LaTeX style
 +    (which, as far as I can tell, served no purpose anyway)
 +  * All other patches updated and re-diffed
 +  * Mentioned s5 in README.Debian (closes: #490139)
 +  * Added Suggests: on the necessary texlive packages to use rst2newlatex
 +    output, and mentioned them in README.Debian
 +  * Switched to my Debian email address in Uploaders
 +  * Removed lintian override for false-positive GPL detection in -roman
 +  * Added a README.source explaining where the patches come from
 +
 + -- Simon McVittie <smcv at debian.org>  Sat, 19 Jul 2008 01:44:00 +0100
 +
 +python-docutils (0.4-6) unstable; urgency=low
 +
 +  [ Sandro Tosi ]
 +  * debian/control
 +    - added Vcs-Browser
 +
 +  [ Simon McVittie ]
 +  * Apply patch from Ubuntu to fix build with current python-central
 +    (closes: #470697)
 +  * Simplify and re-indent debian/rules for better clarity
 +  * Stop working around #379709, because it was caused by #380360 which has
 +    been closed
 +  * Remove man page during clean
 +  * Keep lintian happy: relax setuptools dependency from 0.6b3-1 to 0.6b3,
 +    remove override for build-depends-without-arch-dep python-setuptools (bug
 +    fixed in lintian), Standards-Version: 3.7.3 (no changes)
 +  * Set XS-Dm-Upload-Allowed: yes so I can upload in future
 +
 + -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Thu, 20 Mar 2008 20:36:10 +0000
 +
 +python-docutils (0.4-5) unstable; urgency=low
 +
 +  [ Bernd Zeimetz ]
 +  * debian/watch:
 +    - Adding file
 +  * debian/control:
 +    - Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
 +
 +  [ Simon McVittie ]
 +  * debian/rules, debian/rsthelp2man.xsl, debian/control:
 +    Generate better man pages from the tools' own --help output using rst2xml
 +    and (new build dependency) xsltproc (Closes: #430947)
 +  * debian/rst2html.1: Remove, the generated man page is better
 +  * debian/rules, debian/unpep263.py: Mangle languages/*.py from UTF-8 into
 +    equivalent ASCII with \uXXXX escapes, so we can install into
 +    python2.x-minimal (which lacks the encodings machinery) (Closes: #379709)
 +  * debian/patches/15_emacs_debian_paths.dpatch, debian/patches/00list:
 +    In rst.el, expect executables to not have .py suffix (Closes: #438667)
 +  * debian/patches/16_emacs_jit_lock.dpatch, debian/patches/00list:
 +    Apply patch to rst.el from Justin Mazzola Paluska <jmp at MIT.EDU> to use
 +    jit-lock instead of lazy-lock for Emacs 22 compatibility (Closes: #418446)
 +  * debian/patches/00list: Actually apply 10_doc_debian_paths.dpatch, to
 +    improve documentation
 +  * debian/control: Set Homepage
 +  * debian/control: Move python-central from Build-Depends to
 +    Build-Depends-Indep to keep lintian happy; install a source override
 +    to stop it complaining about python-setuptools in Build-Depends, because
 +    we do need that package for the "clean" target
 +  * debian/patches/99_old-diffs.dpatch: Remove obsolete patches entirely, we
 +    can always retrieve them from svn if they turn out to be useful
 +
 + -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Fri, 16 Nov 2007 13:40:44 +0000
 +
 +python-docutils (0.4-4) unstable; urgency=low
 +
 +  [ Piotr Ozarowski ]
 +  * Egg support added (closes: #382272)
 +    - Added python-setuptools to Build-Depends
 +    - Updated 14_distutils_setup patch (version fixed as well)
 +  * Added XS-Vcs-Svn field
 +  * Bumped required python-central version (dh_python call removed)
 +
 +  [ martin f. krafft ]
 +  * Thanks to Piotr for his work.
 +
 + -- martin f. krafft <madduck at debian.org>  Sat, 10 Feb 2007 15:37:35 +0000
 +
 +python-docutils (0.4-3) unstable; urgency=low
 +
 +  * Added build dependency on python-central (closes: #377580).
 +
 + -- martin f. krafft <madduck at debian.org>  Mon, 10 Jul 2006 11:45:05 +0200
 +
 +python-docutils (0.4-2) unstable; urgency=low
 +
 +  * New maintainers Martin F. Krafft, Simon McVittie and the python-modules
 +    team.
 +    - Acknowledge Martin's NMU now he's a co-maintainer (closes: #315285).
 +  * Switch to dpatch:
 +    * Update from upstream Subversion repository, docutils-0.4 branch:
 +      * Unquoted targets beginning with an underscore
 +        (.. __target: URI) are no longer accepted
 +      * tools/editors/emacs/rst.el changed license to GPL
 +      * assorted documentation changes
 +    * Remove patch bands consisting only of $Date$, $Revision$
 +  * Migrate to new Python policy, and python-central (closes: #373529).
 +  * Remove circular dependency during policy migration (closes: #362172).
 +  * Install tools as e.g. /usr/bin/rst2html only - do not install any
 +    executables with a .py extension, as pycentral thinks it should
 +    byte-compile them. Also, Policy section 10.4.
 +    - Install buildhtml as /usr/bin/rst-buildhtml to avoid namespace pollution.
 +    - Don't install quicktest.py and the "dev" tools, which appear to be
 +      intended for docutils developers only.
 +  * Move some of the documentation from /usr/share/doc/python-docutils
 +    to /u/s/d/p-d/docs, and compile all the documentation to HTML,
 +    to avoid broken hyperlinks (closes: #312305).
 +    - In debian/rules, tell buildhtml.py to give us the full Python
 +      traceback when it fails, so FTBFSs can be diagnosed.
 +  * Amend upstream documentation to reflect how this package installs things
 +    (closes: #293504). debian/patches/10_doc_debian_paths.dpatch
 +  * Replace all the man pages with a slightly more informative combined man
 +    page which gets the names right (closes: #325300, #368601).
 +  * Incorporate rst-mode again, hopefully. Thanks to Sylvain Ferriol for the
 +    patch. (Closes: #353661)
 +  * Move debhelper, used in debian/rules clean, from Build-Depends-Indep to
 +    Build-Depends, per Policy section 7.6.
 +  * Upgrade to debhelper compat level 5 and Policy 3.7.2.0.
 +  * Lintian nitpicking: Remove spurious #! line from
 +    docutils.readers.python.pynodes module.
 +    debian/patches/12_remove_unnecessary_hashbang.dpatch
 +  * Stop applying some optparse-related patches which appear to serve no
 +    purpose. Preserved as debian/patches/99_old-diffs.dpatch in case they're
... 1210 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-docutils.git



More information about the Python-modules-commits mailing list