On Tue, 03 Jun 2014 at 23:21:36 +0100, peter green wrote: > After some testing appears the problem is pkg-config is not installed, > without pkg-config the configure script fails to correctly detect libao
Thanks for diagnosing this! > In an environment with pkg-config installed the package built > successfully. Please add it to the build-depends (note: I have not > tested in a minimal environment, so there may be other build-depends > missing). I did test in a minimal environment (sbuild) and pkg-config seems to be the only thing missing. I have sent a non-maintainer upload to the DELAYED/2 queue using the attached patch. vorbis-tools maintainers, please contact me if you need this to be cancelled or rescheduled. Regards, S
diffstat for vorbis-tools_1.4.0-1 vorbis-tools_1.4.0-1.1 changelog | 9 +++++++++ control | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff -u vorbis-tools-1.4.0/debian/changelog vorbis-tools-1.4.0/debian/changelog --- vorbis-tools-1.4.0/debian/changelog +++ vorbis-tools-1.4.0/debian/changelog @@ -1,3 +1,12 @@ +vorbis-tools (1.4.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build-depend on pkg-config, required for libao detection (presumably + this was previously pulled in indirectly). Thanks to peter green for + diagnosing this. (Closes: #750290) + + -- Simon McVittie <s...@debian.org> Mon, 28 Jul 2014 11:11:26 +0100 + vorbis-tools (1.4.0-1) unstable; urgency=low * New upstream release. (Closes: #575677) diff -u vorbis-tools-1.4.0/debian/control vorbis-tools-1.4.0/debian/control --- vorbis-tools-1.4.0/debian/control +++ vorbis-tools-1.4.0/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Xiph.org Maintainers <pkg-xiph-ma...@lists.alioth.debian.org> Uploaders: John Francesco Ferlito <jo...@inodes.org> -Build-Depends: autotools-dev, debhelper (>= 7.0.50~), quilt (>= 0.46-7~), libcurl4-gnutls-dev, libao-dev (>= 1.0.0), libogg-dev, libflac-dev (>> 1.1.4) | liboggflac-dev, libspeex-dev, libvorbis-dev (>= 1.3.0), libkate-dev +Build-Depends: autotools-dev, debhelper (>= 7.0.50~), quilt (>= 0.46-7~), libcurl4-gnutls-dev, libao-dev (>= 1.0.0), libogg-dev, libflac-dev (>> 1.1.4) | liboggflac-dev, libspeex-dev, libvorbis-dev (>= 1.3.0), libkate-dev, pkg-config Standards-Version: 3.8.4 Vcs-Bzr: http://bzr.debian.org/bzr/pkg-xiph/vorbis-tools