Source: leakbug
Section: libs
Priority: optional
Maintainer: Domenico Andreoli <cavok@debian.org>
Standards-Version: 3.5.2
Build-Depends: automake, autoconf, libtool, debhelper (>> 3.0.0)

Package: libleakbug1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: GNUpdate Leakbug tracer library
 Leakbug is a memory leak tracer that specializes in detecting leaks
 from the program's own calls to malloc(), strdup(), etc. It does not
 detect leaks from outside libraries.

Package: libleakbug-dev
Architecture: any
Section: devel
Depends: libleakbug1 (=${Source-Version})
Description: Development files for GNUpdate Leakbug tracer library
 Leakbug is a memory leak tracer that specializes in detecting leaks
 from the program's own calls to malloc(), strdup(), etc. It does not
 detect leaks from outside libraries.
 .
 Contains the symlinks, headers, and object files needed to compile
 and link programs which use the libleakbug library.
