[SCM] Debian packaging of libemail-sender-transport-smtp-tls-perl branch, master, updated. ae21f5be4753a9e2697b7b51c441f537f4c9a2c5

gregor herrmann gregoa at debian.org
Wed Sep 19 16:56:28 UTC 2012


The following commit has been merged in the master branch:
commit a9e191d1ec31866e85d1135bd8b4e80c4de3dca2
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 19 18:47:52 2012 +0200

    Refresh tests.patch.

diff --git a/debian/patches/tests.patch b/debian/patches/tests.patch
index 124aa46..722bebe 100644
--- a/debian/patches/tests.patch
+++ b/debian/patches/tests.patch
@@ -1,37 +1,13 @@
 Description: Fixing failed test.
-Author: Fabrizio Regalli <fabreg at fabreg.it>
-Last-Update: 2011-06-19
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=68942
+Author: Fabrizio Regalli <fabreg at fabreg.it>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-09-19
 
 --- a/t/00-compile.t
 +++ b/t/00-compile.t
-@@ -7,7 +7,7 @@
- 
- 
- 
--  use File::Find;
-+use File::Find;
- use File::Temp qw{ tempdir };
- 
- my @modules;
-@@ -19,6 +19,7 @@
-         $found =~ s{[/\\]}{::}g;
-         $found =~ s/\.pm$//;
-         # nothing to skip push @modules, $found;
-+	push @modules, $found;
-     },
-     'lib',
- );
-@@ -30,6 +31,7 @@
-             return unless -f;
-             my $found = $File::Find::name;
-             # nothing to skip push @scripts, $found;
-+	    push @scripts, $found;
-         },
-         'bin',
-     );
-@@ -42,6 +44,7 @@
- 
+@@ -57,6 +57,7 @@
+ {
      # fake home for cpan-testers
      # no fake requested ## local $ENV{HOME} = tempdir( CLEANUP => 1 );
 +    local $ENV{HOME} = tempdir( CLEANUP => 1 );

-- 
Debian packaging of libemail-sender-transport-smtp-tls-perl



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