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 airsnort-0.2.7e/debian/changelog airsnort-0.2.7e/debian/changelog --- airsnort-0.2.7e/debian/changelog +++ airsnort-0.2.7e/debian/changelog @@ -1,3 +1,9 @@ +airsnort (0.2.7e-1.1) unstable; urgency=low + + * NMU for xlibs-dev removal; closes: #346626. + + -- Justin Pryzby <[EMAIL PROTECTED]> Sat, 14 Jan 2006 11:06:06 -0500 + airsnort (0.2.7e-1) unstable; urgency=low * new upstream from 2005-01-10 diff -u airsnort-0.2.7e/debian/control airsnort-0.2.7e/debian/control --- airsnort-0.2.7e/debian/control +++ airsnort-0.2.7e/debian/control @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Noèl Köthe <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), automake, autoconf, liborbit-dev, xlibs-dev, m4, libzvt-dev, libpcap0.8-dev, libgnomeui-dev +Build-Depends: debhelper (>> 3.0.0), automake, autoconf, liborbit-dev, m4, libzvt-dev, libpcap0.8-dev, libgnomeui-dev Standards-Version: 3.6.1 Package: airsnort -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

