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 rigel-0.2.1/debian/changelog rigel-0.2.1/debian/changelog --- rigel-0.2.1/debian/changelog +++ rigel-0.2.1/debian/changelog @@ -1,3 +1,9 @@ +rigel (0.2.1-6.1) unstable; urgency=low + + * NMU for xlibs-dev removal; closes: 347096. + + -- Justin Pryzby <[EMAIL PROTECTED]> Sat, 14 Jan 2006 11:10:19 -0500 + rigel (0.2.1-6) unstable; urgency=low * Fix maintainer name. diff -u rigel-0.2.1/debian/control rigel-0.2.1/debian/control --- rigel-0.2.1/debian/control +++ rigel-0.2.1/debian/control @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Søren Boll Overgaard <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libsqlite-dev, libgtk1.2-dev, xlibs-dev +Build-Depends: debhelper (>> 3.0.0), libsqlite-dev, libgtk1.2-dev Standards-Version: 3.6.1 Package: rigel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

