debian/0000755000000000000000000000000012212155045007163 5ustar debian/rules0000755000000000000000000000101112212155045010234 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) dh_auto_test override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_install: dh_auto_install mkdir --parents $(TMP)/usr/share/perl5/ mv -vf $(TMP)/usr/lib/perl5/* $(TMP)/usr/share/perl5/ [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 debian/control0000644000000000000000000000351312212155045010570 0ustar Source: libtest-valgrind-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libenv-sanctify-perl, libfile-homedir-perl, libperl-destruct-level-perl, libxml-twig-perl, valgrind Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-valgrind-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-valgrind-perl.git Homepage: https://metacpan.org/release/Test-Valgrind/ Package: libtest-valgrind-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libenv-sanctify-perl, libfile-homedir-perl, libperl-destruct-level-perl, libxml-twig-perl, valgrind Description: module to test Perl code through valgrind Test::Valgrind is a module that lets you run Perl code through the memcheck tool of the Valgrind Memory Debugger, to test it for memory errors and leaks. . Due to the nature of perl's memory allocator, this module can't track leaks of Perl objects. This includes non-mortalized scalars and memory cycles. However, it can track leaks of chunks of memory allocated in XS extensions with Newx and friends or malloc. As such, it's complementary to the other very good leak detectors such as Test::LeakTrace. . Additionally, this module can run arbitrary commands (not just Perl code) and provide output compliant with Perl's Test Anything Protocol (TAP). This means that any executable can be run under valgrind and incorporated into your testsuite. debian/source/0000755000000000000000000000000012212155045010463 5ustar debian/source/format0000644000000000000000000000001412212155045011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000552012212155045011037 0ustar libtest-valgrind-perl (1.14-1) unstable; urgency=low * New upstream release. * Drop remaining libtest-* build dependencies. The author tests were removed from the upstream tarball. (Cf. also #720662 and the changelog entry for 1.13-2.) * Update years of upstream and packaging copyright. -- gregor herrmann Thu, 05 Sep 2013 21:22:51 +0200 libtest-valgrind-perl (1.13-2) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Drop Build-Depends-Indep on libtest-kwalitee-perl. Fix "FTBFS: kwalitee test failure", by not running kwalitee tests. (Closes: #720662) * Update debian/copyright format. Update format to copyright-format 1.0 as rleeased together with Debian policy 3.9.3. * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Sat, 24 Aug 2013 15:02:24 +0200 libtest-valgrind-perl (1.13-1) unstable; urgency=low [ gregor herrmann ] * debian/rules: delete /usr/lib/perl5 only if it exists. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Imported Upstream version 1.13 * bump S-V and compat (reference GPL-1 directly) * update copyright year * debian/source/format: 3.0 (quilt) * add myself to Uploaders [ gregor herrmann ] * debian/copyright: update DEP5 formatting. -- Florian Schlichting Tue, 30 Aug 2011 14:27:47 +0000 libtest-valgrind-perl (1.12-1) unstable; urgency=low * New upstream release + Valgrind.so no longer installed (only needed for tests) + Fix symbols being Z-encoded on output with older versions of valgrind * This package is now an Arch: all, since the distribution is Pure Perl code -- Jonathan Yu Mon, 30 Nov 2009 09:57:16 -0500 libtest-valgrind-perl (1.10-1) unstable; urgency=low [ 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 ] * New upstream release (closes: #546515). * Minimize debian/rules. * Add /me to Uploaders. * Set Standards-Version to 3.8.3 (no further changes). * Add libtest-kwalitee-perl to Build-Depends. -- gregor herrmann Thu, 01 Oct 2009 22:48:46 +0200 libtest-valgrind-perl (1.02-1) unstable; urgency=low * Initial Release. (Closes: #526386) -- Jonathan Yu Sat, 02 May 2009 21:26:22 -0400 debian/compat0000644000000000000000000000000212212155045010361 0ustar 8 debian/copyright0000644000000000000000000000221112212155045011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Valgrind Upstream-Contact: Vincent Pit Source: https://metacpan.org/release/Test-Valgrind/ Files: * Copyright: 2008-2013, Vincent Pit License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009-2013, gregor herrmann 2011, Florian Schlichting 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/watch0000644000000000000000000000017012212155045010212 0ustar version=3 https://metacpan.org/release/Test-Valgrind/ .*/Test-Valgrind-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libtest-valgrind-perl.examples0000644000000000000000000000001212212155045015126 0ustar samples/*