Package: galan Version: 0.3.0+beta4-1.1 Severity: serious Tags: patch When building 'galan' in a clean unstable chroot, I get the following error:
Reading package lists... Building dependency tree... E: Package xlibmesa-glu-dev has no installation candidate E: Failed to satisfy Build-Depends dependency for galan: xlibmesa-glu-dev Package xlibmesa-glu-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source The attached patch replaces 'xlibmesa-glu-dev' with 'libglu1-mesa-dev' in the Build-Depends in debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/galan-0.3.0+beta4/debian/control ./debian/control --- ../tmp-orig/galan-0.3.0+beta4/debian/control 2006-06-27 06:41:37.000000000 +0000 +++ ./debian/control 2006-06-27 06:41:33.000000000 +0000 @@ -2,7 +2,7 @@ Section: sound Priority: optional Maintainer: Nick Rusnov <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libaudiofile-dev, libgtk2.0-dev, libvorbis-dev (>= 1.0.0-2), libesd0-dev, libglib2.0-dev, libasound2-dev, libgtkgl2.0-dev, xlibmesa-gl-dev, xlibmesa-glu-dev, libsndfile1-dev, liblrdf0-dev, libjack0.100.0-dev | libjack-dev, fftw-dev +Build-Depends: debhelper (>> 3.0.0), libaudiofile-dev, libgtk2.0-dev, libvorbis-dev (>= 1.0.0-2), libesd0-dev, libglib2.0-dev, libasound2-dev, libgtkgl2.0-dev, xlibmesa-gl-dev, libglu1-mesa-dev, libsndfile1-dev, liblrdf0-dev, libjack0.100.0-dev | libjack-dev, fftw-dev Standards-Version: 3.6.1 Package: galan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

