debian/0000755000000000000000000000000012261750256007174 5ustar debian/compat0000644000000000000000000000000212261750256010372 0ustar 8 debian/copyright0000644000000000000000000000213612261750256011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Eirik Berg Hanssen Source: https://metacpan.org/release/Test-Trap/ Upstream-Name: Test-Trap Files: * Copyright: 2006-2012, Eirik Berg Hanssen License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2012, Fabrizio Regalli 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 the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/rules0000755000000000000000000000003612261750256010253 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000016012261750256010222 0ustar version=3 https://metacpan.org/release/Test-Trap/ .*/Test-Trap-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000246312261750256010604 0ustar Source: libtest-trap-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Fabrizio Regalli Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.11.3) | libmodule-build-perl Build-Depends-Indep: perl, libtest-tester-perl, libdata-dump-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-trap-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-trap-perl.git Homepage: https://metacpan.org/release/Test-Trap/ Package: libtest-trap-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libtest-tester-perl, libdata-dump-perl Description: test module to trap exit codes, exceptions, output, etc. Test::Trap is a Perl test module useful primarily (but not exclusively) for test scripts: a block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code. . The values collected by the latest trap can then be queried or tested through as a special trap object. debian/source/0000755000000000000000000000000012261750256010474 5ustar debian/source/format0000644000000000000000000000001412261750256011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000332312261750256011047 0ustar libtest-trap-perl (0.2.3-1) 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 * Imported Upstream version 0.2.3 * Declare compliance with Debian policy 3.9.5 -- Salvatore Bonaccorso Sat, 04 Jan 2014 10:10:51 +0100 libtest-trap-perl (0.2.2-1) unstable; urgency=low [ gregor herrmann ] * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * Imported Upstream version 0.2.2 * Bump Standards-Version to 3.9.3 * Bump debhelper to (>= 8) * Update d/compat to 8 * Switch to dpkg-source 3.0 (quilt) format * Added myself to Uploaders and Copyright * Update copyright using copyright-format 1.0 * Removed 'GNU/Linux' from both license text * Update copyright year * Fixed path for GPL-1+ license * Removed version from libtest-tester-perl Depends and B-D-I * Removed no more necessary d/clean * Added perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000) to B-D -- Fabrizio Regalli Fri, 02 Mar 2012 15:14:41 +0100 libtest-trap-perl (0.2.1-1) unstable; urgency=low * New upstream release. * Add debian/clean to remove created test files. * Add /me to Uploaders. -- gregor herrmann Wed, 30 Dec 2009 19:16:48 +0100 libtest-trap-perl (0.2.0-1) unstable; urgency=low * Initial Release. (Closes: #498538) -- Jonathan Yu Tue, 17 Nov 2009 12:48:40 -0500