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

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

commit d07f7df5c80efd814fdea49b15ddf02736e3effd
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Jun 22 00:38:39 2014 +0200

    Drop patch 5.14-ccflags.patch, not needed anymore.
---
 debian/patches/5.14-ccflags.patch | 28 ----------------------------
 debian/patches/series             |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/5.14-ccflags.patch 
b/debian/patches/5.14-ccflags.patch
deleted file mode 100644
index 6ec67a7..0000000
--- a/debian/patches/5.14-ccflags.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: add $Config{ccflags} to CCFLAGS to fix FTBFS with perl 5.14
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/638894
-Forwarded: not-needed
-Author: Dominic Hargreaves <d...@earth.li>
-Reviewed-by: gregor herrmann <gre...@debian.org>
-Last-Update: 2011-09-23
-
---- a/ext/Module/Install/PRIVATE/Mongo.pm
-+++ b/ext/Module/Install/PRIVATE/Mongo.pm
-@@ -1,5 +1,6 @@
- use strict;
- use warnings;
-+use Config;
- 
- package Module::Install::PRIVATE::Mongo;
- 
-@@ -18,6 +19,10 @@
-     my $custom_cflags = 0;
-     my $ccflags = $self->makemaker_args->{CCFLAGS};
- 
-+    # #638894
-+    $ccflags .= " $Config{ccflags}");
-+    $custom_cflags = 1;
-+
-     if ($Config{osname} eq 'darwin') {
-         my @arch = $Config::Config{ccflags} =~ m/-arch\s+(\S+)/g;
-         my $archStr = join '', map { " -arch $_ " } @arch;
diff --git a/debian/patches/series b/debian/patches/series
index 9fd7c6c..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-5.14-ccflags.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmongodb-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