diff options
-rw-r--r-- | debian/changelog | 20 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 21 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 10a07094e..34a4fa30e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,24 @@ +xine-lib (0.9.7-2) unstable; urgency=low + + * this package is based on a recent CVS snapshot, fixes a few things: + * don't try to DirectShow support on non-i386 platforms + * officially support s390, thanks to Gerhard Tonn (closes: #123805) + * subtitles other than the first one re-enabled + * improved antialiasinf on OSD fonts + + -- Siggi Langauf <siggi@flake.langauf.de> Sun, 16 Dec 2001 13:00:14 +0100 + +xine-lib (0.9.7-1) unstable; urgency=low + + * new upstream release, introducing upstream feature freeze for 1.0 + * suggesting xine-dvdnav, so people find it more easily + * disabled Xv plugin on hppa (closes: #123036) + + -- Siggi Langauf <siggi@debian.org> Wed, 12 Dec 2001 19:32:43 +0100 + xine-lib (0.9.6-1) unstable; urgency=high - * new upsream release, fixes some nasty bugs + * new upstream release, fixes some nasty bugs (the 0.9.5 package was never uploaded, sorry...) -- Siggi Langauf <siggi@debian.org> Sat, 1 Dec 2001 09:39:48 +0100 diff --git a/debian/control b/debian/control index 5d4a81729..524f1ca50 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Package: libxine0 Architecture: any Depends: ${shlibs:Depends} Recommends: ${shlibs:Recommends} -Suggests: ${shlibs:Suggests} +Suggests: ${shlibs:Suggests}, xine-dvdnav Conflicts: xine (<< 0.5.0), xine-dvd (<< 0.5.0), xine-dvd-css (<< 0.5.0) Replaces: xine-dvd Description: the xine video player library, binary files diff --git a/debian/rules b/debian/rules index 2ce385614..39545a001 100755 --- a/debian/rules +++ b/debian/rules @@ -47,6 +47,7 @@ install: build $(MAKE) install prefix=$(CURDIR)/debian/libxine-dev/usr mkdir -p $(CURDIR)/debian/libxine$(major)/usr/share/lintian/overrides + echo "MAJOR= >>$(major)<<" cp $(CURDIR)/debian/overrides.libxine \ $(CURDIR)/debian/libxine$(major)/usr/share/lintian/overrides/libxine$(major) |