tags 555343 + patch
thanks

* Jakub Wilk <uba...@users.sf.net>, 2009-11-09, 13:02:
Your binary package embeds a copy of the Python elementtree module.
This is violation of Debian Policy 4.13:
[...]
Please modify your package to use the system-wide module provided by
the python-elementtree package or (preferably) by the standard Python
(>= 2.5) library.

I believe that the Debian package never uses the embedded copy and that it's safe to remove it from the binary package.

--
Jakub Wilk
diff -ur bzr-2.0.3.orig/debian/rules bzr-2.0.3/debian/rules
--- bzr-2.0.3.orig/debian/rules	2010-01-17 12:52:17.000000000 +0100
+++ bzr-2.0.3/debian/rules	2010-01-16 23:54:06.000000000 +0100
@@ -36,3 +36,6 @@
 	( cd doc && find -name "*.png" -print0 ) | \
 	    xargs -r0 -i'{}' -n1 install -D -m 644 'doc/{}' \
 	    "debian/bzr-doc/usr/share/doc/bzr/html/{}"
+
+install/bzr::
+	rm -Rf debian/tmp/usr/lib/python*/*-packages/bzrlib/util/elementtree

Attachment: signature.asc
Description: Digital signature

Reply via email to