[ubuntu/quantal] python-docutils 0.8.1-8ubuntu1 (Accepted)

Dmitry Shachnev mitya57 at gmail.com
Sun Aug 19 16:45:18 UTC 2012


python-docutils (0.8.1-8ubuntu1) quantal; urgency=low

  * Resynchronize with Debian unstable (LP: #1038470), remaining change:
    - Use dh_python2 instead of dh_pysupport

python-docutils (0.8.1-8) unstable; urgency=low

  * Install all DTD files (really closes: #531170).

python-docutils (0.8.1-7) unstable; urgency=low

  * 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.

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).

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.

Date: Sat, 18 Aug 2012 20:16:07 +0400
Changed-By: Dmitry Shachnev <mitya57 at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Dmitrijs Ledkovs <launchpad at surgut.co.uk>
https://launchpad.net/ubuntu/quantal/+source/python-docutils/0.8.1-8ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 18 Aug 2012 20:16:07 +0400
Source: python-docutils
Binary: python-docutils python3-docutils docutils-common docutils-doc python-roman python3-roman
Architecture: source
Version: 0.8.1-8ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dmitry Shachnev <mitya57 at gmail.com>
Description: 
 docutils-common - text processing system for reStructuredText - common data
 docutils-doc - text processing system for reStructuredText - documentation
 python-docutils - text processing system for reStructuredText (implemented in Pytho
 python-roman - module for generating/analyzing Roman numerals for Python 2
 python3-docutils - text processing system for reStructuredText (implemented in Pytho
 python3-roman - module for generating/analyzing Roman numerals for Python 3
Closes: 531170 631066 645369 653769 661555 675489
Launchpad-Bugs-Fixed: 1038470
Changes: 
 python-docutils (0.8.1-8ubuntu1) quantal; urgency=low
 .
   * Resynchronize with Debian unstable (LP: #1038470), remaining change:
     - Use dh_python2 instead of dh_pysupport
 .
 python-docutils (0.8.1-8) unstable; urgency=low
 .
   * Install all DTD files (really closes: #531170).
 .
 python-docutils (0.8.1-7) unstable; urgency=low
 .
   * 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.
 .
 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).
 .
 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.
Checksums-Sha1: 
 dbffdb7ea736560c48ffff624eb327f152116126 2576 python-docutils_0.8.1-8ubuntu1.dsc
 07d7477d57a00f08c008cd3a0eeddaa5cde9f2f9 34239 python-docutils_0.8.1-8ubuntu1.debian.tar.gz
Checksums-Sha256: 
 c6184e06cc32a58a3e9ab44f72a2de723ebdd62336bbb5d631537d2b8c89efda 2576 python-docutils_0.8.1-8ubuntu1.dsc
 23eab78ed4157129e0d23a5bba6474004d0452b9098ea421dc9915b7c14cec00 34239 python-docutils_0.8.1-8ubuntu1.debian.tar.gz
Files: 
 9848cbd9f0f921e0e20a1327daee6302 2576 python optional python-docutils_0.8.1-8ubuntu1.dsc
 1ebb0a99638cde76fca6c57802ccd63b 34239 python optional python-docutils_0.8.1-8ubuntu1.debian.tar.gz
Original-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQMRdmAAoJEIh7YGGLPBau2HUP/1qxGRaM9FtE7u3GRdLqmsCm
FgAaOqnhY6vftlNkwaPmxTyUnx7bdeal63lJO3vHDxLZtoXp7+kQTSGeFtszRCUl
fR5bqCufV/BOSYdIqr6BvF8Bu58v+/DXoZorog7hz/iziET6endMx1eQC0dLnxaK
W5fPRqBMZaBbprTFDG3WLNn2iQr1n3S3ULoQ9Az2SSDHvM8pZJA5hxdSQ9/h4Wln
9hsVLak0DCO7O+suVDQQwQrWrlpfdlx+oeI0aD18LtDM4fPCBBxS4h73GLTglGTh
KrRu6mOx/9dsx4y17uj8FnDwH4rd2ZANgFc4cZs/IZn8gbMBPfgJiIjtSfKsjWcL
OUI9q1+QViMpv+sbdHKHQSGFynJLppOTi7qCOwG6d2wCwzUHcORb2vw9r8XV1+Xa
Mk2qZV38g6gw74qj6Iyj5sVT+2oolrgg/DuqHFpzDPiqh6A6FeddX0gCW5Z7aV3q
FUwH4H/gqfQluXwEEQV7iLenOqDv0z89EcHy60Jerldn1nR+WcOKc+lOjLzXfi8Q
VG46cCgwYxSTWI9MBO+VjMM4CaAZVW+cjyEJ9GnaCVw9+wZiCV2YnjYPAlw21x2q
KbZQXDKJ0WRZyZGpAU2ClBvrL20kM29GCuyHcwLZ0ZI+GuFsbeomLLC//VVFti5m
6HRCD+5mTe08IUuUXhN0
=/aVu
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list