[ubuntu/raring-proposed] valgrind 1:3.8.1-1ubuntu1 (Accepted)

Alex Chiang achiang at canonical.com
Sun Dec 16 14:35:27 UTC 2012


valgrind (1:3.8.1-1ubuntu1) raring; urgency=low

  [ Alex Chiang ]
  * Merge from Debian unstable.
    - Drop all Ubuntu patches, as they have been applied upstream or are
      carried in Debian with similar names.
    - Drop documentation on creating snapshots in debian/copyright, doesn't
      seem necessary anymore.
    Remaining changes:
    - Use dh-autoreconf instead of autotools-dev.
    - Add ppc64 support:
      . Build-dep on gcc-multilib and libc6-dev-powerpc on ppc64
  * 10_extra-debuginfo-path.patch: allows specification of an extra directory
    in which to look for debuginfo objects.

  [ Adam Conrad ]
  * Remove valgrind-mpi package from Ubuntu and any references to it, as
    mpi-default-dev is in universe for the time being (Reverts: #565139)

valgrind (1:3.8.1-1) unstable; urgency=low

  * New upstream release
  * Update 02_version.patch

valgrind (1:3.8.0-1) unstable; urgency=low

  * New upstream release
    - Increase maximum allowed alignment for memalign (Closes: #489297)
    - Support for Intel AVX instructions (Closes: #655468)
    - Fix some C++ template symbols demangling (Closes: #493284)
  * Fix debian.supp madness (Closes: #661523):
    - Remove python suppressions from debian.supp
      (already provided by the python package)
    - Remove outdated suppressions from debian.supp
      (i.e. those matching old libraries)
    - Remove useless suppressions and clean-up remaining
  * Update upstream copyright
  * Enable support for mips
  * Drop 06_fix-configure.patch (fixed upstream)
  * Refresh patches
  * Update 07_fix-spelling-in-binary.patch

valgrind (1:3.7.0-6) unstable; urgency=low

  * Explicitly pass -I/usr/include/$(DEB_HOST_GNU_TYPE) compiler flag
    (Closes: #676029)
  * Remove ${shlibs:Depends} from valgrind-dbg depends

valgrind (1:3.7.0-5) unstable; urgency=low

  * Build on ppc64 too (Closes: #672481)
  * Update short and long descriptions
  * Remove not-needed Provides/Conflicts on valgrind-callgrind
  * No need to merge xfree-4.supp into debian.supp: it is already provided
    by default.supp
  * Enable mpiwrap module (Closes: #565139)
    - Add new valgrind-mpi package
    - valgrind Suggests valgrind-mpi
  * Clean-up rules' dh_install override
  * Add valgrind-dbg package (cf. #475562)
    - valgrind Recommends valgrind-dbg
  * Remove unused lintian overrides
  * Update debian/copyright using Copyright-Format 1.0

valgrind (1:3.7.0-4) unstable; urgency=low

  [ Pierre Habouzit ]
  * Remove myself as a Maintainer, pass the package to Alessandro.

  [ Alessandro Ghedini ]
  * Remove versioned build depends already satisfied in stable
  * Bump Standards-Version to 3.9.3
  * Add debian/watch
  * Pass CPPFLAGS and LDFLAGS from dpkg-buildflags too
  * Replace UNRELEASED with unstable in debian/{changelog,NEWS} entry for
    3.6.1-5 (fixes debian-news-entry-has-strange-distribution)
  * Add 0007-fix-spelling-in-binary.patch
  * Add 0008-fix-spelling-in-manpage.patch
  * Add more DEP3 headers to the patches
  * Remove useless debian/dirs file
  * Use dh_bash-completion to install bash completion file
  * Use debian/clean file instead of overriding dh_clean
  * Register HTML manual with doc-base
  * Install NEWS as upstream changelog
  * Add Roland to Uploaders
  * Fix typo in long description (Closes: #643834)
  * Provide a valgrind-listener manpage
    - Add 0009-valgrind-listener-manpage.patch
      Thanks to Cristian Greco (Closes: #632822)

valgrind (1:3.7.0-3) unstable; urgency=low

  * Set myself as maintainer of valgrind, removing Andrés on his request.
    Thanks for the more than 7 years of maintenance Andrés!
  * Add s390x to the Architecture field (Closes: 640154).
  * Remove s390 that isn't supported upstream anymore.
  * Make valgrind believe it's cross compiled so that it builds on armel
    (hopefully), fix configure to deal with gcc version check properly
    (patches/0006-fix-configure.patch).

valgrind (1:3.7.0-2) unstable; urgency=low

  * Fix callgrind_control that should look for valgrind.bin and not
    "valgrind". Closes: 659215. Thanks to Martin Apel.

valgrind (1:3.7.0-1) unstable; urgency=low

  * New upstream release.
  * refresh 0002-version.patch.
  * Drop patches merged upstream:
    - 0005-catch-manpages-errors.patch
    - 0007-implement-extra-dwarf-ops-gcc-461.patch
    - 0008-configure-support-linux-3.patch

Date: Tue, 11 Dec 2012 22:56:07 -0800
Changed-By: Alex Chiang <achiang at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Adam Conrad <adconrad at 0c3.net>
https://launchpad.net/ubuntu/raring/+source/valgrind/1:3.8.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 11 Dec 2012 22:56:07 -0800
Source: valgrind
Binary: valgrind valgrind-dbg
Architecture: source
Version: 1:3.8.1-1ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alex Chiang <achiang at canonical.com>
Description: 
 valgrind   - instrumentation framework for building dynamic analysis tools
 valgrind-dbg - instrumentation framework for building dynamic analysis tools (de
Closes: 489297 493284 565139 632822 640154 643834 655468 659215 661523 672481 676029
Changes: 
 valgrind (1:3.8.1-1ubuntu1) raring; urgency=low
 .
   [ Alex Chiang ]
   * Merge from Debian unstable.
     - Drop all Ubuntu patches, as they have been applied upstream or are
       carried in Debian with similar names.
     - Drop documentation on creating snapshots in debian/copyright, doesn't
       seem necessary anymore.
     Remaining changes:
     - Use dh-autoreconf instead of autotools-dev.
     - Add ppc64 support:
       . Build-dep on gcc-multilib and libc6-dev-powerpc on ppc64
   * 10_extra-debuginfo-path.patch: allows specification of an extra directory
     in which to look for debuginfo objects.
 .
   [ Adam Conrad ]
   * Remove valgrind-mpi package from Ubuntu and any references to it, as
     mpi-default-dev is in universe for the time being (Reverts: #565139)
 .
 valgrind (1:3.8.1-1) unstable; urgency=low
 .
   * New upstream release
   * Update 02_version.patch
 .
 valgrind (1:3.8.0-1) unstable; urgency=low
 .
   * New upstream release
     - Increase maximum allowed alignment for memalign (Closes: #489297)
     - Support for Intel AVX instructions (Closes: #655468)
     - Fix some C++ template symbols demangling (Closes: #493284)
   * Fix debian.supp madness (Closes: #661523):
     - Remove python suppressions from debian.supp
       (already provided by the python package)
     - Remove outdated suppressions from debian.supp
       (i.e. those matching old libraries)
     - Remove useless suppressions and clean-up remaining
   * Update upstream copyright
   * Enable support for mips
   * Drop 06_fix-configure.patch (fixed upstream)
   * Refresh patches
   * Update 07_fix-spelling-in-binary.patch
 .
 valgrind (1:3.7.0-6) unstable; urgency=low
 .
   * Explicitly pass -I/usr/include/$(DEB_HOST_GNU_TYPE) compiler flag
     (Closes: #676029)
   * Remove ${shlibs:Depends} from valgrind-dbg depends
 .
 valgrind (1:3.7.0-5) unstable; urgency=low
 .
   * Build on ppc64 too (Closes: #672481)
   * Update short and long descriptions
   * Remove not-needed Provides/Conflicts on valgrind-callgrind
   * No need to merge xfree-4.supp into debian.supp: it is already provided
     by default.supp
   * Enable mpiwrap module (Closes: #565139)
     - Add new valgrind-mpi package
     - valgrind Suggests valgrind-mpi
   * Clean-up rules' dh_install override
   * Add valgrind-dbg package (cf. #475562)
     - valgrind Recommends valgrind-dbg
   * Remove unused lintian overrides
   * Update debian/copyright using Copyright-Format 1.0
 .
 valgrind (1:3.7.0-4) unstable; urgency=low
 .
   [ Pierre Habouzit ]
   * Remove myself as a Maintainer, pass the package to Alessandro.
 .
   [ Alessandro Ghedini ]
   * Remove versioned build depends already satisfied in stable
   * Bump Standards-Version to 3.9.3
   * Add debian/watch
   * Pass CPPFLAGS and LDFLAGS from dpkg-buildflags too
   * Replace UNRELEASED with unstable in debian/{changelog,NEWS} entry for
     3.6.1-5 (fixes debian-news-entry-has-strange-distribution)
   * Add 0007-fix-spelling-in-binary.patch
   * Add 0008-fix-spelling-in-manpage.patch
   * Add more DEP3 headers to the patches
   * Remove useless debian/dirs file
   * Use dh_bash-completion to install bash completion file
   * Use debian/clean file instead of overriding dh_clean
   * Register HTML manual with doc-base
   * Install NEWS as upstream changelog
   * Add Roland to Uploaders
   * Fix typo in long description (Closes: #643834)
   * Provide a valgrind-listener manpage
     - Add 0009-valgrind-listener-manpage.patch
       Thanks to Cristian Greco (Closes: #632822)
 .
 valgrind (1:3.7.0-3) unstable; urgency=low
 .
   * Set myself as maintainer of valgrind, removing Andrés on his request.
     Thanks for the more than 7 years of maintenance Andrés!
   * Add s390x to the Architecture field (Closes: 640154).
   * Remove s390 that isn't supported upstream anymore.
   * Make valgrind believe it's cross compiled so that it builds on armel
     (hopefully), fix configure to deal with gcc version check properly
     (patches/0006-fix-configure.patch).
 .
 valgrind (1:3.7.0-2) unstable; urgency=low
 .
   * Fix callgrind_control that should look for valgrind.bin and not
     "valgrind". Closes: 659215. Thanks to Martin Apel.
 .
 valgrind (1:3.7.0-1) unstable; urgency=low
 .
   * New upstream release.
   * refresh 0002-version.patch.
   * Drop patches merged upstream:
     - 0005-catch-manpages-errors.patch
     - 0007-implement-extra-dwarf-ops-gcc-461.patch
     - 0008-configure-support-linux-3.patch
Checksums-Sha1: 
 fb334df6764d9ceb7bdbff5248b212d87946d7de 1625 valgrind_3.8.1-1ubuntu1.dsc
 aa7a3b0b9903f59a11ae518874852e8ccb12751c 7962963 valgrind_3.8.1.orig.tar.bz2
 a7946c0e9f521d4b7f0622251361bd2203527293 36235 valgrind_3.8.1-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 41bef8e868c14703da4891d0dd0b47be1055a0b8293862df1f7009f55c11907f 1625 valgrind_3.8.1-1ubuntu1.dsc
 473be00576bed311a662b277a2bfbe97d9cca4058e68619a0e420c9fc19958db 7962963 valgrind_3.8.1.orig.tar.bz2
 efd883ceeb765a5530f3f490a19248618ee5065d7cd2af84421254a0fb9886a0 36235 valgrind_3.8.1-1ubuntu1.debian.tar.gz
Files: 
 a0d9eae9a634689675dbaa948925b1da 1625 devel optional valgrind_3.8.1-1ubuntu1.dsc
 288758010b271119a0ffc0183f1d6e38 7962963 devel optional valgrind_3.8.1.orig.tar.bz2
 a10de2279c63c45fb8a1a4f4a4ff2589 36235 devel optional valgrind_3.8.1-1ubuntu1.debian.tar.gz
Original-Maintainer: Alessandro Ghedini <ghedo at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlDN26kACgkQvjztR8bOoMlH5QCgltEpHD5+Tw+q8ExMqf/cAz54
FA4Ani1SY4INzGvSfkoHomivA+niGNul
=4okX
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list