summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index bb254c8..3de214b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
libxml2 (2.6.11-1) unstable; urgency=low
- * (NOT RELEASED YET) New upstream release:
- * libxml.m4: removed debian changes which have been incorporated upstream.
+ * New upstream release
+ * libxml.m4: removed debian changes which have been incorporated upstream.
+ * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.11)'", since
+ version 2.6.11 introduces some new functions.
- -- Mike Hommey <mh@glandium.org> Tue, 6 Jul 2004 22:14:51 +0900
+ -- Mike Hommey <mh@glandium.org> Wed, 7 Jul 2004 00:54:50 +0900
libxml2 (2.6.10-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index a7d939e..168c9ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,7 +94,7 @@ binary-arch: build install
dh_strip -a
dh_compress -a
dh_fixperms -a
- dh_makeshlibs -a -V 'libxml2 (>= 2.6.10)'
+ dh_makeshlibs -a -V 'libxml2 (>= 2.6.11)'
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a