Package: wnpp

The current maintainer of duma, Julien Danjou <a...@debian.org>,
has retired.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: duma
Binary: duma
Version: 2.5.15-1.1
Maintainer: Julien Danjou <a...@debian.org>
Build-Depends: cdbs, debhelper (>= 6)
Architecture: any
Standards-Version: 3.8.1
Format: 1.0
Files:
 f39269d8b8afad6b0b0f8a67c7d370ec 1075 duma_2.5.15-1.1.dsc
 fe630c69cbaa39caf225a3d9ed2fda1f 240479 duma_2.5.15.orig.tar.gz
 30264e60e40d05e80206d7f87a1e2e3e 7729 duma_2.5.15-1.1.diff.gz
Vcs-Browser: http://git.debian.org/?p=users/acid/duma.git
Vcs-Git: git://git.debian.org/git/users/acid/duma.git
Checksums-Sha256:
 66232faf71a23f3071be85cdca726825978667c7fcad3c96abdcbdeddb76c793 1075 
duma_2.5.15-1.1.dsc
 baaf794854e3093ad1bddadbfb8ad4b220a7117d70359ee216bd59e353734e17 240479 
duma_2.5.15.orig.tar.gz
 09a4ad85d7df51c9ae4e23b00bb80e4a31471d75f081610ae9d617b95e9db5f6 7729 
duma_2.5.15-1.1.diff.gz
Homepage: http://duma.sf.net
Directory: pool/main/d/duma
Priority: source
Section: devel

Package: duma
Source: duma (2.5.15-1.1)
Version: 2.5.15-1.1+b1
Installed-Size: 249
Maintainer: Julien Danjou <a...@debian.org>
Architecture: amd64
Depends: libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Description-en: library to detect buffer overruns and under-runs in C and C++ 
programs
 Open-source library to detect buffer overruns and under-runs
 in C and C++ programs.
 .
 This library is a fork of Bruce Perens Electric Fence library and adds
 some new features to it. Features of the DUMA library:
   * "overloads" all standard memory allocation functions like
     malloc(), calloc(), memalign(), strdup(), operator new, operator
     new[] and also their counterpart deallocation functions like free(),
     operator delete and operator delete[]
   * utilizes the MMU (memory management unit) of the CPU:
     allocates and protects an extra memory page to detect any illegal
     access beyond the top of the buffer (or bottom, at the user's option)
   * stops the program at exactly that instruction, which does the
     erroneous access to the protected memory page,
     allowing location of the defective source code in a debugger
     detects erroneous writes at the non-protected end of the memory
     block at deallocation of the memory block
   * detects mismatch of allocation/deallocation functions: f.e.
     allocation with malloc() but deallocation with operator delete
   * leak detection: detect memory blocks which were not deallocated
     until program exit
   * preloading of the library
   * allowing tests without necessity of changing source code or recompilation
Description-md5: 9933ed7014c8b166d4e2e4b7ca1c5ff0
Homepage: http://duma.sf.net
Section: devel
Priority: optional
Filename: pool/main/d/duma/duma_2.5.15-1.1+b1_amd64.deb
Size: 63674
MD5sum: 23d3f2966ef4bd84be3edd90517dd149
SHA256: 80d069dada54b25c1e313521960bacd9b8d701162e8fbb52784e6090d30edd4c

Reply via email to