alleyoop 0.9.7-1 source package in Ubuntu

Changelog

alleyoop (0.9.7-1) unstable; urgency=low

  * New upstream release.
    - debian/patches/02_default_alignment.diff:
      + Removed, fixed upstream.
  * debian/patches/01_gconf-breakage.diff:
    - Removed, there are probably no more users of such old versions of
      alleyoop (that would be old-oldstable), and the patch is wrong anyway
      since there's no "yes" option anyway, so let's just drop the patch.
  * debian/watch:
    - Don't uupdate.
  * debian/rules:
    - Remove obvious comments.
  * debian/docs,
    debian/dirs:
    - Removed, not needed.
  * debian/control.in:
    - Standards-Version is 3.8.4, no changes needed.
    - Wrap Depends.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 14:12:48 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian GNOME Maintainers
Architectures:
amd64 i386 powerpc
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
alleyoop_0.9.7.orig.tar.gz 328.0 KiB 09822046618bb10d2b4d49a7282b5c6993d2d8a9dee1ec32303c7a521d35257b
alleyoop_0.9.7-1.diff.gz 5.5 KiB 10172433fa3198b9314f9c2b640e7c8a358d50fe2e3977a6ac124d85725870b7
alleyoop_0.9.7-1.dsc 1.4 KiB 93cb54aad2600cf52576eb458d60b462caa6a551b34d215980cef0071557c75d

Available diffs

View changes file

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.