summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2012-04-21 22:56:57 +0800
committerAron Xu <aron@debian.org>2012-04-23 00:25:42 +0800
commitcb20d4ab9f4b6c9e796fc8511b7b99bb451820ab (patch)
treee450019702df342ae29fc4a5318a16a13a98818e /debian/changelog
parent4281fb7adc1b49f8038085cd294327a4338b7082 (diff)
downloadlibxml2-cb20d4ab9f4b6c9e796fc8511b7b99bb451820ab.tar.gz
Move udeb install path back to usr/lib
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8f4fd58..796c796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+libxml2 (2.7.8.dfsg-9) UNRELEASED; urgency=low
+
+ * Multi-Arch ready. (Closes: #643026)
+ - M-A:same packages are libxml2, libxml2-dev and libxml2-dbg.
+ - M-A:foreign package is libxml2-utils, others are not M-A.
+ - Library files in udeb are still placed under usr/lib directly.
+ * New binary: libxml2-utils-dbg.
+ Move debuggings symbols of libxml2-utils binaries to another package
+ in favor of marking libxml2-dbg as M-A: same. Descriptions of related
+ binary packages are slightly modified.
+ * Enable hardening for Python modules. (Closes: #664107)
+ * Add support for build-arch and build target, essentially make the
+ package not FTBFS anymore. (Closes: #668672)
+ * Use dh compat 9. Not hardcoding libdir in debian/rules.
+ * Port to source format 3.0 to ease future maintenance of patches.
+ - Old patches are stored in 01_historical_changes.patch
+ - Do not patch Makefile.in directly, use dh_autoreconf with patches to
+ configure.in and Makefile.am instead.
+ - Add xsltproc to B-D.
+ * debian/*.dirs: removed, useless.
+
+ -- Aron Xu <aron@debian.org> Sun, 22 Apr 2012 00:16:37 +0800
+
libxml2 (2.7.8.dfsg-8) unstable; urgency=high
* New maintainer (Closes: #654176).