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

kanashiro pushed a commit to branch master
in repository libunicode-string-perl.

commit 3337dc9fab17f409c4f7e0243b7074021f6dae98
Author: Lucas Kanashiro <kanash...@debian.org>
Date:   Mon Sep 12 15:41:11 2016 -0300

    Remove fix-defined-hash-deprecation-warning.patch, applied by upstream
---
 debian/changelog                                     |  1 +
 .../fix-defined-hash-deprecation-warning.patch       | 20 --------------------
 debian/patches/series                                |  1 -
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5cc838f..16184fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ libunicode-string-perl (2.10-1) UNRELEASED; urgency=low
 
   [ Lucas Kanashiro ]
   * Import upstream version 2.10
+  * Remove fix-defined-hash-deprecation-warning.patch, applied by upstream
 
  -- Lucas Kanashiro <kanash...@debian.org>  Mon, 12 Sep 2016 15:37:36 -0300
 
diff --git a/debian/patches/fix-defined-hash-deprecation-warning.patch 
b/debian/patches/fix-defined-hash-deprecation-warning.patch
deleted file mode 100644
index 842c1ff..0000000
--- a/debian/patches/fix-defined-hash-deprecation-warning.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Fix deprecation warning caused by defined(%hash) use
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=74354
-Bug-Debian: https://bugs.debian.org/657144
-Forwarded: yes
-Author: Justin B Rye <j...@edlug.org.uk>
-Reviewed-by: Salvatore Bonaccorso <car...@debian.org>
-Last-Update: 2012-01-29
-
---- a/lib/Unicode/CharName.pm
-+++ b/lib/Unicode/CharName.pm
-@@ -77,7 +77,7 @@
-           return join("", "HANGUL SYLLABLE ", @s)
-       }
-     }
--    _init_names() unless defined %NAMES;
-+    _init_names() unless %NAMES;
-     $NAMES{sprintf("%04X",$code)}
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index df87c1a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-defined-hash-deprecation-warning.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to