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 ]