summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright7
-rw-r--r--debian/docs5
-rw-r--r--debian/overrides.libxine1
-rwxr-xr-xdebian/shlibdeps.sh2
5 files changed, 10 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index 80a19b23a..5724e7af2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,12 @@ xine-lib (0.9.2-1) unstable; urgency=high
* build-Dependancy on liblircclient-dev => lirc support on non-i386
* new upstream release
* deinterlace.c should compile everywhere (closes: #112748)
+ * including string.h in m4 test (closes: #115271)
+ * aclocal file is in /usr/share/aclocal (just as 0.9.1) (closes: #115033)
+ * enables -fPIC on (all?) architectures that need it (closes: #115006)
+ * many more fixes/features (see upstream changelog)
- -- Siggi Langauf <siggi@debian.org> Thu, 4 Oct 2001 00:09:41 +0200
+ -- Siggi Langauf <siggi@debian.org> Sun, 14 Oct 2001 22:22:38 +0200
xine-lib (0.9.1-1) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 9622ecfca..10a19c4b3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,8 @@
-This package was debianized by Siggi Langauf <siggi@debian.org> on
-Sun, 5 Aug 2001 20:26:31 +0200.
+This package is maintained by Siggi Langauf <siggi@debian.org>.
-It was downloaded from http://xine.sf.net
+Current versions can be downloaded from http://xine.sf.net
-Upstream Author(s): Günter Bartsch and lots of others (see AUTHORS file)
+Upstream Authors: Günter Bartsch and lots of others (see AUTHORS file)
Copyright (C) 2000,2001 the xine project
diff --git a/debian/docs b/debian/docs
index e80a7eb0e..8d5401c20 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,11 +1,6 @@
AUTHORS
README
TODO
-doc/FAQ
-doc/FAQ_es
-doc/MRL.txt
-doc/README.dxr3
-doc/README.xinerc
doc/dataflow.dia
doc/xine-lib-API
diff --git a/debian/overrides.libxine b/debian/overrides.libxine
index 70aa55821..0e955d096 100644
--- a/debian/overrides.libxine
+++ b/debian/overrides.libxine
@@ -1,6 +1,7 @@
# in this case, -fPIC would _only_ degrade performance, as there's only one
# instance of any plugin in memory unless the user plays 2 foles at the same
# (which doesn't make any sense...)
+libxine0: shlib-with-non-pic-code usr/lib/libxine-0.9.so.0.0.1
libxine0: shlib-with-non-pic-code usr/lib/xine/plugins/xineplug_ao_out_alsa05.so
libxine0: shlib-with-non-pic-code usr/lib/xine/plugins/xineplug_ao_out_esd.so
libxine0: shlib-with-non-pic-code usr/lib/xine/plugins/xineplug_ao_out_oss.so
diff --git a/debian/shlibdeps.sh b/debian/shlibdeps.sh
index ddc8c1012..c602cea8c 100755
--- a/debian/shlibdeps.sh
+++ b/debian/shlibdeps.sh
@@ -8,7 +8,7 @@
installdir=debian/$1
-OPTIONAL="$installdir/usr/lib/xine/plugins/xineplug_ao_out_alsa05.so
+OPTIONAL="$installdir/usr/lib/xine/plugins/xineplug_ao_out_alsa.so
$installdir/usr/lib/xine/plugins/xineplug_ao_out_arts.so
$installdir/usr/lib/xine/plugins/xineplug_ao_out_esd.so
$installdir/usr/lib/xine/plugins/xineplug_ao_out_oss.so