Hi, I've just NMUed vdesk to help with the xlibs-dev transition. Patch attached.
Marc -- BOFH #333: A plumber is needed, the network drain is clogged
diff -u vdesk-1.2/debian/changelog vdesk-1.2/debian/changelog --- vdesk-1.2/debian/changelog +++ vdesk-1.2/debian/changelog @@ -1,3 +1,10 @@ +vdesk (1.2-1.1) unstable; urgency=low + + * Non-maintainer upload to help xlibs-dev transition + * Splitted xlibs-dev build-dep (Closes: #346910) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Fri, 20 Jan 2006 21:09:54 +0100 + vdesk (1.2-1) unstable; urgency=low * New upstream release (Closes: #291602) diff -u vdesk-1.2/debian/rules vdesk-1.2/debian/rules --- vdesk-1.2/debian/rules +++ vdesk-1.2/debian/rules @@ -12,7 +12,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. - ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man + ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include touch configure-stamp diff -u vdesk-1.2/debian/control vdesk-1.2/debian/control --- vdesk-1.2/debian/control +++ vdesk-1.2/debian/control @@ -2,7 +2,7 @@ Section: x11 Priority: optional Maintainer: Thom May <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), xlibs-dev, rman +Build-Depends: debhelper (>> 3.0.0), libx11-dev, x-dev, rman Standards-Version: 3.5.2 Package: vdesk

