[libogre-perl] 05/11: Drop use-config-ccflags.patch, fixed upstream.

gregor herrmann gregoa at debian.org
Fri Aug 2 12:49:21 UTC 2013


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

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

commit 4af0202bf14550caf0b75d8c0543baa8488f3d1e
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 2 14:13:52 2013 +0200

    Drop use-config-ccflags.patch, fixed upstream.
---
 debian/patches/series                   |    1 -
 debian/patches/use-config-ccflags.patch |   27 ---------------------------
 2 files changed, 28 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 64dfc8c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use-config-ccflags.patch
diff --git a/debian/patches/use-config-ccflags.patch b/debian/patches/use-config-ccflags.patch
deleted file mode 100644
index d0832da..0000000
--- a/debian/patches/use-config-ccflags.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Include $Config{ccflags} in CCFLAGS
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/636654
-Forwarded: no
-Author: Dominic Hargreaves <dom at earth.li>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-08-08
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,6 +1,7 @@
- use strict;
- use warnings;
- use ExtUtils::MakeMaker;
-+use Config;
- 
- my $OGRE_REQ_VERSION = '1.7.1';
- my $OIS_REQ_VERSION = '0.05';
-@@ -28,7 +29,7 @@
-             chomp $str;
-             my ($v, $s) = split /\./, $str;
-             if (($v == 4 && $s >= 2) || $v > 4) {
--                return {'CCFLAGS' => '-Wno-write-strings'};
-+                return {'CCFLAGS' => "-Wno-write-strings $Config{ccflags}"};
-             }
-         }
-     }

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



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