Your message dated Sat, 3 Dec 2011 20:57:46 +0100
with message-id <[email protected]>
and subject line Re: Bug#511671: Add i686 to list of recognised architectures
has caused the Debian Bug report #511671,
regarding Add i686 to list of recognised architectures
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
511671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511671
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xtrs
Version: 4.9c-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu intrepid ubuntu-patch
Hi,
Please add i686 to the list of recognised architectures in debian/rules,
so the package can be built on i686 based-architectures, in this case
Ubuntu's lpia.
Thanks,
James
diff -u xtrs-4.9c/debian/changelog xtrs-4.9c/debian/changelog
diff -u xtrs-4.9c/debian/rules xtrs-4.9c/debian/rules
--- xtrs-4.9c/debian/rules
+++ xtrs-4.9c/debian/rules
@@ -14,7 +14,7 @@
ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
-ifneq (,$(findstring $(ARCH),alpha amd64 arm i386 ia64 mipsel sh3 sh4))
+ifneq (,$(findstring $(ARCH),alpha amd64 arm i386 i686 ia64 mipsel sh3 sh4))
ENDIANNESS=little
endif
--- End Message ---
--- Begin Message ---
Version: 4.9c-3.3
Please add i686 to the list of recognised architectures in
debian/rules, so the package can be built on i686 based-architectures,
in this case Ubuntu's lpia.
This was effectively fixed in an NMU:
* debian/rules: use DEB_HOST_ARCH_ENDIAN to guess host endianness.
--
Jakub Wilk
--- End Message ---