Package: mbr-udeb Version: 1.1.11-5 Severity: wishlist Tags: d-i patch User: [email protected] Usertags: port-x32 di-x32
Hi! Please enable building of the udeb on x32. It's a new architecture, that works on x86 (like i386, amd64 and lpia). All that needs to be done is adding it to debian/control in the udeb section. A debdiff attached. -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (600, 'unstable'), (500, 'unreleased'), (50, 'experimental') Architecture: x32 (x86_64) Kernel: Linux 3.18.5-x32 (SMP w/6 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: sysvinit (via /sbin/init)
diff -u mbr-1.1.11/debian/changelog mbr-1.1.11/debian/changelog --- mbr-1.1.11/debian/changelog +++ mbr-1.1.11/debian/changelog @@ -1,3 +1,9 @@ +mbr (1.1.11-5+x32) jessie-x32; urgency=medium + + * Build the udeb on x32. + + -- Adam Borowski <[email protected]> Thu, 25 Dec 2014 06:24:37 +0100 + mbr (1.1.11-5) unstable; urgency=low * Add dh_md5sums to debian/rules, thanks to jmccrohan. Closes: #672321. diff -u mbr-1.1.11/debian/control mbr-1.1.11/debian/control --- mbr-1.1.11/debian/control +++ mbr-1.1.11/debian/control @@ -14,7 +14,7 @@ which transfers control to the kernel. Package: mbr-udeb -Architecture: i386 amd64 lpia +Architecture: i386 amd64 lpia x32 Depends: ${shlibs:Depends}, ${misc:Depends} Priority: extra Section: debian-installer

