diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 17004dc..cb7ab14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ libxml2 (2.6.15-1) experimental; urgency=low * New upstream release + * debian/rules: Use "dh_makeshlibs -V 'libxml2 (>= 2.6.15)'", since version + 2.6.16 introduces some new symbols. - -- Mike Hommey <mh@glandium.org> Thu, 28 Oct 2004 18:19:58 +0900 + -- Mike Hommey <mh@glandium.org> Thu, 28 Oct 2004 19:08:20 +0900 libxml2 (2.6.11-5) unstable; urgency=high diff --git a/debian/rules b/debian/rules index b849189..0ba2990 100755 --- a/debian/rules +++ b/debian/rules @@ -132,7 +132,7 @@ binary-arch: build install dh_strip -a dh_compress -a -Xexamples/ dh_fixperms -a - dh_makeshlibs -a -V 'libxml2 (>= 2.6.14)' + dh_makeshlibs -a -V 'libxml2 (>= 2.6.15)' dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a |