+++ Wookey [2014-06-23 18:03 +0100]: > This package has been in experimental for a year now. Can you upload > it to unstable so that it builds on arm64 on the buildds please? > > Currently it is moarked not-buildable-on-arm64 and is blocking some other > builds > http://buildd.debian-ports.org/status/package.php?p=strace&suite=sid
Sorry, forgot to say that the version in experimental needs a small patch to actually build for arm64 (just to list the arch in the control file). I've taken the liberty of removing the long-defunct 'arm' (old ABI) arch whilst updating it. armeb should go too as that's also OABI and was never released or supported. Attached Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard, ARM http://wookware.org/
diff -Nru strace-4.8/debian/changelog strace-4.8/debian/changelog --- strace-4.8/debian/changelog 2013-06-03 12:34:56.000000000 +0000 +++ strace-4.8/debian/changelog 2014-05-31 00:08:14.000000000 +0000 @@ -1,3 +1,10 @@ +strace (4.8-1.1) unreleased; urgency=low + + * Non-maintainer upload. + * Add arm64 to architecture list (and remove defunct arm) + + -- Wookey <woo...@debian.org> Sat, 31 May 2014 00:07:14 +0000 + strace (4.8-1) experimental; urgency=low * New upstream version. diff -Nru strace-4.8/debian/control strace-4.8/debian/control --- strace-4.8/debian/control 2012-04-20 17:31:48.000000000 +0000 +++ strace-4.8/debian/control 2014-05-31 00:07:06.000000000 +0000 @@ -7,7 +7,7 @@ Homepage: http://sourceforge.net/projects/strace/ Package: strace -Architecture: alpha amd64 arm armeb armel armhf hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 +Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 Depends: ${shlibs:Depends}, ${misc:Depends} Description: A system call tracer strace is a system call tracer, i.e. a debugging tool which prints out @@ -40,7 +40,7 @@ Section: debian-installer XC-Package-Type: udeb Priority: extra -Architecture: alpha amd64 arm armeb armel armhf hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 sh4 sparc sparc64 +Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 sh4 sparc sparc64 Depends: ${shlibs:Depends}, ${misc:Depends} Description: A system call tracer strace is a system call tracer, i.e. a debugging tool which prints out