diff options
author | Mike Hommey <glandium@debian.org> | 2010-03-20 09:06:37 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2010-03-21 09:51:39 +0100 |
commit | 81b70f074a16d94ad0cd7e0cd33ee799c9c03042 (patch) | |
tree | 1a518c7fa985af38b09c4953cdae59c0f7bc8251 | |
parent | 3b013349670438a94273b431e7f640e6e3e7780d (diff) | |
download | libxml2-81b70f074a16d94ad0cd7e0cd33ee799c9c03042.tar.gz |
Release 2.7.7.dfsg-1debian/2.7.7.dfsg-1
-rw-r--r-- | debian/changelog | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7ba161a..2941cc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,35 @@ -libxml2 (2.7.7.dfsg-1) UNRELEASED; urgency=low +libxml2 (2.7.7.dfsg-1) unstable; urgency=low * New upstream release. - - -- Mike Hommey <glandium@debian.org> Thu, 18 Mar 2010 07:46:56 +0100 + * debian/control: + + Bump Standards-Version to 3.8.4.0. + + Depend on a version of debhelper that provides dh and supports + overrides. + * debian/compat: Bump to 7. + * debian/rules: + + Don't avoid to build in example/. There is no reason to do so anymore. + + Remove remains of WORKAROUND_MODIFIED_FILES, that was removed 2 years + ago. + + Change the way python libs are built. We now use configure to set + different environment with and without python, and arrange things so + that we don't have to build the base libxml2 library several times. + + Deduplicate in /usr/lib/pyshared, not + /usr/lib/python-support/python-libxml2. + + Remove old source and diff rules that only displayed a message + inviting to use dpkg-source -b. + + Force -Wl,--as-needed at the beginning of the gcc command line. + + Simplify rules by switching to dh. + + Don't refresh COPYING during clean target, it appears not to be + necessary anymore. + + Use a common cache for main and python configure passes. + * debian/python-libxml2.install: Install python files from + /usr/lib/python*/dist-packages. + * python/generator.py: Sort python generated stubs so that libxml2.py + doesn't differ between python 2.5 and 2.6. + * doc/devhelp/Makefile.{am,in}: Properly install devhelp files when + builddir != srcdir. + + -- Mike Hommey <glandium@debian.org> Sun, 21 Mar 2010 09:51:17 +0100 libxml2 (2.7.6.dfsg-2) unstable; urgency=low |