debian/0000755000000000000000000000000011555325253007174 5ustar debian/control0000644000000000000000000000255711555325033010604 0ustar Source: libtest-refcount-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdevel-findref-perl, libmodule-build-perl (>= 0.360000) | perl (>= 5.11.3), libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Test-Refcount/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-refcount-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-refcount-perl/ Package: libtest-refcount-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Suggests: libdevel-findref-perl Description: Perl module to assert reference counts Test::Refcount asserts that an object's reference count is as expected. Since Perl's automatic memory management algorithm uses reference counting to keep track of which 'things' (ie, scalars, objects, etc.) are in use, problems like circular references (where a variable points to itself) can prevent Perl from properly freeing them. . If the assertion fails; that is, if the actual reference count is different to what was expected, a trace of references to the object is printed, using the Devel::FindRef module. It is probably most useful as part of a comprehensive module author test suite. debian/copyright0000644000000000000000000000211711555324461011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Paul Evans Source: http://search.cpan.org/dist/Test-Refcount/ Name: Test-Refcount Files: * Copyright: 2008-2011, Paul Evans License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2011, 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/watch0000644000000000000000000000035611212456071010222 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Test-Refcount/ .*/Test-Refcount-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211555324476010400 0ustar 8 debian/changelog0000644000000000000000000000304711555325241011047 0ustar libtest-refcount-perl (0.07-1) unstable; urgency=low * New upstream release. * Switch to source format 3.0 (quilt). * Bump debhelper compatibility level to 8. * Add /me to Uploaders. * debian/copyright: update years of copyright, formatting, and pointers to common-licenses. * Set Standards-Version to 3.9.2 (no further changes). * Update (build) dependencies. -- gregor herrmann Mon, 25 Apr 2011 19:08:46 +0200 libtest-refcount-perl (0.06-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Test::More has been available in core forever (no need to add depends for perl >= 5.10 | libtest-simple-perl) * Standards-Version 3.8.3 (no changes) * Build using Makefile.PL (traditional) rather than Build.PL * Bump debhelper requirement down to 7 * Suggest Devel::FindRef (no longer required upstream) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Minimize debian/rules. -- Jonathan Yu Wed, 25 Nov 2009 19:38:42 -0500 libtest-refcount-perl (0.04-1) unstable; urgency=low * Initial Release. (Closes: #527117) -- Jonathan Yu Tue, 5 May 2009 22:22:54 -0400 debian/source/0000755000000000000000000000000011555325253010474 5ustar debian/source/format0000644000000000000000000000001411555324410011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611305043527010245 0ustar #!/usr/bin/make -f %: dh $@