Hi, I've just NMUed twclock to help with the xlibs-dev transition. Patch attached.
Marc -- BOFH #280: Traceroute says that there is a routing problem in the backbone. It's not our problem.
diff -u twclock-2.3/debian/control twclock-2.3/debian/control --- twclock-2.3/debian/control +++ twclock-2.3/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Joop Stakenborg <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: xlibs-dev, lesstif-dev, debmake +Build-Depends: libx11-dev, libxpm-dev, libxt-dev, lesstif-dev, debmake Package: twclock Architecture: any diff -u twclock-2.3/debian/changelog twclock-2.3/debian/changelog --- twclock-2.3/debian/changelog +++ twclock-2.3/debian/changelog @@ -1,3 +1,10 @@ +twclock (2.3-1.1) unstable; urgency=low + + * Non-maintainer upload to help with xlibs-dev transition + * debian/control: Replaced xlibs-dev build-dep. (Closes: #346901) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Fri, 20 Jan 2006 17:03:11 +0100 + twclock (2.3-1) unstable; urgency=low * New upstream. I seem to have missed a minor version somehow.

