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

sebastic pushed a commit to branch master
in repository libpdl-io-hdf5-perl.

commit c6627d1792b6bd5c41f4c606061adc40e2a97aad
Author: Dominic Hargreaves <d...@earth.li>
Date:   Sat Aug 20 18:27:30 2011 +0100

    Imported Debian patch 0.6-1.1
---
 debian/changelog                      |  8 ++++++++
 debian/patches/00list                 |  1 +
 debian/patches/30-ccflags-5.14.dpatch | 19 +++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5264547..dc9a339 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libpdl-io-hdf5-perl (0.6-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add $Config{ccflags} to CCFLAGS, to fix FTBFS with perl 5.14
+    (Closes: #636656)
+
+ -- Dominic Hargreaves <d...@earth.li>  Sat, 20 Aug 2011 18:27:30 +0100
+
 libpdl-io-hdf5-perl (0.6-1) unstable; urgency=low
 
   * Initial release. (Closes: #580696: ITP: libpdl-io-hdf5-perl -- PDL
diff --git a/debian/patches/00list b/debian/patches/00list
index f3b8ded..667e383 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,2 +1,3 @@
 10-remove-interpreter-from-package
 20-update-clean-target
+30-ccflags-5.14
diff --git a/debian/patches/30-ccflags-5.14.dpatch 
b/debian/patches/30-ccflags-5.14.dpatch
new file mode 100644
index 0000000..6c22e36
--- /dev/null
+++ b/debian/patches/30-ccflags-5.14.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30-ccflags-5.14.dpatch by Dominic Hargreaves <d...@earth.li>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Include $Config{ccflags} to fix FTBFS with perl 5.14.
+## DP: #636656
+
+@DPATCH@
+--- libpdl-io-hdf5-perl-0.6.orig/Makefile.PL
++++ libpdl-io-hdf5-perl-0.6/Makefile.PL
+@@ -124,7 +124,7 @@
+ $package = ["hdf5.pd",HDF5,PDL::IO::HDF5];
+ WriteMakefile(
+             'NAME'         => 'PDL::IO::HDF5',
+-            'CCFLAGS'      => "$define_bool -g",  
++            'CCFLAGS'      => "$define_bool -g $Config{ccflags}",  
+               'PREREQ_PM'  => { PDL => 2.1 },
+             'VERSION_FROM' => 'hdf5.pd',
+             'TYPEMAPS'     => [&PDL_TYPEMAP()], 

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