debian/0000755000000000000000000000000012264061270007166 5ustar debian/rules0000755000000000000000000000012012264061270010237 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: CPANSHELL=1 dh_auto_test debian/control0000644000000000000000000000226412264061270010575 0ustar Source: libtest-prereq-perl Maintainer: Debian Perl Group Uploaders: Rene Mayorga , Ryan Niebur , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libmodule-info-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-prereq-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-prereq-perl.git Homepage: https://metacpan.org/release/Test-Prereq/ Package: libtest-prereq-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmodule-info-perl Description: Perl module to check if Makefile.PL has the right pre-requisites Test::Prerq examines the modules looking on blib/lib/, blib/script, and the test files t/* (and test.pl). then figures out which modules they use, skips the modules that are in the Perl core, and compares the remaining list of modules to those in the PREREQ_PM section of Makefile.PL. debian/source/0000755000000000000000000000000012264061270010466 5ustar debian/source/format0000644000000000000000000000001412264061270011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000320612264061270011041 0ustar libtest-prereq-perl (1.038-1) unstable; urgency=low [ 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 ] + Email change: Ryan Niebur -> ryan@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Use dh(1), debhelper 8, and drop quilt framework. * Refresh no_cpan_shell.patch (offset). * Update license stanzas in debian/copyright. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Fri, 10 Jan 2014 22:14:04 +0100 libtest-prereq-perl (1.037-1) unstable; urgency=low [ Ryan Niebur ] * New upstream release * Add myself to Uploaders * Debian Policy 3.8.1 * refresh patch * make the short description pass the '$package is a $description' test [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Set Standards-Version to 3.8.2 (no changes). * Add /me to Uploaders. * Don't install tests and README as examples. -- gregor herrmann Fri, 26 Jun 2009 22:02:54 +0200 libtest-prereq-perl (1.036-1) unstable; urgency=low * Initial Release. (Closes: #514941) -- Rene Mayorga Wed, 11 Feb 2009 14:45:09 -0600 debian/compat0000644000000000000000000000000212264061270010364 0ustar 8 debian/patches/0000755000000000000000000000000012264061270010615 5ustar debian/patches/no_cpan_shell.patch0000644000000000000000000000102412264061270014437 0ustar Description: skip t/get_from_prereqs.t, since this test might require CPAN shell and network access. Forwarded: not-needed Author: Rene Mayorga Reviewed-by: gregor herrmann Last-Update: 2014-01-10 --- a/t/get_from_prereqs.t +++ b/t/get_from_prereqs.t @@ -1,7 +1,12 @@ use strict; use Test::Prereq; -use Test::More tests => 1; +use Test::More; + +if ($ENV{CPANSHELL}) { + plan skip_all => "please un-set CPANSHELL var to enable this tests"; +} +plan tests => 1; use lib qw(.); debian/patches/series0000644000000000000000000000002412264061270012026 0ustar no_cpan_shell.patch debian/copyright0000644000000000000000000000203012264061270011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Prereq Upstream-Contact: brian d foy Source: https://metacpan.org/release/Test-Prereq/ Files: * Copyright: 2002-2009 brian d foy License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Rene Mayorga 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/watch0000644000000000000000000000016412264061270010220 0ustar version=3 https://metacpan.org/release/Test-Prereq/ .*/Test-Prereq-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$