I intend to NMU a fix for this bug sponsored by Thomas Viehmann; the attached patch simply drops the dependency on xlibs-dev, because there is no actual direct dependency.
diff -u xcdroast-0.98+0alpha15/debian/control xcdroast-0.98+0alpha15/debian/control --- xcdroast-0.98+0alpha15/debian/control +++ xcdroast-0.98+0alpha15/debian/control @@ -2,7 +2,7 @@ Section: otherosfs Priority: extra Maintainer: Hector Garcia <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.1.32), xlibs-dev, libgtk2.0-dev, libpcre3-dev +Build-Depends: debhelper (>= 4.1.32), libgtk2.0-dev, libpcre3-dev Standards-Version: 3.6.2 Package: xcdroast diff -u xcdroast-0.98+0alpha15/debian/changelog xcdroast-0.98+0alpha15/debian/changelog --- xcdroast-0.98+0alpha15/debian/changelog +++ xcdroast-0.98+0alpha15/debian/changelog @@ -1,3 +1,9 @@ +xcdroast (0.98+0alpha15-3.1) unstable; urgency=low + + * NMU for xlibs-dev removal; closes: 346795. + + -- Justin Pryzby <[EMAIL PROTECTED]> Sat, 14 Jan 2006 11:11:22 -0500 + xcdroast (0.98+0alpha15-3) unstable; urgency=low * Add in README.Debian info about ATAPI and the kernel version. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

