debian/0000755000000000000000000000000012231175122007162 5ustar debian/watch0000644000000000000000000000017111644004546010222 0ustar version=3 http://search.cpan.org/dist/Test-LeakTrace/ .*/Test-LeakTrace-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000035411644004546010254 0ustar #!/usr/bin/make -f PACKAGE := $(shell dh_listpackages) TMP := $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i "1s,#!perl,#!/usr/bin/perl," $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/libtest-leaktrace-perl.examples0000644000000000000000000000001211644004546015262 0ustar example/* debian/copyright0000644000000000000000000000316011644005004011113 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Goro Fuji(gfx) . Source: http://search.cpan.org/dist/Test-LeakTrace/ Name: Test-LeakTrace Copyright: 2010, Goro Fuji (gfx) . License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, Xavier Oswald 2010, Chris Butler License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2009, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: ptr_table.h Copyright: 1991-2007 by Larry Wall and others 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/source/0000755000000000000000000000000011644004546010472 5ustar debian/source/format0000644000000000000000000000001411644004546011700 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011644004705010616 5ustar debian/patches/skip-japanese-pod.patch0000644000000000000000000000125611644004705015155 0ustar Description: Do not install Japanese-language POD The included Japanese-language POD file in Test::LeakTrace::JA does not render properly, and breaks tools like pod2man, leading to warnings from lintian. This document is of limited usefulness from pod2man and thus is not installed in Debian. Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=47493 Author: Ryan Niebur Reviewed-by: Jonathan Yu --- libtest-leaktrace-perl.orig/Makefile.PL +++ libtest-leaktrace-perl/Makefile.PL @@ -26,4 +26,5 @@ nytprof *.out cover_db )}, + 'MAN3PODS' => {'lib/Test/LeakTrace.pm' => '$(INST_MAN3DIR)/Test::LeakTrace.$(MAN3EXT)'}, ); debian/patches/series0000644000000000000000000000003011644004546012027 0ustar skip-japanese-pod.patch debian/compat0000644000000000000000000000000211644004546010370 0ustar 7 debian/control0000644000000000000000000000211011644005063010562 0ustar Source: libtest-leaktrace-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~), perl Maintainer: Debian Perl Group Uploaders: Xavier Oswald , Jonathan Yu , Chris Butler , Ansgar Burchardt Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Test-LeakTrace/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-leaktrace-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-leaktrace-perl.git Package: libtest-leaktrace-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl test module for tracing memory leaks Test::LeakTrace provides several functions that detect and trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked scalar values (SVs) in given blocks. Leaked SVs are those which are not released after the end of the scope they have been created, including internal caches and global variables. debian/changelog0000644000000000000000000000574712231175122011051 0ustar libtest-leaktrace-perl (0.14-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:56:34 +0100 libtest-leaktrace-perl (0.14-1build2) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. -- Colin Watson Fri, 05 Oct 2012 09:37:43 +0100 libtest-leaktrace-perl (0.14-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 20:16:45 +0000 libtest-leaktrace-perl (0.14-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux systems". * debian/control: Convert Vcs-* fields to Git. * Update my email address. * Bumped Standards-Version to 3.9.2. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Sat, 08 Oct 2011 10:30:56 +0200 libtest-leaktrace-perl (0.13-1) unstable; urgency=low * New upstream release. * Allows negative values in no_leaks_ok. This allows the tests for cipux-rpc and cipux-storage to pass again. (Closes: #591138, #591141) * debian/copyright: Update years of copyright; refer to /usr/share/common-licenses/GPL-1. * Make build-dep on perl unversioned: stable already has 5.10. * debian/rules: Use sed to fix path to perl interpreter in example scripts. * Bump Standards-Version to 3.9.1. * Add myself to Uploaders. -- Ansgar Burchardt Thu, 05 Aug 2010 19:01:10 +0900 libtest-leaktrace-perl (0.11-1) unstable; urgency=low [ Ryan Niebur ] * Update jawnsy's email address [ Chris Butler ] * New upstream release * Refreshed packaging, updating copyright to the latest DEP-5 format. * Switched to source format 3.0 (quilt), removed quilt framework. * Upped Standards-Version to 3.8.4 (no changes). -- Chris Butler Thu, 24 Jun 2010 21:57:23 +0100 libtest-leaktrace-perl (0.10-1) unstable; urgency=low * New upstream release + Allow Test::More subtests * Added upstream copyright year * Added /me to Copyright and Uploaders * Fixed typo in control synopsis & rewrote long description * Standards-Version 3.8.2 * Use short debian/rules format * Added copyright for Module::Install and Devel::PPPort files * Added patch so that the Japanese POD is not installed [ gregor herrmann ] * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD now. * debian/copyright: add information for ptr_table.h. [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Fri, 10 Jul 2009 16:05:28 -0400 libtest-leaktrace-perl (0.09-1) unstable; urgency=low [ Xavier Oswald ] * Initial Release. (Closes: #522088) [ Krzysztof Krzyżaniak (eloy) ] * Convert to debhelper7 -- Xavier Oswald Wed, 15 Apr 2009 12:53:31 +0200