[ubuntu/raring] python-docutils 0.9.1+svn7532-0ubuntu1 (Accepted)
Dmitry Shachnev
mitya57 at gmail.com
Fri Oct 19 16:41:56 UTC 2012
python-docutils (0.9.1+svn7532-0ubuntu1) raring; urgency=low
* Resynchronize with Debian packaging SVN, remaining change:
- Use dh_python2 instead of dh_pysupport.
* New snapshot from upstream SVN, fixes build with Python 3.3.
* Add XS-Testsuite header.
* debian/patches/move-data-to-usr-share.diff: unfuzz.
python-docutils (0.9.1-2) UNRELEASED; urgency=low
* Install all DTD files (really closes: #531170).
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.
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.
Date: Fri, 19 Oct 2012 18:23:15 +0400
Changed-By: Dmitry Shachnev <mitya57 at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Matthias Klose <doko at ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/python-docutils/0.9.1+svn7532-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 19 Oct 2012 18:23:15 +0400
Source: python-docutils
Binary: python-docutils python3-docutils docutils-common docutils-doc
Architecture: source
Version: 0.9.1+svn7532-0ubuntu1
Distribution: raring
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
python3-docutils - text processing system for reStructuredText (implemented in Pytho
Closes: 531170 657269 675489
Changes:
python-docutils (0.9.1+svn7532-0ubuntu1) raring; urgency=low
.
* Resynchronize with Debian packaging SVN, remaining change:
- Use dh_python2 instead of dh_pysupport.
* New snapshot from upstream SVN, fixes build with Python 3.3.
* Add XS-Testsuite header.
* debian/patches/move-data-to-usr-share.diff: unfuzz.
.
python-docutils (0.9.1-2) UNRELEASED; urgency=low
.
* Install all DTD files (really closes: #531170).
.
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.
.
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.
Checksums-Sha1:
06c018c51071d4b51eeb3495f737ad22244c9ade 1946 python-docutils_0.9.1+svn7532-0ubuntu1.dsc
eef3b98bfc336037e9e1986d89b24d8191872e84 1564622 python-docutils_0.9.1+svn7532.orig.tar.gz
55abd6fa5201752ae2afef4bb95281284c6190d6 33050 python-docutils_0.9.1+svn7532-0ubuntu1.debian.tar.gz
Checksums-Sha256:
faca47d504e0e057272f983209bbd89b4edd53db4ca23e7e16e13e9c3f47ff47 1946 python-docutils_0.9.1+svn7532-0ubuntu1.dsc
b772b881736364e3f4fec2c5817bfb88de27d595aa171636f7e1f308194dd987 1564622 python-docutils_0.9.1+svn7532.orig.tar.gz
68c8592862e17f24ec7c1f6e1ee64988d0710f4e1d3aa3faa62c1151b9f6e49b 33050 python-docutils_0.9.1+svn7532-0ubuntu1.debian.tar.gz
Files:
a7b74aff7b835cd2eec3b60b8665bb1e 1946 python optional python-docutils_0.9.1+svn7532-0ubuntu1.dsc
6613f0b94df79f3c4bae21b0b2beb52a 1564622 python optional python-docutils_0.9.1+svn7532.orig.tar.gz
a4bb37e7a92289f56cf62008c296fdc8 33050 python optional python-docutils_0.9.1+svn7532-0ubuntu1.debian.tar.gz
Original-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
More information about the Raring-changes
mailing list