Your message dated Tue, 27 Jun 2006 08:26:57 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of space-orbit 1.01-8.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: space-orbit
Version: 1.01-8
Severity: serious
Tags: patch
When building 'space-orbit' in a clean unstable chroot,
I get the following error:
dpkg-source: extracting space-orbit in space-orbit-1.01
dpkg-source: unpacking space-orbit_1.01.orig.tar.gz
dpkg-source: applying ./space-orbit_1.01-8.diff.gz
Reading package lists...
Building dependency tree...
E: Package xlibmesa-glu-dev has no installation candidate
E: Failed to satisfy Build-Depends dependency for space-orbit: xlibmesa-glu-dev
With the attached patch 'space-orbit' can be compiled on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/space-orbit-1.01/debian/control ./debian/control
--- ../tmp-orig/space-orbit-1.01/debian/control 2006-06-19 13:27:49.000000000
+0000
+++ ./debian/control 2006-06-19 13:27:47.000000000 +0000
@@ -1,7 +1,7 @@
Source: space-orbit
Section: games
Priority: optional
-Build-Depends: debhelper (>= 4.2.4), libx11-dev, libxext-dev, libxi-dev,
libxmu-dev, libxt-dev, glutg3-dev, libesd0-dev, xlibmesa-gl-dev,
xlibmesa-glu-dev
+Build-Depends: debhelper (>= 4.2.4), libx11-dev, libxext-dev, libxi-dev,
libxmu-dev, libxt-dev, glutg3-dev, libesd0-dev, xlibmesa-gl-dev
Maintainer: Eric Schwartz (Skif) <[EMAIL PROTECTED]>
Standards-Version: 3.6.2.2
--- End Message ---
--- Begin Message ---
Version: -orbit 1.01-8.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:
> space-orbit (1.01-8.1) unstable; urgency=high
> .
> * Non-maintainer upload.
> * Replace uninstallable package xlibmesa-glu-dev by libglu1-mesa-dev in
> Build-depends; fixes FTBFS. (Closes: #374446)
/* Steinar */
--
Homepage: http://www.sesse.net/
--- End Message ---