[libdevice-cdio-perl] 09/17: Drop 07_fix_perl_5.16_ftbfs.patch, fixed differently upstream.

gregor herrmann gregoa at debian.org
Mon Oct 30 18:48:17 UTC 2017


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

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

commit 295775b89ce10ef40c9f8a01a223ceb36f5cf443
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 30 18:35:36 2017 +0100

    Drop 07_fix_perl_5.16_ftbfs.patch, fixed differently upstream.
---
 debian/patches/07_fix_perl_5.16_ftbfs.patch | 50 -----------------------------
 debian/patches/series                       |  1 -
 2 files changed, 51 deletions(-)

diff --git a/debian/patches/07_fix_perl_5.16_ftbfs.patch b/debian/patches/07_fix_perl_5.16_ftbfs.patch
deleted file mode 100644
index a4d4b65..0000000
--- a/debian/patches/07_fix_perl_5.16_ftbfs.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From: Dominic Hargreaves <dom at earth.li>
-Subject: Fix FTBFS with perl 5.16
-
-Original credit to 'sander85'.
-
-This is labelled in the Mageia SVN tree as fixing the build for
-GCC 4.7, but it's actually fixing the build with perl 5.16. The
-build succeeds without this patch with GCC 4.7 and perl 5.14.
-
-Origin: http://svnweb.mageia.org/packages/cauldron/perl-Device-Cdio/current/SOURCES/perl-Device-Cdio-0.3.0-gcc-4.7.patch?revision=388352&view=markup
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=77579
-Bug-Debian: https://bugs.debian.org/676272
-Forwarded: yes
-
-diff --git a/perlcdio_wrap.c b/perlcdio_wrap.c
-index 66e8e5e..d3227f4 100644
---- a/perlcdio_wrap.c
-+++ b/perlcdio_wrap.c
-@@ -296,6 +296,7 @@ SWIGINTERNINLINE int SWIG_CheckState(int r) {
- 
- 
- #include <string.h>
-+#include <stdbool.h>
- 
- #ifdef __cplusplus
- extern "C" {
-diff --git a/perliso9660_wrap.c b/perliso9660_wrap.c
-index 2270753..4ade706 100644
---- a/perliso9660_wrap.c
-+++ b/perliso9660_wrap.c
-@@ -296,6 +296,7 @@ SWIGINTERNINLINE int SWIG_CheckState(int r) {
- 
- 
- #include <string.h>
-+#include <stdbool.h>
- 
- #ifdef __cplusplus
- extern "C" {
-diff --git a/perlmmc_wrap.c b/perlmmc_wrap.c
-index 04f6380..e618066 100644
---- a/perlmmc_wrap.c
-+++ b/perlmmc_wrap.c
-@@ -296,6 +296,7 @@ SWIGINTERNINLINE int SWIG_CheckState(int r) {
- 
- 
- #include <string.h>
-+#include <stdbool.h>
- 
- #ifdef __cplusplus
- extern "C" {
diff --git a/debian/patches/series b/debian/patches/series
index c9a696d..76c5ace 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 03_version_information_in_swig.patch
 06_spelling.patch
-07_fix_perl_5.16_ftbfs.patch

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



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