** Tags added: mitya57-upload-request quantal

** Branch linked: lp:~mitya57/ubuntu/quantal/python-docutils/resync

** Attachment added: "python-docutils_0.8.1-8ubuntu1.debian.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/python-docutils/+bug/1038470/+attachment/3266806/+files/python-docutils_0.8.1-8ubuntu1.debian.tar.gz

** Description changed:

  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.debian.tar.gz 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, remaining change:
-     - Use dh_python2 instead of dh_pysupport
+   * Resynchronize with Debian unstable (LP: #1038470), remaining change:
+     - Use dh_python2 instead of dh_pysupport
  
-  -- Dmitry Shachnev <[email protected]>  Sat, 18 Aug 2012 20:16:07 +0400
+  -- Dmitry Shachnev <[email protected]>  Sat, 18 Aug 2012 20:16:07 +0400
  
  python-docutils (0.8.1-8) unstable; urgency=low
  
-   * Install all DTD files (really closes: #531170).
+   * Install all DTD files (really closes: #531170).
  
-  -- Jakub Wilk <[email protected]>  Wed, 04 Jul 2012 14:07:30 +0200
+  -- Jakub Wilk <[email protected]>  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.
+   * 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 protected]>  Fri, 01 Jun 2012 18:20:46 +0200
+  -- Jakub Wilk <[email protected]>  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).
+   * 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 protected]>  Sat, 03 Mar 2012 01:40:35 +0100
+  -- Jakub Wilk <[email protected]>  Sat, 03 Mar 2012 01:40:35 +0100
  
  python-docutils (0.8.1-5) unstable; urgency=low
  
-   [ Simon McVittie ]
-   * Remove myself from Uploaders
+   [ 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 ]
+   * 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 protected]>  Wed, 15 Feb 2012 19:21:26 +0100
+  -- Jakub Wilk <[email protected]>  Wed, 15 Feb 2012 19:21:26 +0100

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1038470

Title:
  Please upload python-docutils 0.8.1-8ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-docutils/+bug/1038470/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to