summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-05-09 08:01:36 +0000
committerRoland McGrath <roland@redhat.com>2005-05-09 08:01:36 +0000
commitbc718ed39631d8f7b4a06a44982c24ce316816cc (patch)
treeca8a29696aaa243d4d82f841c24147f8ef35d820 /debian
parent05a017be6b358b67eecb124e10fd7f2dc689b0eb (diff)
downloadstrace-bc718ed39631d8f7b4a06a44982c24ce316816cc.tar.gz
strace-bc718ed39631d8f7b4a06a44982c24ce316816cc.tar.bz2
strace-bc718ed39631d8f7b4a06a44982c24ce316816cc.tar.xz
2005-05-09 Roland McGrath <roland@redhat.com>
* debian/control (Architecture): Add ppc64. Fixes Debian bug #301089.
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f0bd745..d558b05 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: libc6-dev (>= 2.2.2-1) [!alpha !ia64], libc6.1-dev (>= 2.2.2-1) [
Standards-Version: 3.6.1
Package: strace
-Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 s390x sh sparc
+Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc
Depends: ${shlibs:Depends}
Description: A system call tracer
strace is a system call tracer, i.e. a debugging tool which prints out
@@ -22,7 +22,7 @@ Description: A system call tracer
Package: strace-udeb
Section: debian-installer
Priority: extra
-Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sh sparc
+Architecture: alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh sparc
Depends: ${shlibs:Depends}
Description: A system call tracer
strace is a system call tracer, i.e. a debugging tool which prints out