diff options
-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 |