diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-12-11 14:55:59 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-12-11 14:55:59 +0000 |
commit | a3621a5c665564c1be0bbd719988498251175257 (patch) | |
tree | e3c64aee6118107e8bc7b3fc65132bfdcdb1488a /debian | |
parent | c4d3c6409602743cc9c40f972fa37eae293283c5 (diff) | |
download | xine-lib-a3621a5c665564c1be0bbd719988498251175257.tar.gz xine-lib-a3621a5c665564c1be0bbd719988498251175257.tar.bz2 |
preparing 1-beta0...
CVS patchset: 3480
CVS date: 2002/12/11 14:55:59
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 11 | ||||
-rwxr-xr-x | debian/shlibdeps.sh | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 38619022a..837dcb393 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,23 @@ +xine-lib (1-beta0-1) unstable; urgency=low + + * new upstream release (now labelled beta) + This one fixes the packaging issues, so it's a candidate for unstable. + + -- Siggi Langauf <siggi@debian.org> Wed, 11 Dec 2002 13:48:35 +0100 + xine-lib (1-alpha2-0) experimental; urgency=low * yet another upstream alpha. This one is becoming usable, but has some packaging issues which prevent a parallel installation of libxine0. - -- Siggi Langauf <siggi@flake.langauf.de> Tue, 26 Nov 2002 00:34:35 +0100 + -- Siggi Langauf <siggi@debian.org> Tue, 26 Nov 2002 00:34:35 +0100 xine-lib (1-alpha1-0) experimental; urgency=low * another upstream alpha. This is still not ready for prime time, but it will build from source if you really want to give it a try... - -- Siggi Langauf <siggi@flake.langauf.de> Sat, 9 Nov 2002 23:39:01 +0100 + -- Siggi Langauf <siggi@debian.org> Sat, 9 Nov 2002 23:39:01 +0100 xine-lib (1-alpha0-0) unstable; urgency=low diff --git a/debian/shlibdeps.sh b/debian/shlibdeps.sh index 7d6c6cbcb..22593bafa 100755 --- a/debian/shlibdeps.sh +++ b/debian/shlibdeps.sh @@ -8,7 +8,7 @@ installdir=debian/$1 -ver=`cd $installdir/usr/lib/xine/plugins; ls [0-9]*` +ver=`(cd $installdir/usr/lib/xine/plugins; ls [0-9]*)` OPTIONAL="$installdir/usr/lib/xine/plugins/$ver/xineplug_ao_out_alsa.so $installdir/usr/lib/xine/plugins/$ver/xineplug_ao_out_arts.so $installdir/usr/lib/xine/plugins/$ver/xineplug_ao_out_esd.so |