tag 346688 patch thanks
I intend to NMU a fix for this bug sponsored by some member of the QA group; patch attached. My pbuild result of this patch was clean, and produced a binary package with expected debdiff output from the most recent version in sid. Build logs are at http://justinpryzby.com/debian/xlibs-dev/
diff -u ibp-0.21/debian/control ibp-0.21/debian/control --- ibp-0.21/debian/control +++ ibp-0.21/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Joop Stakenborg <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: xutils, debmake, xlibs-dev, libncurses5-dev +Build-Depends: xutils, debmake, libx11-dev, libncurses5-dev Package: ibp Architecture: any diff -u ibp-0.21/debian/changelog ibp-0.21/debian/changelog --- ibp-0.21/debian/changelog +++ ibp-0.21/debian/changelog @@ -1,3 +1,10 @@ +ibp (0.21-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Update build-deps for xlibs-dev removal; closes: #346688. + + -- Justin Pryzby <[EMAIL PROTECTED]> Mon, 16 Jan 2006 01:44:06 -0500 + ibp (0.21-2) unstable; urgency=low * Allow 4-digit Maidenhead locator. Closes: #231478.

