[Pkg-bazaar-maint] Bug#494246: bzr: diff for NMU version 1.5-1.1

tv at beamnet.de tv at beamnet.de
Fri Aug 22 18:37:09 UTC 2008


tags 494246 + patch pending
thanks

Hi,

the patch Olivier posted does indeed solve the FTBFS for me.
As there hasn't been a reaction yet, I'd be happy to give the
maintainers a hand by uploading a bzr 1.5-1.1 NMU with attached
diff on Sunday or so (earlier if I get an OK from someone in
charge).

Kind regards

T.

diff -u bzr-1.5/debian/changelog bzr-1.5/debian/changelog
--- bzr-1.5/debian/changelog
+++ bzr-1.5/debian/changelog
@@ -1,3 +1,11 @@
+bzr (1.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply patch from upstream VCS to fix tools/rst2html.py with
+    older docutils. Thanks to Olivier Tétard for digging it up.
+
+ -- Thomas Viehmann <tv at beamnet.de>  Fri, 22 Aug 2008 20:06:37 +0200
+
 bzr (1.5-1) unstable; urgency=low
 
   * Final 1.5 release.
only in patch2:
unchanged:
--- bzr-1.5.orig/tools/rst2html.py
+++ bzr-1.5/tools/rst2html.py
@@ -19,8 +19,7 @@
 import docutils
 from docutils.core import publish_cmdline, default_description
 
-
-if docutils.__version__ <= '0.4.1':
+if True: # this is still required in the distutils trunk as-at June 2008.
     from docutils.parsers.rst.states import Body
     # we have some option names that contain dot; which is not allowed by
     # python-docutils 0.4-4 -- so monkeypatch in a better pattern





More information about the Pkg-bazaar-maint mailing list