[libtext-csv-perl] 06/08: Refresh autopkgtest.patch patch

Salvatore Bonaccorso carnil at debian.org
Thu Aug 3 09:58:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libtext-csv-perl.

commit d1d121963c50c062554cbfafe2f7cd45e56fd3be
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Aug 3 11:51:44 2017 +0200

    Refresh autopkgtest.patch patch
---
 debian/patches/autopkgtest.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index 6f163ed..d4de025 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -6,13 +6,13 @@ Last-Update: 2015-05-21
 
 --- a/t/80_diag.t
 +++ b/t/80_diag.t
-@@ -14,7 +14,8 @@
+@@ -14,7 +14,8 @@ BEGIN {
      plan skip_all => "Cannot load Text::CSV" if $@;
-     require "t/util.pl";
+     require "./t/util.pl";
  
 -    open PP, "< lib/Text/CSV_PP.pm" or die "Cannot read error messages from PP\n";
 +    my $dir = $ENV{ADTTMP} ? '/usr/share/perl5' : 'lib';
 +    open PP, "< $dir/Text/CSV_PP.pm" or die "Cannot read error messages from PP\n";
      while (<PP>) {
          m/^        ([0-9]{4}) => "([^"]+)"/ and $err{$1} = $2;
-     }
+ 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-csv-perl.git



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