debian/0000755000000000000000000000000012167743035007176 5ustar debian/copyright0000644000000000000000000000327412167742456011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Requires Upstream-Contact: Tokuhiro Matsuno Source: https://metacpan.org/release/Test-Requires/ Files: * Copyright: 2009-2010, Tokuhiro Matsuno License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~tokuhirom/ with the statement "AUTHOR: Tokuhiro Matsuno" are, unless otherwise noted, Copyright (c) Tokuhiro Matsuno. Source: http://64p.org/debian.txt (author's web site) The exact years come from the CPAN upload dates. Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, 2013, Angel Abad 2010, Jonathan Yu 2010, Nathan Handler 2013, 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/changelog0000644000000000000000000000325712167743035011057 0ustar libtest-requires-perl (0.07-1) unstable; urgency=low * Imported Upstream version 0.07. * debian/copyright: - Update Debian paragraph. - Update debian/* section. -- Angel Abad Fri, 12 Jul 2013 11:01:55 +0200 libtest-requires-perl (0.06-1) unstable; urgency=low * Team upload. [ Angel Abad ] * New upstream release * Email change: Angel Abad -> angel@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * debian/copyright: switch formatting to Copyright-Format 1.0. * Set Standards-Version to 3.9.4 (no changes). * Bump debhelper compatibility level to 8. -- gregor herrmann Sun, 05 May 2013 12:15:05 +0200 libtest-requires-perl (0.05-1) unstable; urgency=low [ Nathan Handler ] * New upstream release * Switch to dpkg-source 3.0 (quilt) format * debian/control: - Add myself to list of Uploaders - Bump Standards-Version to 3.8.4 (no changes) * debian/copyright: - Use latest revision of DEP5 - Remove inc/Spiffy.pm stanza - Remove inc/test/* stanzas - Add myself to debian/* stanza [ Angel Abad ] * debian/control: Add myself to Uploaders * debian/copyright: Update license information * Bump Standards-Version to 3.9.1 (no changes) -- Angel Abad Fri, 17 Sep 2010 11:13:13 +0200 libtest-requires-perl (0.03-1) unstable; urgency=low * Initial Release (Closes: #564615) -- Jonathan Yu Fri, 15 Jan 2010 19:45:41 -0500 debian/watch0000644000000000000000000000017012104016130010201 0ustar version=3 https://metacpan.org/release/Test-Requires/ .*/Test-Requires-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211700071611010356 0ustar 7 debian/source/0000755000000000000000000000000011700071611010460 5ustar debian/source/format0000644000000000000000000000001412167742415011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612167742415010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000172712167742677010623 0ustar Source: libtest-requires-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Nathan Handler , Angel Abad Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-requires-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-requires-perl.git Homepage: https://metacpan.org/release/Test-Requires/ Package: libtest-requires-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: utility module for tests to check whether modules are available Test::Requires is a Perl module for tests written using Test::Builder that simply checks to see if the module can be loaded. If loading the module fails then this skips all tests in the file, rather than causing a complete failure in module testing.