diff options
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d1e88e4..fe86988 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libxml2 (2.7.8.dfsg-4) unstable; urgency=low + + * debian/rules: Add --with python2 to dh call. + * debian/control: + - Remove build dependency on python-support. + - Build depend on python-all-dev >= 2.6.6-3~. + - Remove XB-Python-Version header. + - Bump Standards-Version to 3.9.2.0. No changes required. + * debian/pycompat: Removed. With the above changes, closes: #631416. + Thanks Colin Watson. + + -- Mike Hommey <glandium@debian.org> Fri, 29 Jul 2011 12:33:08 +0200 + libxml2 (2.7.8.dfsg-3) unstable; urgency=low * xpath.c: Fix some potential problems on reallocation failures. |