[libarchive-any-perl] 05/06: Refresh our-ISA.patch patch

Salvatore Bonaccorso carnil at debian.org
Mon May 2 06:58:56 UTC 2016


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

carnil pushed a commit to branch master
in repository libarchive-any-perl.

commit fff2261cafc5211d717f20ba45073fcaffa11039
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon May 2 08:52:56 2016 +0200

    Refresh our-ISA.patch patch
---
 debian/patches/our-ISA.patch | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/debian/patches/our-ISA.patch b/debian/patches/our-ISA.patch
index 945c61d..d4bef5a 100644
--- a/debian/patches/our-ISA.patch
+++ b/debian/patches/our-ISA.patch
@@ -2,26 +2,17 @@ Description: Declare @ISA before using it
  Otherwise the automated package check scripts in Debian fail
  .
  Are these modules used at all?
-Author: Damyan Ivanov <dmn at debian.org>
-Forwarded: https://github.com/oalders/archive-any/issues/3
 Bug: https://github.com/oalders/archive-any/issues/3
+Forwarded: https://github.com/oalders/archive-any/issues/3
+Author: Damyan Ivanov <dmn at debian.org>
+Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2016-05-02
 
---- a/lib/Archive/Any/Tar.pm
-+++ b/lib/Archive/Any/Tar.pm
-@@ -3,7 +3,7 @@ $Archive::Any::Tar::VERSION = '0.0942';
- use strict;
- 
- require Archive::Any;
-- at ISA = qw(Archive::Any);
-+our @ISA = qw(Archive::Any);
- 
- use Archive::Tar;
- use Cwd;
 --- a/lib/Archive/Any/Zip.pm
 +++ b/lib/Archive/Any/Zip.pm
-@@ -3,7 +3,7 @@ $Archive::Any::Zip::VERSION = '0.0942';
+@@ -3,7 +3,7 @@ $Archive::Any::Zip::VERSION = '0.0944';
  use strict;
- 
+ use warnings;
  require Archive::Any;
 - at ISA = qw(Archive::Any);
 +our @ISA = qw(Archive::Any);

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



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