Package: grub-installer Version: 0.0.5 Severity: normal Tags: patch The grub-installer control file states that the package only should build on Architecture i386. The package should work on all archs supported by grub. Checking the buildd logs, it seems that at least hurd-i386 is supported as well. It should be added to the arch list.
Perhaps it would be an idea to add 'grub' to the build depend list, to make it more obvious that this package require grub to be usefull? Or perhaps just make it architecture independant, as there is nothing in the package making stopping it from running on any arch as soon as grub is available. Then arch could be set to 'any'. :) Here is a patch relative to 0.0.5 to get both these changes: --- control 9 Jan 2003 09:39:08 -0000 1.11 +++ control 18 Jan 2003 23:53:30 -0000 @@ -3,11 +3,11 @@ Section: debian-installer Priority: optional Maintainer: Debian Install System Team <[EMAIL PROTECTED]> Uploaders: Moshe Zadka <[EMAIL PROTECTED]>, Tollef Fog Heen <[EMAIL PROTECTED]>-Build-Depends-Indep: debhelper (>= 4.1.13), po-debconf (>= 0.5.0) +Build-Depends-Indep: debhelper (>= 4.1.13), po-debconf (>= 0.5.0), grub Standards-Version: 3.5.6 Package: grub-installer -Architecture: i386 +Architecture: i386, hurd-i386 Provides: bootable-system Depends: cdebconf-udeb, base-installer XB-Installer-Menu-Item: 75 -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux minerva 2.4.19-386 #1 Sun Oct 6 17:23:00 EST 2002 i686 Locale: LANG=no_NO, LC_CTYPE=no_NO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

