tags 647120 + pending
thanks

Dear maintainer,

I've prepared an NMU for libgeo-proj4-perl (versioned as 1.01-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Sinéad O'Connor: Troy
diff -Nru libgeo-proj4-perl-1.01/debian/changelog libgeo-proj4-perl-1.01/debian/changelog
--- libgeo-proj4-perl-1.01/debian/changelog	2011-09-30 19:06:44.000000000 +0200
+++ libgeo-proj4-perl-1.01/debian/changelog	2011-11-13 16:55:43.000000000 +0100
@@ -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 <gre...@debian.org>  Sun, 13 Nov 2011 16:54:42 +0100
+
 libgeo-proj4-perl (1.01-1) unstable; urgency=low
 
   * Initial release (Closes: #643896)
diff -Nru libgeo-proj4-perl-1.01/debian/patches/conf_ccflags.patch libgeo-proj4-perl-1.01/debian/patches/conf_ccflags.patch
--- libgeo-proj4-perl-1.01/debian/patches/conf_ccflags.patch	1970-01-01 01:00:00.000000000 +0100
+++ libgeo-proj4-perl-1.01/debian/patches/conf_ccflags.patch	2011-11-13 16:54:31.000000000 +0100
@@ -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 <d...@earth.li>
+Reviewed-by: gregor herrmann <gre...@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 -Nru libgeo-proj4-perl-1.01/debian/patches/series libgeo-proj4-perl-1.01/debian/patches/series
--- libgeo-proj4-perl-1.01/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ libgeo-proj4-perl-1.01/debian/patches/series	2011-11-13 16:52:34.000000000 +0100
@@ -0,0 +1 @@
+conf_ccflags.patch

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to