Package: strace Version: 4.8-1 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertag: arm64
strace 4.8 has aarch64 support in the package but the control file does not list 'arm64' so the package does not build for arm64. The attached trivial patche fixes this. (It also removes the long-obsolete 'arm' architecture from the list. We should probably get rid of armeb too as it's also OABI and thus no longer supported in toolchains, nor a debian arch in main or ports). Is there anything preventing your uploading v4.8 to unstable now? It's been in experimental for almost a year. -- System Information: Debian Release: 7.5 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-kvm-i386-20110111 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
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