[SCM] Debian packaging of libcolor-library-perl branch, master, updated. debian/0.02-2-8-gfdf3dc5

gregor herrmann gregoa at debian.org
Thu Dec 8 15:10:53 UTC 2011


The following commit has been merged in the master branch:
commit 617486bd9f7a73a1ed1a7410236d34685b70b78f
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Dec 8 16:03:24 2011 +0100

    Remove patch deprecated_parentheses.patch, applied upstream.

diff --git a/debian/patches/deprecated_parentheses.patch b/debian/patches/deprecated_parentheses.patch
deleted file mode 100644
index 9dca0f8..0000000
--- a/debian/patches/deprecated_parentheses.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: perl 5.14: Use of qw(...) as parentheses is deprecated ...
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=68650
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=68650
-Author: Tim Heaney <theaney [...] gmail.com>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-25
-
---- a/lib/Color/Library/Color.pm
-+++ b/lib/Color/Library/Color.pm
-@@ -98,7 +98,7 @@
- 
- =cut
- 
--for my $method qw/id name title dictionary html value hex/ {
-+for my $method (qw/id name title dictionary html value hex/) {
-     no strict 'refs';
-     my $accessor = "_$method";
-     *$method = sub { return $_[0]->$accessor };
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2632af5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-deprecated_parentheses.patch

-- 
Debian packaging of libcolor-library-perl



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