Hi, I've just NMUed xsel to help with the xlibs-dev transition. Patch attached.
Marc -- BOFH #364: Sand fleas eating the Internet cables
diff -u xsel-0.9.6/debian/changelog xsel-0.9.6/debian/changelog --- xsel-0.9.6/debian/changelog +++ xsel-0.9.6/debian/changelog @@ -1,3 +1,10 @@ +xsel (0.9.6-1.1) unstable; urgency=low + + * Non-maintainer upload to help with xlibs-dev transition + * debian/control: Replaced xlibs-dev build-dep. (Closes: #346875) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Fri, 20 Jan 2006 17:08:23 +0100 + xsel (0.9.6-1) unstable; urgency=low * Initial Release. diff -u xsel-0.9.6/debian/control xsel-0.9.6/debian/control --- xsel-0.9.6/debian/control +++ xsel-0.9.6/debian/control @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Thom May <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), xlibs-dev +Build-Depends: debhelper (>> 3.0.0), libx11-dev, libxt-dev, x-dev Standards-Version: 3.5.2 Package: xsel

