This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libtest-prereq-perl.
commit 3a8eb739b9c759eb77dc64cca708ed1c1aed5607 Author: gregor herrmann <gre...@debian.org> Date: Sun Jun 21 23:49:00 2015 +0200 Drop no_cpan_shell.patch. Using CPAN is not the default anymore. --- debian/patches/no_cpan_shell.patch | 23 ----------------------- debian/patches/series | 1 - debian/rules | 3 --- 3 files changed, 27 deletions(-) diff --git a/debian/patches/no_cpan_shell.patch b/debian/patches/no_cpan_shell.patch deleted file mode 100644 index 7a88ef5..0000000 --- a/debian/patches/no_cpan_shell.patch +++ /dev/null @@ -1,23 +0,0 @@ -Description: skip t/get_from_prereqs.t, since this test might require - CPAN shell and network access. -Forwarded: not-needed -Author: Rene Mayorga <rmayo...@debian.org> -Reviewed-by: gregor herrmann <gre...@debian.org> -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(.); - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 2cc0e43..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -no_cpan_shell.patch diff --git a/debian/rules b/debian/rules index 1de2f52..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,3 @@ %: dh $@ - -override_dh_auto_test: - CPANSHELL=1 dh_auto_test -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-prereq-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits