[libextutils-cbuilder-perl] 03/04: Drop use-config.patch, merged upstream.

gregor herrmann gregoa at debian.org
Wed Oct 8 20:33:48 UTC 2014


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

gregoa pushed a commit to branch master
in repository libextutils-cbuilder-perl.

commit c4f8268592a17cffc61d4ef464f2a6cb3f4ed228
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 8 22:31:50 2014 +0200

    Drop use-config.patch, merged upstream.
---
 debian/patches/series           |  1 -
 debian/patches/use-config.patch | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 2dbb4ef..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use-config.patch
diff --git a/debian/patches/use-config.patch b/debian/patches/use-config.patch
deleted file mode 100644
index 4a04cb3..0000000
--- a/debian/patches/use-config.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: add missing 'use Config;'
- Otherwise we get a compilation error:
- .
- /usr/bin/perl -wc /usr/share/perl5/ExtUtils/CBuilder/Platform/android.pm
- Global symbol "%Config" requires explicit package name at /usr/share/perl5/ExtUtils/CBuilder/Platform/android.pm line 20.
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-09-27
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99175
-Bug: https://rt.cpan.org/Ticket/Display.html?id=99175
-
---- a/lib/ExtUtils/CBuilder/Platform/android.pm
-+++ b/lib/ExtUtils/CBuilder/Platform/android.pm
-@@ -3,6 +3,7 @@
- use strict;
- use File::Spec;
- use ExtUtils::CBuilder::Platform::Unix;
-+use Config;
- 
- use vars qw(@ISA);
- @ISA = qw(ExtUtils::CBuilder::Platform::Unix);

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



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