[SCM] libgeo-proj4-perl branch, master, updated. debian/1.01-1-7-g7f5c7c9

David Paleino dapal at debian.org
Thu Dec 29 17:53:39 UTC 2011


The following commit has been merged in the master branch:
commit 1e1eaa29d794c353568c63db7118e44739148e3f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 13 16:54:42 2011 +0100

    Imported Debian patch 1.01-1.1

diff --git a/debian/changelog b/debian/changelog
index 158b629..6b3f323 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libgeo-proj4-perl (1.01-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.14: CCFLAGS should include $Config{ccflags}":
+    add patch conf_ccflags.patch by Dominic Hargreaves (closes: #647120).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 13 Nov 2011 16:54:42 +0100
+
 libgeo-proj4-perl (1.01-1) unstable; urgency=low
 
   * Initial release (Closes: #643896)
diff --git a/debian/patches/conf_ccflags.patch b/debian/patches/conf_ccflags.patch
new file mode 100644
index 0000000..4dbb253
--- /dev/null
+++ b/debian/patches/conf_ccflags.patch
@@ -0,0 +1,26 @@
+Description: add $Config{ccflags} to CCFLAGS in Makefile.PL, otherwise the
+ package FTBFS with perl 5.14
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/647120
+Forwarded: no
+Author: Dominic Hargreaves <dom at earth.li>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-11-13
+
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,4 +1,5 @@
+ use ExtUtils::MakeMaker;
++use Config;
+                                                                                 
+ require 5.006;
+ 
+@@ -29,7 +30,7 @@
+  , VERSION  => '1.01'
+  , AUTHOR   => 'Mark Overmeer'
+  , ABSTRACT => 'Proj4 library for carthographic projections'
+- , CCFLAGS  => "-I$FWTools/include"
++ , CCFLAGS  => "-I$FWTools/include $Config{ccflags}"
+  , LIBS     => [ "-L$FWTools/lib -lproj" ]
+  , LICENSE  => 'perl'
+  );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e542265
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+conf_ccflags.patch

-- 
Proj4 library for carthographic projections



More information about the Pkg-grass-devel mailing list