debian/0000755000000000000000000000000011374533702007173 5ustar debian/control0000644000000000000000000000331211374001601010561 0ustar Source: libcatalystx-leakchecker-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50) Build-Depends-Indep: perl, libcatalyst-perl (>= 5.80000), libtask-weaken-perl, libdevel-cycle-perl (>= 1.11), libmoose-perl (>= 0.90), libmoosex-types-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88), libnamespace-clean-perl, libnamespace-autoclean-perl, libtext-simpletable-perl, libpadwalker-perl (>= 1.8), libtest-pod-perl, libtest-pod-coverage-perl, libpod-coverage-trustpod-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/CatalystX-LeakChecker/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalystx-leakchecker-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalystx-leakchecker-perl/ Package: libcatalystx-leakchecker-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl (>= 5.80000), libdevel-cycle-perl (>= 1.11), libmoose-perl (>= 0.90), libmoosex-types-perl, libnamespace-autoclean-perl, libnamespace-clean-perl, libtask-weaken-perl, libpadwalker-perl (>= 1.8), libtext-simpletable-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Description: module for detecting memory leaks in Catalyst applications CatalystX::LeakChecker is a Perl module that tries to help you find memory leaks in Catalsy applications by automatically checking for common causes. If any leaks are found (even when they occur within code references), a debug message is logged with useful debugging information. . This module is intended for use during development and debugging only, rather than in a production environment. debian/copyright0000644000000000000000000000205611374001601011115 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Florian Ragwitz Source: http://search.cpan.org/dist/CatalystX-LeakChecker/ Name: CatalystX-LeakChecker Files: * Copyright: 2010, Florian Ragwitz License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/watch0000644000000000000000000000020711374001601010207 0ustar version=3 http://search.cpan.org/dist/CatalystX-LeakChecker/ .*/CatalystX-LeakChecker-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211374001601010355 0ustar 7 debian/changelog0000644000000000000000000000025011374001601011026 0ustar libcatalystx-leakchecker-perl (0.06-1) unstable; urgency=low * Initial Release (Closes: #581804) -- Jonathan Yu Sat, 15 May 2010 22:07:02 -0400 debian/source/0000755000000000000000000000000011374533610010471 5ustar debian/source/format0000644000000000000000000000001411374001601011665 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000012611374001601010236 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: RELEASE_TESTING=1 dh_auto_test