Your message dated Tue, 27 Jun 2006 23:14:08 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of spiralsynthmodular 0.2.2a-3.1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: spiralsynthmodular
Version: 0.2.2a-3
Severity: serious
Tags: patch
When building 'spiralsynthmodular' in a clean unstable chroot,
I get the following error:
Building dependency tree...
E: Package xlibmesa-glu-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for spiralsynthmodular:
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
With the attached patch which removes xlibmesa-glu-dev from the Build-Depends
'spiralsynthmodular' can be build on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/spiralsynthmodular-0.2.2a/debian/control ./debian/control
--- ../tmp-orig/spiralsynthmodular-0.2.2a/debian/control 2006-06-20
05:53:08.000000000 +0000
+++ ./debian/control 2006-06-20 05:53:05.000000000 +0000
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Chris Butler <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libfltk1.1-dev (>= 1.1.3-2.1),
libpng12-dev, libjack0.100.0-dev, ladspa-sdk, xlibmesa-gl-dev,
xlibmesa-glu-dev, libsndfile1-dev, liblrdf-dev
+Build-Depends: debhelper (>> 4.0.0), libfltk1.1-dev (>= 1.1.3-2.1),
libpng12-dev, libjack0.100.0-dev, ladspa-sdk, xlibmesa-gl-dev, libsndfile1-dev,
liblrdf-dev
Standards-Version: 3.6.2
Package: spiralsynthmodular
--- End Message ---
--- Begin Message ---
Version: 0.2.2a-3.1
I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:
> spiralsynthmodular (0.2.2a-3.1) unstable; urgency=high
> .
> * Non-maintainer upload.
> * Replace unsatisfiable build-dependency on xlibmesa-glu-dev with
> libglu1-mesa-dev; fixes FTBFS. (Closes: #374592)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---