[libmodule-extractuse-perl] 04/09: Refresh autopkgtest.patch

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Feb 21 20:48:18 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libmodule-extractuse-perl.

commit 7b45741c984d80982a235a5c8480cf6914fb99ca
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Feb 21 17:22:35 2016 -0300

    Refresh autopkgtest.patch
---
 debian/changelog                 | 1 +
 debian/patches/autopkgtest.patch | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1812788..97db931 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libmodule-extractuse-perl (0.341-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.341
   * d/u/metadata: update contact and repo url
+  * Refresh autopkgtest.patch
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 21 Feb 2016 17:15:46 -0300
 
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index 8585354..6f5f143 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -7,7 +7,7 @@ Last-Update: 2014-10-17
 
 --- a/t/20_parse_self.t
 +++ b/t/20_parse_self.t
-@@ -4,13 +4,14 @@
+@@ -4,13 +4,14 @@ use Test::More tests=>13;
  use Test::Deep;
  use Test::NoWarnings;
  use Module::ExtractUse;
@@ -23,7 +23,7 @@ Last-Update: 2014-10-17
  	       'modules used in this test script'
  	      );
      @used=$p->extract_use($0)->array_in_eval;
-@@ -20,7 +21,7 @@
+@@ -20,7 +21,7 @@ use Module::ExtractUse;
  	      );
      @used=$p->extract_use($0)->array_out_of_eval;
      cmp_deeply(\@used,
@@ -32,7 +32,7 @@ Last-Update: 2014-10-17
  	       'mandatory modules used in this test script'
  	      );
  }
-@@ -28,7 +29,8 @@
+@@ -28,7 +29,8 @@ use Module::ExtractUse;
  # test Module::ExtractUse
  {
      my $p=Module::ExtractUse->new;
@@ -40,5 +40,5 @@ Last-Update: 2014-10-17
 +    my $dir = $ENV{ADTTMP} ? $Config{vendorlib} : "lib";
 +    $p->extract_use("$dir/Module/ExtractUse.pm");
      cmp_deeply($p->arrayref,
- 	       bag(qw(strict version warnings Pod::Strip Parse::RecDescent Module::ExtractUse::Grammar Carp 5.008)),
+ 	       bag(qw(strict warnings Pod::Strip Parse::RecDescent Module::ExtractUse::Grammar Carp 5.008)),
  	       'modules used in this Module::ExtractUsed');

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



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