Package: mbr
Version: 1.1.9-3
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
Hi,
Ubuntu has an 'lpia' architecture ("low-power Intel architecture"; name
selected by Intel), which is compatible with i386 but with different
optimisations. I understand that it's not entirely impossible that it
might be worth adding this to Debian too at some point, and certainly
e.g. Debian's dpkg supports it.
This architecture requires a trivial change to mbr's debian/control,
attached. Do you think you might be interested in including this?
Thanks,
--
Colin Watson [EMAIL PROTECTED]
diff -u mbr-1.1.9/debian/control mbr-1.1.9/debian/control
--- mbr-1.1.9/debian/control
+++ mbr-1.1.9/debian/control
@@ -6,7 +6,7 @@
Build-Depends: bin86, libc6-dev-i386 [amd64], gcc-multilib [amd64], util-linux (>= 2.13) | linux32
Package: mbr
-Architecture: i386 amd64
+Architecture: i386 amd64 lpia
Depends: ${shlibs:Depends}
Description: Master Boot Record for IBM-PC compatible computers.
The MBR is used in booting operating systems from the hard disk. It