[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 03abceb400d1fe120478078455ded918e24875ae
Author: David Paleino <dapal at debian.org>
Date:   Thu Dec 29 18:47:55 2011 +0100

    Patch refreshed

diff --git a/debian/patches/conf_ccflags.patch b/debian/patches/conf_ccflags.patch
index 4dbb253..4df4ae4 100644
--- a/debian/patches/conf_ccflags.patch
+++ b/debian/patches/conf_ccflags.patch
@@ -7,20 +7,24 @@ 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
+---
+ Makefile.PL |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- libgeo-proj4-perl.orig/Makefile.PL
++++ libgeo-proj4-perl/Makefile.PL
 @@ -1,4 +1,5 @@
  use ExtUtils::MakeMaker;
 +use Config;
                                                                                  
  require 5.006;
  
-@@ -29,7 +30,7 @@
-  , VERSION  => '1.01'
+@@ -32,7 +33,7 @@ WriteMakefile
+  , VERSION  => '1.02'
   , AUTHOR   => 'Mark Overmeer'
   , ABSTRACT => 'Proj4 library for carthographic projections'
-- , CCFLAGS  => "-I$FWTools/include"
-+ , CCFLAGS  => "-I$FWTools/include $Config{ccflags}"
+- , INC      => "-I$FWTools/include"
++ , INC      => "-I$FWTools/include $Config{ccflags}"
   , LIBS     => [ "-L$FWTools/lib -lproj" ]
   , LICENSE  => 'perl'
   );

-- 
Proj4 library for carthographic projections



More information about the Pkg-grass-devel mailing list