diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 17b618e61..8f62f9098 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xine-lib (1-beta9-1) unstable; urgency=low + + * New upstream release + * correct demuxer should be used since 1-beta8 (closes: #180011) + + -- Siggi Langauf <siggi@debian.org> Sun, 23 Mar 2003 21:15:42 +0100 + xine-lib (1-beta8-1) unstable; urgency=low * Add pmhahn as Uploaders. diff --git a/debian/rules b/debian/rules index c7fb2f66a..d372f7f69 100755 --- a/debian/rules +++ b/debian/rules @@ -92,14 +92,14 @@ binary-arch: build install # # build libxine${major} package by moving files from libxine-dev # - dh_install --sourcedir=debian/tmp --list-missing + dh_install --autodest --sourcedir=debian/tmp --list-missing dh_installdocs dh_installchangelogs -k ChangeLog dh_link dh_strip dh_compress dh_fixperms - dh_makeshlibs -V 'libxine1 (>= 1-beta3)' + dh_makeshlibs -V 'libxine1 (>= 1-beta8)' dh_installdeb # dh_shlibdeps chmod +x debian/shlibdeps.sh |