* New upstream release. * 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.