Hi I'm not in the Maintainer Group for this packqge, but was looking in this RC critical bug, for the part:
12.3. Additional documentation
Footnote 2:
... so the file `/usr/share/<package>/changelog.Debian.gz' must
refer to the changelog for the current version of <package> in
question.
The following patch would install the changelog separately.
----------------------------------------------------------------------
diff -u libxml2-2.7.3.dfsg/debian/rules libxml2-2.7.3.dfsg/debian/rules
--- libxml2-2.7.3.dfsg/debian/rules
+++ libxml2-2.7.3.dfsg/debian/rules
@@ -122,6 +122,7 @@
dh_testroot -i
dh_installdocs -i -A AUTHORS TODO README NEWS
dh_installchangelogs -i debian/no-upstream-changelog
+ dh_installchangelogs -ppython-libxml2
dh_install -i --sourcedir=debian/tmp
dh_link -i
dh_strip -i
----------------------------------------------------------------------
Many thanks for consideration. This is surely only one way to solve
this RC bug, I assume.
Kind regards
Salvatore
signature.asc
Description: Digital signature

