Package: valgrind
Version: 1:3.4.1-1
Severity: normal

Hi,

a new version of valgrind was released on 19 Aug 2009.

Building an updated package for my own use I noticed the following
packaging issues:
* the patch '01_pcm-ioctl' does no longer apply and I did not look into
  whether is had been applied upstream
* a refreshed version of patch '02_version' is attached
* the ACKNOWLEDGEMENTS file is gone and needs to be removed from
  debian/docs
* I attach a debian/watch file, too


Andreas


-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages valgrind depends on:
ii  libc6                         2.9-25     GNU C Library: Shared libraries

Versions of packages valgrind recommends:
ii  gdb                 6.8.50.20090628-3+b1 The GNU Debugger

Versions of packages valgrind suggests:
pn  alleyoop                      <none>     (no description available)
ii  kcachegrind                   4:3.5.9-2  visualisation tool for valgrind pr
ii  libc6-dbg                     2.9-25     GNU C Library: detached debugging 

-- no debconf information
version=3

http://valgrind.org/downloads/ valgrind-(.*).tar.bz2
#! /bin/sh -e
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Appends "Debian" to package version 

[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch}"

if [ $# -ne 1 ]; then
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
    exit 1
fi
case "$1" in
       -patch) patch $patch_opts -p1 < $0;;
       -unpatch) patch $patch_opts -p1 -R < $0;;
        *)
                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
                exit 1;;
esac

exit 0
@DPATCH@
diff -urNad valgrind-3.5.0~/configure valgrind-3.5.0/configure
--- valgrind-3.5.0~/configure	2009-09-08 16:05:53.000000000 +0200
+++ valgrind-3.5.0/configure	2009-09-08 16:08:36.218503435 +0200
@@ -269,9 +269,9 @@
 # Identity of this package.
 PACKAGE_NAME='Valgrind'
 PACKAGE_TARNAME='valgrind'
-PACKAGE_VERSION='3.5.0'
-PACKAGE_STRING='Valgrind 3.5.0'
-PACKAGE_BUGREPORT='valgrind-us...@lists.sourceforge.net'
+PACKAGE_VERSION='3.5.0-Debian'
+PACKAGE_STRING='Valgrind 3.5.0 Debian'
+PACKAGE_BUGREPORT='valgrind-us...@lists.sourceforge.net | valgr...@packages.debian.org'
 
 ac_unique_file="coregrind/m_main.c"
 # Factoring default headers for most tests.
@@ -1660,7 +1660,7 @@
 
 # Define the identity of the package.
  PACKAGE='valgrind'
- VERSION='3.5.0'
+ VERSION='3.5.0-Debian'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4203,7 +4203,7 @@
 echo $ECHO_N "checking for a supported OS... $ECHO_C" >&6
 
 
-DEFAULT_SUPP=""
+DEFAULT_SUPP="debian.supp"
 
 case "${host_os}" in
      *linux*)

Reply via email to