Bug#250225: grub: FTBFS: missing amd64 support.

Kurt Roeckx Kurt Roeckx <Q@ping.be>, 250225@bugs.debian.org
Fri, 21 May 2004 14:14:30 +0200


Package: grub
Version: 0.94+cvs20040511-1
Severity: important

grub builds but the packaging fails on amd64.  It's missing the
amd64 in the arch list in the control file.

And in the rules file it says this:
        cp $(CURDIR)/debian/grub/usr/lib/grub/i386-*/* \
                $(CURDIR)/docs/menu.lst \
                $(CURDIR)/debian/tmp/boot/grub

Which does not work because it should be x86_64-* in our case.


Kurt