diff options
author | Mike Hommey <glandium@debian.org> | 2010-06-29 09:45:58 +0200 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2010-06-29 12:43:16 +0200 |
commit | 15e8602503d77e00be46a90ba4897623467a0909 (patch) | |
tree | a4877523e4d08db68ad5110d0575f1a97f2cc136 | |
parent | c2eef84e8e6853ed9cc1f5c59a7cf60561425dbb (diff) | |
download | libxml2-15e8602503d77e00be46a90ba4897623467a0909.tar.gz |
Release 2.7.7.dfsg-4debian/2.7.7.dfsg-4
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f04011c..d2217ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +libxml2 (2.7.7.dfsg-4) unstable; urgency=low + + * debian/rules: + - Use a variable to express which sub-targets to invoke for + configure/build/install. + - Refactor configure-% and build-% rules. + - Avoid possible renaming of _d.so files to _d_d.so files in the + install-python%-dbg rules. + * debian/control, debian/control.udeb, debian/libxml2-udeb.install, + debian/rules: Add an udeb package when building for Ubuntu. + Closes: #583767. + * debian/control: + - Remove old Conflicts/Replaces for packages that have disappeared before + etch. + - Bump Standards-Version to 3.9.0.0. + + -- Mike Hommey <glandium@debian.org> Tue, 29 Jun 2010 12:42:35 +0200 + libxml2 (2.7.7.dfsg-3) unstable; urgency=low * debian/rules: Use build_python* instead of build-python* as build |