Package: valgrind Version: 1:3.3.0-1 Severity: wishlist Tags: patch This patch makes valgrind buildable on etch. Please apply in order to ease backporting.
-- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores) Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages valgrind depends on: ii libc6 2.7-9 GNU C Library: Shared libraries Versions of packages valgrind recommends: ii gdb 6.7.1-2 The GNU Debugger -- no debconf information
diff -ur valgrind-3.3.0.old/debian/control valgrind-3.3.0/debian/control --- valgrind-3.3.0.old/debian/control 2008-03-22 19:11:43.000000000 +0100 +++ valgrind-3.3.0/debian/control 2008-03-22 19:16:30.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Andrés Roldán <[EMAIL PROTECTED]> Uploaders: Juan Alvarez <[EMAIL PROTECTED]>, Luis Bustamante <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libc6-dev (>> 2.3.0), autotools-dev, dpatch (>> 2.0.0), gdb, gcc-multilib [amd64] +Build-Depends: debhelper (>> 3.0.0), libc6-dev (>> 2.3.0), autotools-dev, dpatch (>> 2.0.0), gdb, gcc-multilib [amd64] | gcc-4.1 (<< 4.1.2) [amd64] Standards-Version: 3.6.2.0 Package: valgrind

