r30607 - in /trunk/libtest-prereq-perl/debian: libtest-prereq-perl.examples patches/no_cpan_shell.patch rules

rmayorga at users.alioth.debian.org rmayorga at users.alioth.debian.org
Thu Feb 12 06:54:01 UTC 2009


Author: rmayorga
Date: Thu Feb 12 06:53:21 2009
New Revision: 30607

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30607
Log:
* debian/patches/no_cpan_shell.patch and debian/rules, changing CPAN to 
CPANSHELL
* adding t/* to debian/libtest-prereq-perl.examples since 
 examples/README points there

Modified:
    trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples
    trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch
    trunk/libtest-prereq-perl/debian/rules

Modified: trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples?rev=30607&op=diff
==============================================================================
--- trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples (original)
+++ trunk/libtest-prereq-perl/debian/libtest-prereq-perl.examples Thu Feb 12 06:53:21 2009
@@ -1,1 +1,2 @@
 examples/*
+t/*

Modified: trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch?rev=30607&op=diff
==============================================================================
--- trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch (original)
+++ trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch Thu Feb 12 06:53:21 2009
@@ -1,5 +1,5 @@
 Author: Rene Mayorga <rmayorga at debian.org>
-Description: skip t/get_from_prerqs, since this test might require
+Description: skip t/get_from_prereqs.t, since this test might require
  CPAN shell and network access.
 --- Test-Prereq-1.036.orig/t/get_from_prereqs.t
 +++ Test-Prereq-1.036/t/get_from_prereqs.t
@@ -10,8 +10,8 @@
 -use Test::More tests => 1;
 +use Test::More;
 +
-+if ($ENV{CPAN}) {
-+    plan skip_all => "please un-set CPAN var to enable this tests";
++if ($ENV{CPANSHELL}) {
++    plan skip_all => "please un-set CPANSHELL var to enable this tests";
 +} 
 +plan tests => 1;
  

Modified: trunk/libtest-prereq-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/rules?rev=30607&op=diff
==============================================================================
--- trunk/libtest-prereq-perl/debian/rules (original)
+++ trunk/libtest-prereq-perl/debian/rules Thu Feb 12 06:53:21 2009
@@ -7,7 +7,7 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	CPAN=1 dh build
+	CPANSHELL=1 dh build
 	touch $@
 
 clean: unpatch




More information about the Pkg-perl-cvs-commits mailing list