[SCM] Debian packaging of libbusiness-paypal-api-perl branch, master, updated. debian/0.69-2-6-gcb8113d

Xavier Guimard x.guimard at free.fr
Sat Jan 5 07:25:12 UTC 2013


The following commit has been merged in the master branch:
commit 87dd3cda62cbdc9ee1b77f5be13ebf61f33932a2
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Jan 5 08:21:10 2013 +0100

    Remove patch included in upstream now

diff --git a/debian/patches/fix-deprecated-use-of-qw-as-parentheses.patch b/debian/patches/fix-deprecated-use-of-qw-as-parentheses.patch
deleted file mode 100644
index b1ead24..0000000
--- a/debian/patches/fix-deprecated-use-of-qw-as-parentheses.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix deprecated use of qw() as parentheses
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=70424
-Bug-Debian: http://bugs.debian.org/649237 
-Forwarded: not-needed
-Author: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2011-11-19
-
---- a/lib/Business/PayPal/API.pm
-+++ b/lib/Business/PayPal/API.pm
-@@ -243,7 +243,7 @@
- 
-     return unless $som;
- 
--    for my $field qw( Ack Timestamp CorrelationID Version Build ) {
-+    for my $field (qw( Ack Timestamp CorrelationID Version Build )) {
-         $details->{$field} = $som->valueof("$path/$field") || '';
-     }
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 68de935..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-deprecated-use-of-qw-as-parentheses.patch

-- 
Debian packaging of libbusiness-paypal-api-perl



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