alleyoop 0.9.7-2 source package in Ubuntu
Changelog
alleyoop (0.9.7-2) unstable; urgency=low * Switch to source format 3.0 (quilt). * Stop including simple-patchys.mk. * Make package Arch: any; if valgrind isn't available in some architecture, it will just dep-wait (closes: #601218). * Add Vcs-* fields. * Bump Standards-Version to 3.9.2. No changes needed. * Bump debhelper compatibility to 8. * Fix lintian nitpicks in copyright file. -- Ubuntu Archive Auto-Sync <email address hidden> Tue, 25 Oct 2011 08:32:39 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Debian GNOME Maintainers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
alleyoop_0.9.7.orig.tar.gz | 328.0 KiB | 09822046618bb10d2b4d49a7282b5c6993d2d8a9dee1ec32303c7a521d35257b |
alleyoop_0.9.7-2.debian.tar.gz | 6.1 KiB | 3727ab17658e801ce88d1fb8df10a1d4dab741de8db77a773c48146ef143bd11 |
alleyoop_0.9.7-2.dsc | 1.6 KiB | 41251bf7c32ff1b0870a9534039c1175853e5ccdbcde36101c10f2097072a869 |
Available diffs
- diff from 0.9.7-1 to 0.9.7-2 (1.5 KiB)
Binary packages built by this source
- alleyoop: Front-end to the Valgrind memory checker
Alleyoop is a GNOME front-end to the Valgrind memory checker, including
features like intelligently suppressing errors and launching editors at
the error position in the source code.
.
Valgrind helps you to find memory-management problems in your programs.
When a program is run under Valgrind's supervision, all reads and
writes of memory are checked, and calls to malloc/new/free/ delete are
intercepted.