debian/0000755000000000000000000000000012061150406007161 5ustar debian/rules0000755000000000000000000000003612061150406010240 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000330012061150406010560 0ustar Source: libtest-weaken-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , gregor herrmann , Alessandro Ghedini Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Test-Weaken/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-weaken-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-weaken-perl.git Package: libtest-weaken-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to test that freed memory objects were actually freed A memory leak occurs when a Perl data structure is destroyed but some of the contents of that structure are not freed. Leaked memory is a useless overhead. Leaks can significantly impact system performance. They can also cause an application to abend due to lack of memory. In Perl, circular references are a common cause of memory leaks. Circular references are allowed in Perl, but data structures containing circular references will leak memory unless the programmer takes specific measures to prevent leaks. Preventive measures include weakening the references and arranging to break the reference cycle just before the structure is destroyed. When using circular references, it is easy to misdesign or misimplement a scheme for preventing memory leaks. Mistakes of this kind have been hard to detect in a test suite. Test::Weaken allows easy detection of unfreed Perl data and allows you to examine the unfreed data, even data that would usually have been made inaccessible. debian/source/0000755000000000000000000000000012061150406010461 5ustar debian/source/format0000644000000000000000000000001412061150406011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000351412061150406011036 0ustar libtest-weaken-perl (3.022000-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sun, 09 Dec 2012 18:57:21 +0100 libtest-weaken-perl (3.020000-1) unstable; urgency=low * New upstream release * Add myself to Uploaders -- Alessandro Ghedini Thu, 26 Jul 2012 12:42:16 +0200 libtest-weaken-perl (3.018000-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sun, 10 Jun 2012 15:50:37 +0200 libtest-weaken-perl (3.014000-1) unstable; urgency=low * Team upload * New upstream release * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 * Update upstream copyright -- Alessandro Ghedini Mon, 05 Mar 2012 18:03:52 +0100 libtest-weaken-perl (3.010000-1) unstable; urgency=low * Team upload * New upstream release -- Alessandro Ghedini Sun, 19 Feb 2012 20:05:08 +0100 libtest-weaken-perl (3.008000-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release 3.006000 [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release 3.008000. * debian/copyright: update years of upstream copyright, refresh license stanzas. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no changes). * Add /me to Uploaders. -- gregor herrmann Sat, 28 Jan 2012 23:42:47 +0100 libtest-weaken-perl (3.004000-1) unstable; urgency=low * Initial Release. (Closes: #594764) -- Nicholas Bamber Sun, 29 Aug 2010 11:30:15 +0100 debian/compat0000644000000000000000000000000212061150406010357 0ustar 8 debian/copyright0000644000000000000000000000214212061150406011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Weaken Upstream-Contact: Jeffrey Kegler Source: http://search.cpan.org/dist/Test-Weaken/ Files: * Copyright: 2007-2012, Jeffrey Kegler 2012, Kevin Ryde License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Nicholas Bamber 2012, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016312061150406010212 0ustar version=3 http://search.cpan.org/dist/Test-Weaken/ .*/Test-Weaken-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$