valgrind 1:3.9.0-4ubuntu1 source package in Ubuntu
Changelog
valgrind (1:3.9.0-4ubuntu1) trusty; urgency=low * Merge with Debian; remaining changes: - Remove valgrind-mpi package from Ubuntu and any references to it, as mpi-default-dev is in universe for the time being. - Lower over-inflated valgrind-dbg Recommends to Suggests instead. - Don't strip vgpreload* on ARM; this results in unusable stack traces without valgrind-dbg. valgrind (1:3.9.0-4) unstable; urgency=medium * Add Breaks+Replaces: valgrind-dev on valgrind valgrind (1:3.9.0-3) unstable; urgency=medium * Revert the move of the headers and pkg-config file to valgrind-dev (cfr: #731228) (Closes: #732239) valgrind (1:3.9.0-2) unstable; urgency=medium * Remove valgrind.manpages (manpages are installed anyway) * Build on mips64 and mips64el (Closes: #729040) * Add 09_fix-armhf-detect.patch to fix FTBFS on armhf (Closes: #730844) * Move headers and pkg-config file to valgrind-dev (Closes: #731228) See Debian.NEWS for more info * Bump Standards-Version to 3.9.5 (no changes needed) valgrind (1:3.9.0-1) unstable; urgency=low * New upstream release * Drop patches merged/fixed upstream: - 01_more-vg-n-segments.patch - 09_valgrind-listener-manpage.patch - 10_unbreak-xinclude-in-manpage.patch - 11_glibc-2.17.patch - 12_bcopy.patch - 13_pthread-cond-init.patch * Refresh patches * Update 08_fix-spelling-in-manpage.patch valgrind (1:3.8.1-6) unstable; urgency=low * Only install BSD-licensed header files (Closes: #725223) * Fix lintian vcs-field-not-canonical * Do not install/use outdated and useless debian-libc6-dbg.supp anymore * Add note in README.Debian about installed suppression files (Closes: #725522) * Do not build on armel anymore (Closes: #720409) -- Matthias Klose <email address hidden> Wed, 08 Jan 2014 08:21:30 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 s390x x32
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
valgrind_3.9.0.orig.tar.bz2 | 9.5 MiB | e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f0 |
valgrind_3.9.0-4ubuntu1.debian.tar.gz | 32.5 KiB | 24a8147ee0a44922a6c3edac0f6249792020098df82142dee7a64e3f19df0295 |
valgrind_3.9.0-4ubuntu1.dsc | 1.6 KiB | 3cb401715b9ae12e4c47cc37ace317d849003b9bfe6b39ca4f810fa794f98337 |
Available diffs
Binary packages built by this source
- valgrind: instrumentation framework for building dynamic analysis tools
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
The Valgrind distribution currently includes six production-quality tools:
* a memory error detector (Memcheck)
* two thread error detectors (Helgrind and DRD)
* a cache and branch-prediction profiler (Cachegrind)
* a call-graph generating cache and branch-prediction profiler (Callgrind)
* a heap profiler (Massif)
It also includes three experimental tools:
* a stack/global array overrun detector (SGCheck)
* a second heap profiler that examines how heap blocks are used (DHAT)
* a SimPoint basic block vector generator (BBV)
- valgrind-dbg: instrumentation framework for building dynamic analysis tools (debug)
Valgrind is a system for debugging and profiling Linux programs. With its tool
suite you can automatically detect many memory management and threading bugs,
avoiding hours of frustrating bug-hunting and making your programs more stable.
You can also perform detailed profiling to help speed up your programs and use
Valgrind to build new tools.
.
This package provides the debug symbols for valgrind's tools and libraries.