tags 424510 +patch thanks Hello:
I wrote an e-mail to the maintainers some days ago. The problem as I see it
is that on the debian/control file the architectures listed for the binary
packages are any-386 and any-amd64 which AFAIK are not still supported. From
this debhelper fails to get the necessary information to build the binary
package and the the build fails.
I attach the patch against the svn version of the debian package that should
solve the issue, for me at least.
Relevant information for the building machine should be useful, here's
mine's:
dpkg-architecture
DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i486-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=i386
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i486-linux-gnu
HTH,
--
Raúl Sánchez Siles
----->Proud Debian user<-----
Linux registered user #416098
Index: debian/control
===================================================================
--- debian/control (revisión: 507)
+++ debian/control (copia de trabajo)
@@ -9,7 +9,7 @@
XS-X-Vcs-Svn: svn://svn.debian.org/svn/pkg-grub/grub/
Package: grub
-Architecture: any-i386 any-amd64
+Architecture: i386 amd64
Depends: ${shlibs:Depends}
Suggests: grub-doc, mdadm
Description: GRand Unified Bootloader
pgpx9tim2bbpi.pgp
Description: PGP signature

