[libois-perl] 04/05: Drop fix-ois-header.patch, use-config-ccflags.patch: applied upstream

Florian Schlichting fsfs at moszumanska.debian.org
Fri Nov 29 20:45:04 UTC 2013


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

fsfs pushed a commit to branch master
in repository libois-perl.

commit 21987bde1c3087803c5fa465fc10b0677bb69d3f
Author: Florian Schlichting <fsfs at debian.org>
Date:   Fri Nov 29 21:43:57 2013 +0100

    Drop fix-ois-header.patch, use-config-ccflags.patch: applied upstream
---
 debian/patches/fix-ois-header.patch     | 18 ------------------
 debian/patches/series                   |  2 --
 debian/patches/use-config-ccflags.patch | 26 --------------------------
 3 files changed, 46 deletions(-)

diff --git a/debian/patches/fix-ois-header.patch b/debian/patches/fix-ois-header.patch
deleted file mode 100644
index b854898..0000000
--- a/debian/patches/fix-ois-header.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix OIS header inclusion
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/669448
-Forwarded: no
-Author: Alessandro Ghedini <ghedo at debian.org>
-Last-Update: 2012-04-19
-
---- a/perlOIS.h
-+++ b/perlOIS.h
-@@ -1,7 +1,7 @@
- #ifndef _PERLOIS_H_
- #define _PERLOIS_H_
- 
--#include <OIS/OIS.h>
-+#include <ois/OIS.h>
- 
- 
- // for C++
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8bcc142..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-use-config-ccflags.patch
-fix-ois-header.patch
diff --git a/debian/patches/use-config-ccflags.patch b/debian/patches/use-config-ccflags.patch
deleted file mode 100644
index 83bbeca..0000000
--- a/debian/patches/use-config-ccflags.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Include $Config{ccflags} in CCFLAGS
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/636655
-Forwarded: no
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-08-08
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,6 +1,7 @@
- use ExtUtils::MakeMaker;
- use strict;
- use warnings;
-+use Config;
- 
- my $MIN_OIS_VERSION = '1.2.0';
- 
-@@ -44,7 +45,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/libois-perl.git



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