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 grig-0.4.2/debian/changelog grig-0.4.2/debian/changelog --- grig-0.4.2/debian/changelog +++ grig-0.4.2/debian/changelog @@ -1,3 +1,9 @@ +grig (0.4.2-4.1) unstable; urgency=low + + * NMU for xlibs-dev removal; closes: 346624. + + -- Justin Pryzby <[EMAIL PROTECTED]> Sat, 14 Jan 2006 11:09:11 -0500 + grig (0.4.2-4) unstable; urgency=low * Use a recent config.guess, config.sub. Closes: #338254. diff -u grig-0.4.2/debian/control grig-0.4.2/debian/control --- grig-0.4.2/debian/control +++ grig-0.4.2/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Joop Stakenborg <[EMAIL PROTECTED]> Standards-Version: 3.6.2 -Build-Depends: debhelper (>> 3.0.0), hamlib-dev (>= 1.2.4-1), xlibs-dev, libgtk2.0-dev (>=2.4.0), libxml-parser-perl +Build-Depends: debhelper (>> 3.0.0), hamlib-dev (>= 1.2.4-1), libgtk2.0-dev (>=2.4.0), libxml-parser-perl Package: grig Architecture: any -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

