Heya, I've just NMUed twpsk to help with the xlibs-dev transition. Patch attached.
Marc -- BOFH #296: The hardware bus needs a new token.
diff -u twpsk-2.1+2.2beta1/debian/changelog twpsk-2.1+2.2beta1/debian/changelog --- twpsk-2.1+2.2beta1/debian/changelog +++ twpsk-2.1+2.2beta1/debian/changelog @@ -1,3 +1,10 @@ +twpsk (2.1+2.2beta1-5.1) unstable; urgency=low + + * Non-maintainer upload to help with xlibs-dev transition. + * debian/control: Replaced xlibs-dev build-dep. (Closes: #347067) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Fri, 20 Jan 2006 17:17:50 +0100 + twpsk (2.1+2.2beta1-5) unstable; urgency=low * Use sys/soundcard.h instead of linux/soundcard.h. Fixes FTBFS on diff -u twpsk-2.1+2.2beta1/debian/control twpsk-2.1+2.2beta1/debian/control --- twpsk-2.1+2.2beta1/debian/control +++ twpsk-2.1+2.2beta1/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Joop Stakenborg <[EMAIL PROTECTED]> Standards-Version: 3.6.2 -Build-Depends: libncurses5-dev, xlibs-dev, lesstif-dev, libxaw7-dev +Build-Depends: libncurses5-dev, libx11-dev, libxpm-dev, libxt-dev, lesstif-dev, libxaw7-dev Package: twpsk Architecture: any

