aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2014-06-03 12:16:53 +0000
committerDmitry V. Levin <ldv@altlinux.org>2014-06-03 12:36:20 +0000
commit05cd5b2a04aec533e5c46da0ea88e643312565e3 (patch)
tree973787e771cbf38a6e2b1fe46fc863d72b350046
parenta197832282e3c655149b9c06448fb82bf8a20f5e (diff)
downloadandroid_external_strace-05cd5b2a04aec533e5c46da0ea88e643312565e3.tar.gz
android_external_strace-05cd5b2a04aec533e5c46da0ea88e643312565e3.tar.bz2
android_external_strace-05cd5b2a04aec533e5c46da0ea88e643312565e3.zip
debian: update control file
* debian/control (strace64): Fix a typo in package description. Patch by Pascal De Vuyst <pascal.devuyst@gmail.com>. (strace, strace-udeb): Add x32 to architecture list. Patch by Guillaume Morin <guillaume@morinfr.org>. (strace, strace-udeb): Add or1k to architecture list. Patch by Christian Svensson <debian@cmd.nu>. (strace, strace-udeb): Add arm64 to architecture list, and remove defunct arm. Patch by Wookey <wookey@debian.org>. This fixes Debian bugs: #697625, #727018, #742235, #749956.
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
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