Package: libx86
Version: 1.1+ds1-1
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu ubuntu-patch intrepid

Hi,

The last remaining Ubuntu patch to libx86 is attached. It disables the
x86emu backend on the lpia architecture ("low-power Intel architecture",
used in the Ubuntu Mobile and Embedded project), treating it like i386
for that purpose. Although Debian doesn't have an lpia port, it would be
great if you could merge this anyway, bringing us back into exact sync.

Thanks,

-- 
Colin Watson                                       [EMAIL PROTECTED]
diff -u libx86-1.1+ds1/debian/rules libx86-1.1+ds1/debian/rules
--- libx86-1.1+ds1/debian/rules
+++ libx86-1.1+ds1/debian/rules
@@ -8,7 +8,7 @@
 
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
-ifneq (,$(findstring i386,$(DEB_HOST_ARCH)))
+ifneq (,$(filter i386 lpia,$(DEB_HOST_ARCH)))
 	BACKEND =
 else
 	BACKEND = x86emu

Reply via email to