tag 346684 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 fspanel-0.7/debian/changelog fspanel-0.7/debian/changelog --- fspanel-0.7/debian/changelog +++ fspanel-0.7/debian/changelog @@ -1,3 +1,10 @@ +fspanel (0.7-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Update build-deps for xlibs-dev removal; closes: #346684. + + -- Justin Pryzby <[EMAIL PROTECTED]> Mon, 16 Jan 2006 01:40:52 -0500 + fspanel (0.7-5) unstable; urgency=low * Adopted diff -u fspanel-0.7/debian/control fspanel-0.7/debian/control --- fspanel-0.7/debian/control +++ fspanel-0.7/debian/control @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Andrew Suffield <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0), xlibs-dev +Build-Depends: debhelper (>= 4.0), libx11-dev, libxpm-dev, x-dev Standards-Version: 3.6.1 Package: fspanel

