diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-04-09 02:02:12 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-04-09 02:02:12 +0000 |
commit | 7d7fb1bd83ef7b5f8ff2df3135939cacc0d343d4 (patch) | |
tree | ea7eaf3ad419755138c6bbdcb8f65c5e4d85f285 | |
parent | 0e12bb983a70238aea6d7568fe72f4e091ccc350 (diff) | |
download | xine-lib-7d7fb1bd83ef7b5f8ff2df3135939cacc0d343d4.tar.gz xine-lib-7d7fb1bd83ef7b5f8ff2df3135939cacc0d343d4.tar.bz2 |
Bump shlibs info. (Debian bug 358429)
CVS patchset: 7966
CVS date: 2006/04/09 02:02:12
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ffe64f2fa..43b5b6d01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ xine-lib (1.1.1-2) unstable; urgency=low * Add build-dep alternatives for those of us who do backports to sarge. * Tidy up the package descriptions a little. * Create libxine1-dbg. (Needs a build-dep on binutils.) + * Bump shlibs to >= 1.1.0 due to new functions. (Closes: #358429) * Empty config file no longer prevents the config from being saved. (Fixed in upstream 1.1.1) (Closes: #320164) diff --git a/debian/rules b/debian/rules index c55bcd2c5..49c91900d 100755 --- a/debian/rules +++ b/debian/rules @@ -105,7 +105,7 @@ binary-arch: build install dh_strip --dbg-package=libxine1 dh_compress dh_fixperms - dh_makeshlibs -V 'libxine1 (>= 1.0.1)' + dh_makeshlibs -V 'libxine1 (>= 1.1.0)' dh_installdeb # dh_shlibdeps chmod +x debian/shlibdeps.sh |