[libsub-recursive-perl] 06/08: Remove defined-hash patch no longer necessary

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Oct 6 14:56:21 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libsub-recursive-perl.

commit a3f6c92aef25bbc2f910a1de469e8d98826d02e6
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Oct 6 11:50:56 2015 -0300

    Remove defined-hash patch no longer necessary
---
 debian/changelog                  |  1 +
 debian/patches/defined-hash.patch | 31 -------------------------------
 debian/patches/series             |  1 -
 3 files changed, 1 insertion(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 390c665..ad7850d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libsub-recursive-perl (0.05-1) UNRELEASED; urgency=medium
   * Team upload.
   * Add debian/upstream/metadata
   * Import upstream version 0.05
+  * Remove defined-hash patch no longer necessary
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Tue, 06 Oct 2015 11:47:34 -0300
 
diff --git a/debian/patches/defined-hash.patch b/debian/patches/defined-hash.patch
deleted file mode 100644
index 7c5ce40..0000000
--- a/debian/patches/defined-hash.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: fix "defined(%has)" error
-Origin: CPAN RT
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=103191
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=103191
-Bug-Debian: https://bugs.debian.org/789414
-Author: TONYC at cpan.org
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2015-06-20
-
---- a/t/02mutually.t
-+++ b/t/02mutually.t
-@@ -7,7 +7,7 @@
- 
- BEGIN { use_ok('Sub::Recursive', qw/ mutually_recursive %REC /) }
- 
--ok(defined %REC, '%REC defined');
-+ok(%REC, '%REC defined');
- ok(defined &mutually_recursive, '&mutually_recursive defined');
- 
- my ($odd, $even) = mutually_recursive(
---- a/t/90other.t
-+++ b/t/90other.t
-@@ -10,7 +10,7 @@
- ok(defined $REC, '$REC defined');
- ok(defined &recursive, '&recursive defined');
- 
--ok(defined %REC, '%REC defined');
-+ok(%REC, '%REC defined');
- ok(defined &mutually_recursive, '&mutually_recursive defined');
- 
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8520d9b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-defined-hash.patch

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



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