[libdata-structure-util-perl] 06/10: Refresh patches

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Aug 1 23:12:13 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libdata-structure-util-perl.

commit e135275c4ca1a6fdcf05ac4be56f3b411e5d7a45
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Aug 1 20:00:53 2015 -0300

    Refresh patches
---
 debian/changelog                       | 1 +
 debian/patches/fix-checklib-fail.patch | 4 ++--
 debian/patches/perl-5.20-tests.patch   | 9 ++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0739ca8..3244c22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libdata-structure-util-perl (0.16-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 0.16
+  * Refresh patches
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 01 Aug 2015 19:48:49 -0300
 
diff --git a/debian/patches/fix-checklib-fail.patch b/debian/patches/fix-checklib-fail.patch
index dcfd507..999a677 100644
--- a/debian/patches/fix-checklib-fail.patch
+++ b/debian/patches/fix-checklib-fail.patch
@@ -7,7 +7,7 @@ Last-Update: 2012-08-07
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -8,7 +8,7 @@
+@@ -8,7 +8,7 @@ use Devel::CheckLib;
  use ExtUtils::MakeMaker;
  
  # Check that we have a C compiler
@@ -15,4 +15,4 @@ Last-Update: 2012-08-07
 +assert_lib();
  
  my %mm_args = (
-     ( MM->can( 'signature_target' ) ? ( SIGN => 1 ) : () ),
+   ( MM->can( 'signature_target' ) ? ( SIGN => 1 ) : () ),
diff --git a/debian/patches/perl-5.20-tests.patch b/debian/patches/perl-5.20-tests.patch
index 2f94d8f..37971a4 100644
--- a/debian/patches/perl-5.20-tests.patch
+++ b/debian/patches/perl-5.20-tests.patch
@@ -7,25 +7,24 @@ Bug: https://rt.cpan.org/Public/Bug/Display.html?id=88257
 Bug-Debian: https://bugs.debian.org/750234
 Author: SPROUT
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-06-22
+Last-Update: 2015-08-01
 
 --- a/t/06signature.t
 +++ b/t/06signature.t
-@@ -21,7 +21,7 @@
+@@ -21,7 +21,7 @@ BEGIN {
      }
  }
  
--use Test::More tests => 16;
+-use Test::More tests => 15;
 +use Test::More tests => 14;
  
  ok( 1, "we loaded fine..." );
  
-@@ -62,8 +62,6 @@
+@@ -62,7 +62,6 @@ isnt( signature( $obj4 ), $sig4, "Signat
  
  ok( signature(), "none" );
  is( signature(), signature(), "empty list" );
 -ok( my $sigundef = signature( undef ), "none" );
--isnt( $sigundef, signature( undef ), "none" );
  
  # BELOW THIS LINE REQUIRES PERL 5.8.0 OR GREATER
  SKIP: {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-structure-util-perl.git



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