+++ LaMont Jones [2013-11-09 17:04 -0700]: > On Sat, Nov 09, 2013 at 08:42:08PM +0000, Wookey wrote: > > Updated patch attached. > > As the Debian arm64 port is now properly underway and this was filed > > over a year ago, I propose to NMU this as otherwise it'll be an FTBFS soon. > > Do it. I'm hoping that we'll have an upload before the month is over, > but there is work to do in the meantime.
OK. cheers. Testing, I see I screwed that last patch up. It should be like this one, which is what I'll upload shortly. Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/
diff -u util-linux-2.20.1/debian/changelog util-linux-2.20.1/debian/changelog --- util-linux-2.20.1/debian/changelog +++ util-linux-2.20.1/debian/changelog @@ -1,3 +1,10 @@ +util-linux (2.20.1-5.6) unstable; urgency=low + + * Non-maintainer upload. + * Add arm64/aarch64 support (closes: #689607) + + -- wookey <woo...@wookware.org> Sat, 09 Nov 2013 20:00:36 +0000 + util-linux (2.20.1-5.5) unstable; urgency=medium * Non-maintainer upload by the Security Team. only in patch2: unchanged: --- util-linux-2.20.1.orig/fdisk/fdiskbsdlabel.h +++ util-linux-2.20.1/fdisk/fdiskbsdlabel.h @@ -48,7 +48,8 @@ #if defined (i386) || defined (__sparc__) || defined (__arm__) || \ defined (__mips__) || defined (__s390__) || defined (__sh__) || \ - defined(__x86_64__) || defined (__avr32__) || defined(__cris__) + defined(__x86_64__) || defined (__avr32__) || defined(__cris__) || \ + defined (__aarch64__) #define BSD_LABELSECTOR 1 #define BSD_LABELOFFSET 0 #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)