summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-09-12 06:02:50 +0000
committerMike Hommey <mh@glandium.org>2004-09-12 06:02:50 +0000
commita887d2db26d01a846919e981f25bf42c917113a0 (patch)
treeb2e41c7a7a1ac9a760ec6dd191d423cccff5542a
parent7248b1d59b6968a7c6f746be43011b117d27c47c (diff)
downloadlibxml2-a887d2db26d01a846919e981f25bf42c917113a0.tar.gz
Release 2.6.13-1 for experimental
-rw-r--r--debian/changelog9
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 1f9759a..76af8fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libxml2 (2.6.13-1) UNRELEASED; urgency=low
+libxml2 (2.6.13-1) experimental; urgency=low
- * (NOT RELEASED YET) New upstream release
+ * New upstream release:
+ + Fixed typo in xmlIO.c (Closes: #265740)
+ * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.13)'", since
+ version 2.6.13 introduces some new functions.
- -- Mike Hommey <mh@glandium.org> Fri, 10 Sep 2004 15:00:10 +0900
+ -- Mike Hommey <mh@glandium.org> Sun, 12 Sep 2004 14:52:22 +0900
libxml2 (2.6.11-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 97a6b79..1b79024 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,7 +117,7 @@ binary-arch: build install
dh_strip -a
dh_compress -a
dh_fixperms -a
- dh_makeshlibs -a -V 'libxml2 (>= 2.6.11)'
+ dh_makeshlibs -a -V 'libxml2 (>= 2.6.13)'
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a