Package: valgrind Version: 1:3.6.0~svn11254+nmu1 Severity: wishlist Tags: patch
It would be nice to start compiling valgrind on ppc64. See patch. Thanks -- System Information: Debian Release: 6.0.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-0.bpo.2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages valgrind depends on: ii libc6 2.11.3-3 Embedded GNU C Library: Shared lib ii libc6-dbg 2.11.3-3 Embedded GNU C Library: detached d Versions of packages valgrind recommends: ii gdb 7.3-1~bpo60+1 The GNU Debugger Versions of packages valgrind suggests: pn alleyoop <none> (no description available) pn kcachegrind <none> (no description available) pn valkyrie <none> (no description available) -- no debconf information
diff --git a/debian/control b/debian/control index fdc58fd..3fe0da2 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/valgrind.git;a=summary Vcs-Git: git://git.debian.org/git/collab-maint/valgrind.git Package: valgrind -Architecture: i386 amd64 s390x powerpc armel armhf +Architecture: i386 amd64 s390x powerpc armel armhf ppc64 Depends: ${misc:Depends}, ${shlibs:Depends}, libc6-dbg Conflicts: valgrind-callgrind Provides: valgrind-callgrind

