From: Dmitry V. Levin Date: Tue, 3 Jun 2014 12:16:53 +0000 (+0000) Subject: debian: update control file X-Git-Tag: v4.9~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05cd5b2a04aec533e5c46da0ea88e643312565e3;p=platform%2Fupstream%2Fstrace.git debian: update control file * debian/control (strace64): Fix a typo in package description. Patch by Pascal De Vuyst . (strace, strace-udeb): Add x32 to architecture list. Patch by Guillaume Morin . (strace, strace-udeb): Add or1k to architecture list. Patch by Christian Svensson . (strace, strace-udeb): Add arm64 to architecture list, and remove defunct arm. Patch by Wookey . This fixes Debian bugs: #697625, #727018, #742235, #749956. --- diff --git a/debian/control b/debian/control index 417a909a..a7e36b1d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 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 or1k powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32 Depends: ${shlibs:Depends}, ${misc:Depends} Description: A system call tracer strace is a system call tracer, i.e. a debugging tool which prints out @@ -29,7 +29,7 @@ Description: A system call tracer for 64bit binaries The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have source. . - This package containts the 64bit version of the binary, intended for + This package contains the 64bit version of the binary, intended for biarch systems with 32bit userland and 64bit kernel. . System calls and signals are events that happen at the user/kernel @@ -40,7 +40,7 @@ Package: strace-udeb 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 or1k powerpc powerpcspe ppc64 s390 sh4 sparc sparc64 x32 Depends: ${shlibs:Depends}, ${misc:Depends} Description: A system call tracer strace is a system call tracer, i.e. a debugging tool which prints out