[libmodule-info-perl] 03/04: Refresh autopkgtest patch

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Nov 3 18:01:35 UTC 2015


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

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

commit 98672bfbb625918c9db813a9ee09c70f6f767d64
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Nov 3 15:54:00 2015 -0200

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

diff --git a/debian/changelog b/debian/changelog
index a211a73..cd95493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libmodule-info-perl (0.37-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * Import upstream version 0.37
+  * Refresh autopkgtest patch
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Tue, 03 Nov 2015 15:50:31 -0200
 
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index b3736ea..8a3e96e 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -2,11 +2,11 @@ Description: adjust paths when run under autopkgtest
 Origin: vendor
 Forwarded: not-needed
 Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-10-24
+Last-Update: 2015-11-03
 
 --- a/t/Module-Info.t
 +++ b/t/Module-Info.t
-@@ -4,6 +4,9 @@
+@@ -4,6 +4,9 @@ use lib qw(t/lib);
  use Test::More tests => 59;
  use Config;
  
@@ -15,8 +15,8 @@ Last-Update: 2015-10-24
 +
  my $has_version_pm = eval 'use version; 1';
  my $version_pm_VERSION = $has_version_pm ? 'version'->VERSION : 0;
- my $Mod_Info_VERSION = '0.36';
-@@ -59,7 +62,7 @@
+ my $Mod_Info_VERSION = '0.37';
+@@ -60,7 +63,7 @@ my @safe_subs     = qw(
  
  can_ok('Module::Info', @expected_subs);
  
@@ -25,7 +25,7 @@ Last-Update: 2015-10-24
  isa_ok($mod_info, 'Module::Info', 'new_from_file');
  
  ok( !$mod_info->name,                       '    has no name' );
-@@ -67,7 +70,7 @@
+@@ -68,7 +71,7 @@ $mod_info->name('Module::Info');
  ok( $mod_info->name,                        '    name set' );
  is( $mod_info->version, $Mod_Info_VERSION,  '    version()' );
  ok( !$mod_info->inc_dir,                    '    has no inc_dir' );
@@ -34,7 +34,7 @@ Last-Update: 2015-10-24
                                              '    file()');
  ok( !$mod_info->is_core,                    '    not a core module' );
  
-@@ -109,9 +112,9 @@
+@@ -110,9 +113,9 @@ isa_ok($mod_info, 'Module::Info', 'new_f
  
  is( $mod_info->name, 'Module::Info',        '    name()' );
  is( $mod_info->version, $Mod_Info_VERSION,  '    version()' );
@@ -46,7 +46,7 @@ Last-Update: 2015-10-24
                                              '    file()');
  ok( !$mod_info->is_core,                    '    not a core module' );
  
-@@ -144,9 +147,9 @@
+@@ -145,9 +148,9 @@ isa_ok($mod_info, 'Module::Info', 'new_f
  
  is( $mod_info->name, 'Module::Info',        '    name()' );
  is( $mod_info->version, $Mod_Info_VERSION,  '    version()' );

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



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