Package: libao Version: 0.8.6-1 Severity: serious Tags: patch When building 'libao' in a clean 'unstable' chroot, I get the following error:
make[1]: Leaving directory `/libao-0.8.6/obj-x86_64-linux-gnu' dh_install -s --list-missing cp: cannot stat `debian/tmp/usr/lib/ao/plugins-2/libnas.so': No such file or directory dh_install: command returned error code 256 make: *** [install-arch] Error 1 Please add the missing Build-Depends on 'libxau-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/libao-0.8.6/debian/control ./debian/control --- ../tmp-orig/libao-0.8.6/debian/control 2005-03-18 02:39:52.000000000 +0000 +++ ./debian/control 2005-07-21 11:51:41.000000000 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Christopher L Cheney <[EMAIL PROTECTED]> -Build-Depends: autotools-dev, debhelper (>> 4.0.18), devscripts, gawk, libartsc0-dev, libasound2-dev, libaudio-dev, libesd0-dev, libxt-dev +Build-Depends: autotools-dev, debhelper (>> 4.0.18), devscripts, gawk, libartsc0-dev, libasound2-dev, libaudio-dev, libesd0-dev, libxt-dev, libxau-dev Standards-Version: 3.6.1.0 Package: libao2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

