[ubuntu/precise] valgrind 1:3.6.1-6ubuntu1 (Accepted)

Loic Minier loic.minier at ubuntu.com
Mon Oct 17 13:40:21 UTC 2011


valgrind (1:3.6.1-6ubuntu1) precise; urgency=low

  * Drop lpia support.
  * Drop 60_thumb-sigill-fixes dpatch; we're building in ARM mode and Thumb
    support was implemented upstream differently.
  * Merge with Debian testing/unstable:
    - Drop all Ubuntu dpatches, added in Debian as regular patches.
    - Use DEB_HOST_ARCH_CPU instead of DEB_HOST_GNU_CPU to check the host CPU
      for consistency with armv7 checks in rules.
    - Drop noopt rules snippet; should be fixed with new dh-based rules.
    Remaining changes:
    - Add ppc64 support:
      . Build-dep on gcc-multilib and libc6-dev-powerpc on ppc64
      . Add ppc64 to valgrind's Architecture list.
    - Update documentation on creating snapshots in debian/copyright and add
      debian/valgrind-docs-build.diff to help creating these (works around an
      issue with building the docs during make dist).
    - Pass -marm in CFLAGS when DEB_HOST_GNU_CPU is arm, but add note that
      this is fixed upstream and point at KDE #247978.

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

  * Upload with maintainer's consent.

  * debian/patches/0007-implement-extra-dwarf-ops-gcc-461.patch:
    + Added; from upstream r11856, makes valgrind work again with binaries
      built with recent gcc versions (Closes: #632969).
  * debian/patches/0008-configure-support-linux-3.patch:
    + Added; from upstream r11796, add support for Linux 3.x to configure
      script (Closes: #633094).

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

  * debian/rules:
      - use autotools-dev dh_autotools-dev_updateconfig.
      - do now strip under /usr/lib/valgrind (Closes: 475562).
      - use dh 7 to reduce debian/rules cruft.
  * Add armhf to the supported architectures.

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

  * Fix patches/0004-allow-or-quoting-of-strings-in-.valgrindrc.patch: out was
    copied too early leading to bad option parsing in case of leading spaces
    (Closes: 626486, 626496).

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

  * update 0002-version.patch to loosen the checks on the arm version
    (Closes: 592614).

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

  * Enable valgrind build on armel (Closes: 592614):
      - s/arm/armel/ in debian/control;
      - build for armv7 since valgrind doesn't support older arm CPUs,
        thanks to Loïc Minier for the implementation details.
  * Add 0004-allow-or-quoting-of-strings-in-.valgrindrc.patch to allow parsing
    of options with spaces in ~/.valgrindrc (Closes: 507236).
  * Catch manpages build failures (Closes: 599563) thanks to Stefano Rivera.
  * Add suppression for __nss_database_lookup leaks in debian.supp
    (Closes: 598870).
  * String things not under /usr/lib/valgrind (Closes: 475562), document into
    the lintian-overrides why it shouldn't be stripped, namely
    http://valgrind.org/docs/manual/dist.readme-packagers.html.
  * Add 0006-workaround-SIGSEGV-on-PPC.patch to workaround PPC SIGSEGV
    (Closes: 603961).

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

  * Migrate to format 3.0 (quilt):
      - use upstream .tar.bz2 directly;
      - migrate patches from dpatch to debian/patches/*.
      - valgrind builds twice in a row (Closes: 549554).
  * Add myself to Uploaders.
  * New upstream release (Closes: 622586, 625180).
  * Add patches/0003-prevent-gcc-4.6-warnings-with-valgrind.h.patch to prevent
    warnings about set but unused variables with gcc-4.6.
  * debian/control:
      - Bump standards version (no changes needed).
      - Add VCS-* Headers.
      - Add Homepage Header.
  * Lintian fixes:
      - Add missing ${misc:Depends} in debian/control.
      - fix debian-rules-ignores-make-clean-error.
      - migrate to dh_lintian for overrides, and update them.
      - remove article from debian/control Description.

Date: Mon, 17 Oct 2011 14:41:02 +0200
Changed-By: Loïc Minier <loic.minier at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/valgrind/1:3.6.1-6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 17 Oct 2011 14:41:02 +0200
Source: valgrind
Binary: valgrind
Architecture: source
Version: 1:3.6.1-6ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Loïc Minier <loic.minier at ubuntu.com>
Description: 
 valgrind   - memory debugger and profiler
Closes: 475562 507236 549554 592614 598870 599563 603961 622586 625180 626486 626496 632969 633094
Changes: 
 valgrind (1:3.6.1-6ubuntu1) precise; urgency=low
 .
   * Drop lpia support.
   * Drop 60_thumb-sigill-fixes dpatch; we're building in ARM mode and Thumb
     support was implemented upstream differently.
   * Merge with Debian testing/unstable:
     - Drop all Ubuntu dpatches, added in Debian as regular patches.
     - Use DEB_HOST_ARCH_CPU instead of DEB_HOST_GNU_CPU to check the host CPU
       for consistency with armv7 checks in rules.
     - Drop noopt rules snippet; should be fixed with new dh-based rules.
     Remaining changes:
     - Add ppc64 support:
       . Build-dep on gcc-multilib and libc6-dev-powerpc on ppc64
       . Add ppc64 to valgrind's Architecture list.
     - Update documentation on creating snapshots in debian/copyright and add
       debian/valgrind-docs-build.diff to help creating these (works around an
       issue with building the docs during make dist).
     - Pass -marm in CFLAGS when DEB_HOST_GNU_CPU is arm, but add note that
       this is fixed upstream and point at KDE #247978.
 .
 valgrind (1:3.6.1-6) unstable; urgency=low
 .
   * Upload with maintainer's consent.
 .
   * debian/patches/0007-implement-extra-dwarf-ops-gcc-461.patch:
     + Added; from upstream r11856, makes valgrind work again with binaries
       built with recent gcc versions (Closes: #632969).
   * debian/patches/0008-configure-support-linux-3.patch:
     + Added; from upstream r11796, add support for Linux 3.x to configure
       script (Closes: #633094).
 .
 valgrind (1:3.6.1-5) unstable; urgency=low
 .
   * debian/rules:
       - use autotools-dev dh_autotools-dev_updateconfig.
       - do now strip under /usr/lib/valgrind (Closes: 475562).
       - use dh 7 to reduce debian/rules cruft.
   * Add armhf to the supported architectures.
 .
 valgrind (1:3.6.1-4) unstable; urgency=low
 .
   * Fix patches/0004-allow-or-quoting-of-strings-in-.valgrindrc.patch: out was
     copied too early leading to bad option parsing in case of leading spaces
     (Closes: 626486, 626496).
 .
 valgrind (1:3.6.1-3) unstable; urgency=low
 .
   * update 0002-version.patch to loosen the checks on the arm version
     (Closes: 592614).
 .
 valgrind (1:3.6.1-2) unstable; urgency=low
 .
   * Enable valgrind build on armel (Closes: 592614):
       - s/arm/armel/ in debian/control;
       - build for armv7 since valgrind doesn't support older arm CPUs,
         thanks to Loïc Minier for the implementation details.
   * Add 0004-allow-or-quoting-of-strings-in-.valgrindrc.patch to allow parsing
     of options with spaces in ~/.valgrindrc (Closes: 507236).
   * Catch manpages build failures (Closes: 599563) thanks to Stefano Rivera.
   * Add suppression for __nss_database_lookup leaks in debian.supp
     (Closes: 598870).
   * String things not under /usr/lib/valgrind (Closes: 475562), document into
     the lintian-overrides why it shouldn't be stripped, namely
     http://valgrind.org/docs/manual/dist.readme-packagers.html.
   * Add 0006-workaround-SIGSEGV-on-PPC.patch to workaround PPC SIGSEGV
     (Closes: 603961).
 .
 valgrind (1:3.6.1-1) unstable; urgency=low
 .
   * Migrate to format 3.0 (quilt):
       - use upstream .tar.bz2 directly;
       - migrate patches from dpatch to debian/patches/*.
       - valgrind builds twice in a row (Closes: 549554).
   * Add myself to Uploaders.
   * New upstream release (Closes: 622586, 625180).
   * Add patches/0003-prevent-gcc-4.6-warnings-with-valgrind.h.patch to prevent
     warnings about set but unused variables with gcc-4.6.
   * debian/control:
       - Bump standards version (no changes needed).
       - Add VCS-* Headers.
       - Add Homepage Header.
   * Lintian fixes:
       - Add missing ${misc:Depends} in debian/control.
       - fix debian-rules-ignores-make-clean-error.
       - migrate to dh_lintian for overrides, and update them.
       - remove article from debian/control Description.
Checksums-Sha1: 
 5b4da2097897d18f600a7c9fa0c972d51f4ef998 1568 valgrind_3.6.1-6ubuntu1.dsc
 6116ddca2708f56e0a2851bdfbe88e01906fa300 5974836 valgrind_3.6.1.orig.tar.bz2
 c306330b771bba3a4ed33429a32327a1b95db257 36624 valgrind_3.6.1-6ubuntu1.debian.tar.gz
Checksums-Sha256: 
 0393f0852e086e6e3a4e89cd533faba160292794abc667b1fc30f0d424f274e8 1568 valgrind_3.6.1-6ubuntu1.dsc
 49bdcc4fbcf060049b5f0dcfd8a187a6e90e0b0e57309f633b64e44430726a0e 5974836 valgrind_3.6.1.orig.tar.bz2
 e9b433bb26a6bba870768abf453a395f0efd8465547a6cdd56bfc4f7bb9318c7 36624 valgrind_3.6.1-6ubuntu1.debian.tar.gz
Files: 
 5d6f1d710f4edf3ae378db9c30c0b6b6 1568 devel optional valgrind_3.6.1-6ubuntu1.dsc
 2c3aa122498baecc9d69194057ca88f5 5974836 devel optional valgrind_3.6.1.orig.tar.bz2
 2b3f5de71f359dda4d3ef5db922d21f8 36624 devel optional valgrind_3.6.1-6ubuntu1.debian.tar.gz
Original-Maintainer: Andrés Roldán <aroldan at debian.org>

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

iEYEARECAAYFAk6cK+IACgkQ4VUX8isJIMDSawCgrwUbzLrgmQWHMBBPfIaIFh+2
LMMAn342hHUjJ7MO14qDJQqoLlMpPCck
=BTNV
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list