On Tue, Aug 16, 2005 at 01:26:54AM -0700, Steve Langasek wrote: > tags 323276 patch > thanks
> On Tue, Aug 16, 2005 at 12:51:16AM -0700, Steve Langasek wrote: > > On Mon, Aug 15, 2005 at 10:35:18PM +0200, Adeodato Simó wrote: > > > libxine-dev depends on slang1-dev | slang1-utf8-dev, which have been > > > removed from unstable in favour of libslang2-dev. Please update the > > > dependencies of the package, since it's uninstallable in sid atm. > > I'll prepare a follow-up NMU for this bug. > The patch for this second NMU is attached. I'll upload this fix as soon as > the packages have finished building here. Um... really attached, though in any case it appears that someone beat me to the NMU. The diff is obvious, regardless. :) Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u xine-lib-1.0.1/debian/control xine-lib-1.0.1/debian/control
--- xine-lib-1.0.1/debian/control
+++ xine-lib-1.0.1/debian/control
@@ -10,7 +10,7 @@
Package: libxine-dev
Architecture: any
Section: libdevel
-Depends: libxine1 (= ${Source-Version}), libc6-dev, xlibs-dev, zlib1g-dev |
libz-dev, slang1-dev | slang1-utf8-dev, libfreetype6-dev
+Depends: libxine1 (= ${Source-Version}), libc6-dev, xlibs-dev, zlib1g-dev |
libz-dev, libslang2-dev, libfreetype6-dev
Conflicts: xine-ui (<< 0.9.10)
Description: the xine video player library, development packages
This contains development files (headers, documentation and the like)
diff -u xine-lib-1.0.1/debian/changelog xine-lib-1.0.1/debian/changelog
--- xine-lib-1.0.1/debian/changelog
+++ xine-lib-1.0.1/debian/changelog
@@ -1,3 +1,11 @@
+xine-lib (1.0.1-1.2) unstable; urgency=low
+
+ * Fix the dependencies of libxine-dev, which were not updated for the
+ slang change in the preceding NMU; libxine-dev now depends only on
+ libslang2-dev. Closes: #323276.
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Tue, 16 Aug 2005 00:52:14 -0700
+
xine-lib (1.0.1-1.1) unstable; urgency=medium
* Non-maintainer upload.
signature.asc
Description: Digital signature

