Please upload python-docutils 0.8.1-8ubuntu1

Bug #1038470 reported by Dmitry Shachnev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-docutils (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

I've resynchronized this package with Debian unstable, the only remaining change is using dh_python2.
Other part of the current delta is disable-DocutilsXMLTestCase.diff; it can be dropped as Debian has fixed it instead as disabling (fix-docutilsxmltestcase.diff).

I've pushed the update to lp:~mitya57/ubuntu/quantal/python-docutils/resync, and also attached python-docutils_0.8.1-8ubuntu1.debdiff here (the orig tarball is the same as currently in Ubuntu).

Corresponding part of debian/changelog:

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

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

 -- Dmitry Shachnev <email address hidden> Sat, 18 Aug 2012 20:16:07 +0400

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

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

 -- Jakub Wilk <email address hidden> Wed, 04 Jul 2012 14:07:30 +0200

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.

 -- Jakub Wilk <email address hidden> Fri, 01 Jun 2012 18:20:46 +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 <email address hidden> 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 <email address hidden> Wed, 15 Feb 2012 19:21:26 +0100

Related branches

tags: added: mitya57-upload-request quantal
description: updated
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

If the tarball is the same, then a debdiff is easier to review.

Debdiff is simply a diff between the two source packages showing all changes.

You can generate one with $ debdiff command.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Similar to the branch:
* debian/changelog is missing previous ubuntu entries

Apart from that, the tarball looks better than the branch.

When this is fixed, please resubmit as a debdiff against debian or previous ubuntu. You can pull last ubuntu & debian source packages using:
$ pull-lp-source
$ pull-debian-source
And then use debdiff to diff dsc from the archive with your newly proposed changes.

Please re-subscribe ubuntu-sponsors team to the bug if you submit debidff; or if you do via branch - resubmit merge proposal.

Regards,
Dmitrijs.

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Added the missing changelog entry, attached the debdiff against 0.8.1-4ubuntu1.

description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package python-docutils - 0.8.1-8ubuntu1

---------------
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.
 -- Dmitry Shachnev <email address hidden> Sat, 18 Aug 2012 20:16:07 +0400

Changed in python-docutils (Ubuntu):
status: New → Fix Released
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Thanks Dmitrijs!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.