diff options
author | Mike Hommey <mh@glandium.org> | 2004-10-28 10:09:37 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2004-10-28 10:09:37 +0000 |
commit | 16bf5e492b29757a74483d4d2a575762bea67594 (patch) | |
tree | c89628b1b7a5f159304f87a63365ef2a86f6246b | |
parent | 63ca407dd026e7707c8b5068918f1f27e722bee8 (diff) | |
download | libxml2-16bf5e492b29757a74483d4d2a575762bea67594.tar.gz |
Bump shlibsdebian/2.6.15-1
-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 |