Your message dated Tue, 3 Jul 2007 17:33:36 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: vdrift
Version: 0.0.2006.10.06-1
Severity: serious
Justification: release policy, "Packages must be supported on as many
architectures as is reasonably possible"
Hi Gonéri,
The vdrift package is marked as only being buildable on amd64, i386, ia64,
and powerpc. This is wrong; the code builds fine on alpha, arm, and mipsel,
and is only prevented from being uploaded by this architecture list.
I see in the bug log of 400596 that a member of the security team has
offered the opinion that vdrift should not be built on arm because there's
no need for a "3d-intense game" on an embedded arch, but this reasoning does
not apply to alpha and mipsel which are not embedded architectures and may
very well have suitable 3d-accelerated hardware.
Please reenable the build on alpha and mipsel. The attached patch should
suffice.
Cheers,
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
diff -u vdrift-0.0.2006.10.06/debian/control vdrift-0.0.2006.10.06/debian/control
--- vdrift-0.0.2006.10.06/debian/control
+++ vdrift-0.0.2006.10.06/debian/control
@@ -9,7 +9,7 @@
Standards-Version: 3.7.2
Package: vdrift
-Architecture: amd64 i386 ia64 powerpc
+Architecture: amd64 i386 ia64 powerpc alpha mipsel
Depends: ${shlibs:Depends}, ${misc:Depends}, vdrift-minimal (>= ${Source-Version})
Recommends: vdrift-full
Description: drift racing simulation
diff -u vdrift-0.0.2006.10.06/debian/changelog vdrift-0.0.2006.10.06/debian/changelog
--- vdrift-0.0.2006.10.06/debian/changelog
+++ vdrift-0.0.2006.10.06/debian/changelog
@@ -1,3 +1,12 @@
+vdrift (0.0.2006.10.06-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add alpha and mipsel to the architecture list, because the package
+ builds fine on these archs and runs fine on at least alpha, so there's
+ no reason to exclude them.
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Sun, 29 Apr 2007 10:22:36 -0700
+
vdrift (0.0.2006.10.06-1) unstable; urgency=low
[ Gonéri Le Bouder ]
--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable. I'm therefore
closing this bug report. The package has been removed because of
license issues (see #420965).
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---