I intend to NMU a fix for this bug sponsored by some member of the QA group; patch attached.
diff -u bbkeys-0.9.0/debian/control bbkeys-0.9.0/debian/control --- bbkeys-0.9.0/debian/control +++ bbkeys-0.9.0/debian/control @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Bruno Barrera C. <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), xlibs-dev, libbt-dev, pkg-config +Build-Depends: debhelper (>= 4.0.0), libbt-dev, pkg-config, libx11-dev, x-dev Standards-Version: 3.6.2 Package: bbkeys diff -u bbkeys-0.9.0/debian/changelog bbkeys-0.9.0/debian/changelog --- bbkeys-0.9.0/debian/changelog +++ bbkeys-0.9.0/debian/changelog @@ -1,3 +1,10 @@ +bbkeys (0.9.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Update build-deps for xlibs-dev removal; closes: #346631 + + -- Justin Pryzby <[EMAIL PROTECTED]> Sat, 14 Jan 2006 15:20:27 -0500 + bbkeys (0.9.0-3) unstable; urgency=low * Rebuild in order to fix undefined references (closes: #318528)

