diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b840cca33..26ec2db1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xine-lib (1-rc3a-2) unstable; urgency=high + + * updated shlibs: 1-rc3(a) provides new OSD functions (will close: 225618) + * fixed OSS plugin initialization code (closes: 225275) + + -- Siggi Langauf <siggi@debian.org> Wed, 31 Dec 2003 15:41:17 +0100 + xine-lib (1-rc3a-1) unstable; urgency=high * new upstream release diff --git a/debian/rules b/debian/rules index bb46aa2ab..ec9090f75 100755 --- a/debian/rules +++ b/debian/rules @@ -100,7 +100,7 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_makeshlibs -V 'libxine1 (>= 1-rc0)' + dh_makeshlibs -V 'libxine1 (>= 1-rc3a)' dh_installdeb # dh_shlibdeps chmod +x debian/shlibdeps.sh |