[SCM] ruby-netcdf branch, master, updated. debian/0.6.5-2-12-g7c52e40

Youhei SASAKI uwabami at gfd-dennou.org
Thu Jun 14 10:05:13 UTC 2012


The following commit has been merged in the master branch:
commit 3705cae811fda81ff8e453b3fefe3d1b96039c9c
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Feb 22 17:53:23 2012 +0900

    New patch 0001-Change-NArray-Directory-for-Debian-s-Ruby-vendor-lib.patch
    
    Change NArray Directory for Debian's Ruby vendor library location
    Thanks: Debian GIS Project

diff --git a/debian/patches/0001-Change-NArray-Directory-for-Debian-s-Ruby-vendor-lib.patch b/debian/patches/0001-Change-NArray-Directory-for-Debian-s-Ruby-vendor-lib.patch
new file mode 100644
index 0000000..faec59c
--- /dev/null
+++ b/debian/patches/0001-Change-NArray-Directory-for-Debian-s-Ruby-vendor-lib.patch
@@ -0,0 +1,23 @@
+From: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Date: Wed, 22 Feb 2012 17:49:07 +0900
+Subject: Change NArray Directory for Debian's Ruby vendor library location
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ extconf.rb |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/extconf.rb b/extconf.rb
+index da90b7c..5e53471 100644
+--- a/extconf.rb
++++ b/extconf.rb
+@@ -1,7 +1,7 @@
+ require "mkmf"
+ 
+-dir_config('narray',$sitearchdir,$sitearchdir)
+-dir_config('netcdf','/usr/local')
++dir_config('narray',$vendorarchdir,$vendorarchdir)
++dir_config('netcdf','/usr/')
+ 
+ if ( ! ( have_header("narray.h") && have_header("narray_config.h") ) ) then
+ print <<EOS

-- 
Ruby interface of NetCDF library



More information about the Pkg-grass-devel mailing list