tag 367045 patch thanks dude On Sat, May 27, 2006, Mohammed Adnène Trojette wrote: > Attached is a patch that should address the issue. It may be uploaded as > NMU as we are in a 0-day NMU policy.
Here is an updated patch removing two useless Build-Depends on x-dev and cdrdao. I hope this is not wrong... -- adn Mohammed Adnène Trojette
diff -u rezound-0.12.2beta/debian/control rezound-0.12.2beta/debian/control --- rezound-0.12.2beta/debian/control +++ rezound-0.12.2beta/debian/control @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libtool, automake1.7, autoconf, cdbs, libfox1.4-dev | libfox1.2-dev, libxft-dev, libx11-dev, libxrandr-dev, x-dev, libxcursor-dev, libxext-dev,libxrender-dev, libfreetype6-dev, libcupsys2-dev, libfontconfig1-dev, libbz2-dev, fftw-dev, libogg-dev, libvorbis-dev, libaudiofile-dev, bison, flex, xlibmesa-gl-dev, xlibmesa-glu-dev, zlib1g-dev, libjpeg62-dev, libtiff4-dev, libpng-dev, libjack-dev, libflac-dev (>= 1.1.1-3), libflac++-dev, libsoundtouch1-dev, cdrdao +Build-Depends: debhelper (>> 3.0.0), libtool, automake1.7, autoconf, cdbs, libfox1.4-dev | libfox1.2-dev, libxft-dev, libx11-dev, libxrandr-dev, libxcursor-dev, libxext-dev,libxrender-dev, libfreetype6-dev, libcupsys2-dev, libfontconfig1-dev, libbz2-dev, fftw-dev, libogg-dev, libvorbis-dev, libaudiofile-dev, bison, flex, xlibmesa-gl-dev, zlib1g-dev, libjpeg62-dev, libtiff4-dev, libpng-dev, libjack-dev, libflac-dev (>= 1.1.1-3), libflac++-dev, libsoundtouch1-dev Standards-Version: 3.6.2 Package: rezound diff -u rezound-0.12.2beta/debian/changelog rezound-0.12.2beta/debian/changelog --- rezound-0.12.2beta/debian/changelog +++ rezound-0.12.2beta/debian/changelog @@ -1,3 +1,11 @@ +rezound (0.12.2beta-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove Build-Depends on non-existing xlibmesa-glu-dev (closes: #367045) + * Remove useless Build-Depends on x-dev and cdrdao. + + -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Sat, 27 May 2006 09:18:26 +0200 + rezound (0.12.2beta-4) unstable; urgency=low * Recompilation because of broken FOX libs (closes: 349566)