Re: [ruby-netcdf] annotated tag upstream/0.7.2 created (now 55e7046)

2016-09-28 Thread Youhei SASAKI
Hi,

On Wed, 28 Sep 2016 17:25:26 +0900,
Sebastiaan Couwenberg <sebas...@xs4all.nl> wrote:
>
> Thanks for updating ruby-netcdf!
>
> On 09/28/2016 10:15 AM, Youhei SASAKI wrote:
> > uwabami-guest pushed a change to annotated tag upstream/0.7.2
> > in repository ruby-netcdf.
>
> Can you also push your pristine-tar & upstream branches?

Oh, excuse me. I'll push them...

Best Wishes,
Youhei

---
Youhei SASAKI <uwab...@gfd-dennou.org>
  <uwab...@debian.or.jp>
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07

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


[ruby-netcdf] branch upstream updated (e8902db -> 09e3554)

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch upstream
in repository ruby-netcdf.

  from  e8902db   Imported Upstream version 0.7.1.1
  adds  09e3554   New upstream version 0.7.2

No new revisions were added by this update.

Summary of changes:
 ChangeLog => .ChangeLog.until20150117 |   0
 .gitignore|   8 --
 .rspec|   2 -
 .travis.yml   |   3 -
 Rakefile  |  37 +-
 bin/console   |  14 ---
 bin/setup |   7 --
 extconf.rb => ext/numru/extconf.rb|   4 +-
 netcdfraw.c => ext/numru/netcdfraw.c  |  32 +
 lib/{ => numru}/netcdf.rb |  12 +-
 lib/numru/netcdf/version.rb   |   7 ++
 lib/{ => numru}/netcdf_miss.rb|   0
 lib/version.rb|   5 -
 metadata.yml  | 138 --
 ruby-netcdf.gemspec => ruby-netcdf-bigmem.gemspec |  24 ++--
 ruby-netcdf.gemspec   |  18 +--
 test/test.rb  |   8 +-
 17 files changed, 103 insertions(+), 216 deletions(-)
 rename ChangeLog => .ChangeLog.until20150117 (100%)
 delete mode 100644 .gitignore
 delete mode 100644 .rspec
 delete mode 100644 .travis.yml
 delete mode 100644 bin/console
 delete mode 100644 bin/setup
 rename extconf.rb => ext/numru/extconf.rb (97%)
 rename netcdfraw.c => ext/numru/netcdfraw.c (99%)
 rename lib/{ => numru}/netcdf.rb (98%)
 create mode 100644 lib/numru/netcdf/version.rb
 rename lib/{ => numru}/netcdf_miss.rb (100%)
 delete mode 100644 lib/version.rb
 delete mode 100644 metadata.yml
 copy ruby-netcdf.gemspec => ruby-netcdf-bigmem.gemspec (53%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag upstream/0.7.2 created (now 55e7046)

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag upstream/0.7.2
in repository ruby-netcdf.

at  55e7046   (tag)
   tagging  09e35549da0b4d9c4c4e09a34ca95ad4d3c3a304 (commit)
  replaces  upstream/0.7.1.1
 tagged by  Youhei SASAKI
on  Tue Sep 27 17:58:33 2016 +0900

- Log -
Upstream version 0.7.2

Youhei SASAKI (1):
  New upstream version 0.7.2

---

This annotated tag includes the following new commits:

   new  09e3554   New upstream version 0.7.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/08: New upstream version 0.7.2

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 09e35549da0b4d9c4c4e09a34ca95ad4d3c3a304
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Sep 27 17:58:33 2016 +0900

New upstream version 0.7.2
---
 ChangeLog => .ChangeLog.until20150117 |   0
 .gitignore|   8 --
 .rspec|   2 -
 .travis.yml   |   3 -
 Rakefile  |  37 +-
 bin/console   |  14 ---
 bin/setup |   7 --
 extconf.rb => ext/numru/extconf.rb|   4 +-
 netcdfraw.c => ext/numru/netcdfraw.c  |  32 +
 lib/{ => numru}/netcdf.rb |  12 +-
 lib/numru/netcdf/version.rb   |   7 ++
 lib/{ => numru}/netcdf_miss.rb|   0
 lib/version.rb|   5 -
 metadata.yml  | 138 --
 ruby-netcdf.gemspec => ruby-netcdf-bigmem.gemspec |  24 ++--
 ruby-netcdf.gemspec   |  18 +--
 test/test.rb  |   8 +-
 17 files changed, 103 insertions(+), 216 deletions(-)

diff --git a/ChangeLog b/.ChangeLog.until20150117
similarity index 100%
rename from ChangeLog
rename to .ChangeLog.until20150117
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 359a4c0..000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/.bundle/
-/.yardoc
-/Gemfile.lock
-/_yardoc/
-/coverage/
-/pkg/
-/spec/reports/
-/tmp/
diff --git a/.rspec b/.rspec
deleted file mode 100644
index 8c18f1a..000
--- a/.rspec
+++ /dev/null
@@ -1,2 +0,0 @@
---format documentation
---color
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 11a115a..000
--- a/.travis.yml
+++ /dev/null
@@ -1,3 +0,0 @@
-language: ruby
-rvm:
-  - 1.9.3
diff --git a/Rakefile b/Rakefile
index 809eb56..e457f52 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,2 +1,37 @@
-require "bundler/gem_tasks"
+# -* coding: utf-8 -*-
+require 'rake/testtask'
+require 'rake/extensiontask'
+require 'rake/packagetask'
+begin
+  require 'bundler/gem_helper'  # instead of 'bundler/gem_tasks' -> need manual
+# calls of install_tasks (see below)
+rescue LoadError
+  puts 'If you want to create gem, You must install Bundler'
+end
 
+# manual calls of install_tasks to support multiple gemspec files
+Bundler::GemHelper.install_tasks(name: "ruby-netcdf")
+#Bundler::GemHelper.install_tasks(name: "ruby-netcdf-bigmem")
+
+require './lib/numru/netcdf/version'
+def version
+  NumRu::NetCDF::VERSION
+end
+
+task :default => :test
+task :test => :compile
+Rake::TestTask.new do |t|
+  t.libs << 'lib' << 'test'
+  t.test_files = FileList['test/*.rb']
+end
+
+Rake::ExtensionTask.new do |ext|
+  ext.name = 'netcdfraw'
+  ext.ext_dir = 'ext/numru'
+  ext.lib_dir = 'lib/numru'
+end
+
+Rake::PackageTask.new('ruby-netcdf', "#{version}") do |t|
+  t.need_tar_gz = true
+  t.package_files.include `git ls-files`.split("\n")
+end
diff --git a/bin/console b/bin/console
deleted file mode 100644
index 05ba4f4..000
--- a/bin/console
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env ruby
-
-require "bundler/setup"
-require "ruby/netcdf"
-
-# You can add fixtures and/or initialization code here to make experimenting
-# with your gem easier. You can also use a different console, if you like.
-
-# (If you use this, don't forget to add pry to your Gemfile!)
-# require "pry"
-# Pry.start
-
-require "irb"
-IRB.start
diff --git a/bin/setup b/bin/setup
deleted file mode 100644
index b65ed50..000
--- a/bin/setup
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -euo pipefail
-IFS=$'\n\t'
-
-bundle install
-
-# Do any other automated setup that you need to do here
diff --git a/extconf.rb b/ext/numru/extconf.rb
similarity index 97%
rename from extconf.rb
rename to ext/numru/extconf.rb
index 1ad8b17..b3ee26d 100644
--- a/extconf.rb
+++ b/ext/numru/extconf.rb
@@ -8,14 +8,14 @@ else
   ncversion = nil
 end
 
-if Gem.respond_to?(:find_files)
+if Gem.respond_to?(:find_files) and Gem.find_files("narray.h").length > 0
   require "rbconfig"
   so = RbConfig::CONFIG["DLEXT"]
   narray_include = 
File.expand_path(File.dirname(Gem.find_files("narray.h")[0]))
   narray_lib = File.expand_path(File.dirname(Gem.find_files("narray." + 
so)[0]))
 else
   gem_home=(`gem environment GEM_HOME`).chomp
-  narray_dir = Dir.glob("#{gem_home}/gems/narray-*").sort[-1]
+  narray_dir = Dir.glob("#{gem_home}/gems/narray-*/ext/narray").sort[-1]
   if narray_dir
 

[ruby-netcdf] 03/08: Refresh patches

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 9e65025cde91818f078ca3fb6f3f50d968b7bf6e
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 28 15:55:51 2016 +0900

Refresh patches

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/patches/0002-Support-NetCDF-rc-release  |  4 +---
 .../0003-Add-patch-Replace-git-execution-from-gemspec.patch| 10 --
 debian/patches/0004-Fix-spelling-error-in-binary.patch |  6 ++
 3 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/debian/patches/0002-Support-NetCDF-rc-release 
b/debian/patches/0002-Support-NetCDF-rc-release
index 21d03a6..59d78ab 100644
--- a/debian/patches/0002-Support-NetCDF-rc-release
+++ b/debian/patches/0002-Support-NetCDF-rc-release
@@ -9,11 +9,9 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
  ext/numru/extconf.rb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/ext/numru/extconf.rb b/ext/numru/extconf.rb
-index 1ad8b17..e62a9e5 100644
 --- a/ext/numru/extconf.rb
 +++ b/ext/numru/extconf.rb
-@@ -51,7 +51,7 @@ end
+@@ -51,7 +51,7 @@
  
  ncver0 = ncversion[0..0]  # "3" or "4"
  ncver = ncversion.gsub(/\./,'')
diff --git 
a/debian/patches/0003-Add-patch-Replace-git-execution-from-gemspec.patch 
b/debian/patches/0003-Add-patch-Replace-git-execution-from-gemspec.patch
index bb4724d..2023534 100644
--- a/debian/patches/0003-Add-patch-Replace-git-execution-from-gemspec.patch
+++ b/debian/patches/0003-Add-patch-Replace-git-execution-from-gemspec.patch
@@ -7,16 +7,14 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
  ruby-netcdf.gemspec | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/ruby-netcdf.gemspec b/ruby-netcdf.gemspec
-index 3886c35..06b2bb4 100644
 --- a/ruby-netcdf.gemspec
 +++ b/ruby-netcdf.gemspec
-@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
+@@ -16,7 +16,7 @@
spec.homepage = 
'http://www.gfd-dennou.org/arch/ruby/products/ruby-netcdf/'
-   spec.licenses = ["GFD Dennou Club"]
+   spec.licenses = ["BSD-2-Clause"]
  
 -  spec.files = `git ls-files -z`.split("\x0")
 +  spec.files = 
[".gitignore",".rspec",".travis.yml","ChangeLog","Gemfile","INSTALL","LICENSE.txt","Rakefile","ToDo","bin/console","bin/setup","demo/README","demo/demo1-create-alt.rb","demo/demo1-create.rb","demo/demo2-graphic.rb","demo/demo3-ncepclim.rb","demo/demo4-copy.rb","demo/demo5-netcdf4.rb","doc/README_JP.txt","doc/Ref_man.html","doc/Ref_man.rd","doc/Ref_man_jp.html","doc/Ref_man_jp.rd","doc/to_html","extconf.rb","lib/netcdf.rb","lib/netcdf_miss.rb","lib/version.rb","met
 [...]
spec.test_files= spec.files.grep(%r{^(test|demo)/})
-   #spec.bindir= "exe"
-   #spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
+   spec.require_paths = ["ext","lib"]
+   spec.extensions << "ext/numru/extconf.rb"
diff --git a/debian/patches/0004-Fix-spelling-error-in-binary.patch 
b/debian/patches/0004-Fix-spelling-error-in-binary.patch
index 18aa928..d8429c3 100644
--- a/debian/patches/0004-Fix-spelling-error-in-binary.patch
+++ b/debian/patches/0004-Fix-spelling-error-in-binary.patch
@@ -7,11 +7,9 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
  ext/numru/netcdfraw.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/ext/numru/netcdfraw.c b/ext/numru/netcdfraw.c
-index 200e8f3..bd2fc6c 100644
 --- a/ext/numru/netcdfraw.c
 +++ b/ext/numru/netcdfraw.c
-@@ -635,7 +635,7 @@ NetCDF_put_att_char(int ncid, char *name,VALUE value,VALUE 
atttype, int varid)
+@@ -635,7 +635,7 @@
}
  } else if (TYPE(atttype) != T_NIL) {
rb_raise(rb_eNetcdfError,
@@ -20,7 +18,7 @@ index 200e8f3..bd2fc6c 100644
  }
  /* put value */
  Check_Type(value,T_STRING);
-@@ -807,7 +807,7 @@ NetCDF_def_var(VALUE file,VALUE var_name,VALUE 
vartype,VALUE dimensions)
+@@ -807,7 +807,7 @@
xtype = natypecode2nctype(NUM2INT(vartype)); 
} else {
rb_raise(rb_eNetcdfError,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 08/08: Update debian/changelog

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 919f03f35599f3e07134a87199b9b4a58ed0d1b9
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 28 16:03:14 2016 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cdd6522..7f851fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
-ruby-netcdf (0.7.1.1-8) UNRELEASED; urgency=medium
+ruby-netcdf (0.7.2-1) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Bump Standards-Version to 3.9.8, no changes.
   * Add patch to fix 'length' spelling error.
 
- -- Bas Couwenberg <sebas...@debian.org>  Thu, 05 May 2016 23:21:53 +0200
+  [ Youhei SASAKI ]
+  * New upstream version 0.7.2
+  * Refresh patches
+  * set DH_RUBY_GEMSPEC explicitly
+  * Drop dh_installchangelogs: removed from upstream
+  * Drop ruby-netcdf.examples: Drop bin/ from upstream
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Wed, 28 Sep 2016 16:04:29 +0900
 
 ruby-netcdf (0.7.1.1-7) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 07/08: Drop ruby-netcdf.examples: Drop bin/ from upstream

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit f8a67c05b0bdcbc2d00b9e8a3a497d2ddf9acd01
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 28 16:01:38 2016 +0900

Drop ruby-netcdf.examples: Drop bin/ from upstream

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/ruby-netcdf.examples | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/ruby-netcdf.examples b/debian/ruby-netcdf.examples
index d8284bb..1549b67 100644
--- a/debian/ruby-netcdf.examples
+++ b/debian/ruby-netcdf.examples
@@ -1,3 +1 @@
-bin/console
-bin/setup
 demo

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 04/08: Add patch: length spelling error

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit ed5af655dba347c2667fec8a21f146c2c5ea38b7
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 28 15:56:11 2016 +0900

Add patch: length spelling error

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/patches/0005-length-spelling-error.patch | 10 +-
 debian/patches/series   |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0005-length-spelling-error.patch 
b/debian/patches/0005-length-spelling-error.patch
index 385b46f..2aa360f 100644
--- a/debian/patches/0005-length-spelling-error.patch
+++ b/debian/patches/0005-length-spelling-error.patch
@@ -3,7 +3,7 @@ Author: Bas Couwenberg <sebas...@debian.org>
 
 --- a/ext/numru/netcdfraw.c
 +++ b/ext/numru/netcdfraw.c
-@@ -3984,7 +3984,7 @@ NetCDF_put_vars_char(VALUE Var,VALUE NAr
+@@ -4008,7 +4008,7 @@
  for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
} else if(len != c_count_all) {
rb_raise(rb_eNetcdfError, 
@@ -12,7 +12,7 @@ Author: Bas Couwenberg <sebas...@debian.org>
} 
} 

-@@ -4090,7 +4090,7 @@ NetCDF_put_vars_byte(VALUE Var,VALUE NAr
+@@ -4114,7 +4114,7 @@
  for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
} else if(len != c_count_all) {
rb_raise(rb_eNetcdfError, 
@@ -21,7 +21,7 @@ Author: Bas Couwenberg <sebas...@debian.org>
} 
} 

-@@ -4196,7 +4196,7 @@ NetCDF_put_vars_sint(VALUE Var,VALUE NAr
+@@ -4220,7 +4220,7 @@
  for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
} else if(len != c_count_all) {
  rb_raise(rb_eNetcdfError, 
@@ -30,7 +30,7 @@ Author: Bas Couwenberg <sebas...@debian.org>
}
}
  
-@@ -4410,7 +4410,7 @@ NetCDF_put_vars_float(VALUE Var,VALUE NA
+@@ -4434,7 +4434,7 @@
  for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
} else if(len != c_count_all) {
  rb_raise(rb_eNetcdfError, 
@@ -39,7 +39,7 @@ Author: Bas Couwenberg <sebas...@debian.org>
}
}
  
-@@ -4517,7 +4517,7 @@ NetCDF_put_vars_double(VALUE Var,VALUE N
+@@ -4541,7 +4541,7 @@
  for(i=0;i<c_count_all;i++){ptr[i]=scalar;}
} else if(len != c_count_all) {
  rb_raise(rb_eNetcdfError, 
diff --git a/debian/patches/series b/debian/patches/series
index 9c16748..9e8c580 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,4 @@
-0001-Change-FHS-For-RubyGems
+# 0001-Change-FHS-For-RubyGems
 0002-Support-NetCDF-rc-release
 0003-Add-patch-Replace-git-execution-from-gemspec.patch
 0004-Fix-spelling-error-in-binary.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 02/08: Merge tag 'upstream/0.7.2'

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit ca6e505850f8af564ad2003255aa22001e9b4395
Merge: bdb0a58 09e3554
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Sep 27 17:58:33 2016 +0900

Merge tag 'upstream/0.7.2'

Upstream version 0.7.2

 ChangeLog => .ChangeLog.until20150117 |   0
 .gitignore|   8 --
 .rspec|   2 -
 .travis.yml   |   3 -
 Rakefile  |  37 +-
 bin/console   |  14 ---
 bin/setup |   7 --
 extconf.rb => ext/numru/extconf.rb|   4 +-
 netcdfraw.c => ext/numru/netcdfraw.c  |  32 +
 lib/{ => numru}/netcdf.rb |  12 +-
 lib/numru/netcdf/version.rb   |   7 ++
 lib/{ => numru}/netcdf_miss.rb|   0
 lib/version.rb|   5 -
 metadata.yml  | 138 --
 ruby-netcdf.gemspec => ruby-netcdf-bigmem.gemspec |  24 ++--
 ruby-netcdf.gemspec   |  18 +--
 test/test.rb  |   8 +-
 17 files changed, 103 insertions(+), 216 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag debian/0.7.2-1 created (now 9e02277)

2016-09-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/0.7.2-1
in repository ruby-netcdf.

at  9e02277   (tag)
   tagging  919f03f35599f3e07134a87199b9b4a58ed0d1b9 (commit)
  replaces  debian/0.7.1.1-6
 tagged by  Youhei SASAKI
on  Wed Sep 28 17:14:00 2016 +0900

- Log -
ruby-netcdf Debian release 0.7.2-1

Bas Couwenberg (3):
  Update Vcs-Git URL to use HTTPS.
  Bump Standards-Version to 3.9.8, no changes.
  Add patch to fix 'length' spelling error.

Youhei SASAKI (13):
  Remove dbg package
  Add patch: fix spelling error
  Fix lintian warning: vcs-field-uses-insecure-uri
  Update debian/changelog
  Bump Standard version: 3.9.7
  New upstream version 0.7.2
  Merge tag 'upstream/0.7.2'
  Refresh patches
  Add patch: length spelling error
  set DH_RUBY_GEMSPEC explicitly
  Drop dh_installchangelogs: removed from upstream
  Drop ruby-netcdf.examples: Drop bin/ from upstream
  Update debian/changelog

---

This annotated tag includes the following new commits:

   new  09e3554   New upstream version 0.7.2
   new  ca6e505   Merge tag 'upstream/0.7.2'
   new  9e65025   Refresh patches
   new  ed5af65   Add patch: length spelling error
   new  cc6641a   set DH_RUBY_GEMSPEC explicitly
   new  213ebf3   Drop dh_installchangelogs: removed from upstream
   new  f8a67c0   Drop ruby-netcdf.examples: Drop bin/ from upstream
   new  919f03f   Update debian/changelog

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[narray-miss] tag upstream/1.4.0 created (now 96e9bf2)

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to tag upstream/1.4.0
in repository narray-miss.

at  96e9bf2   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] tag debian/1.4.0-1 created (now eed530e)

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to tag debian/1.4.0-1
in repository narray-miss.

at  eed530e   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 03/03: Update debian/changelog

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit eed530e6811c585a5c7fae2c6e4b81c0914e9f1b
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Sep 4 16:07:34 2016 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4f3ee17..2844a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-narray-miss (1.4.0-1) unstable; urgency=medium
+
+  * Import upstream: 1.4.0
+  * Drop patch: merge upstream
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Sun, 04 Sep 2016 16:02:20 +0900
+
 ruby-narray-miss (1.3.1-1) unstable; urgency=medium
 
   * Imported Upstream version 1.3.1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] branch master updated (c751813 -> eed530e)

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository narray-miss.

  from  c751813   Update debian/changelog
   new  7aa68be   Import upstream: 1.4.0
   new  a8c8ae0   Drop patch: merge upstream
   new  eed530e   Update debian/changelog

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog |  7 
 debian/patches/0001_fix_test_include_NumRu.patch | 20 
 debian/patches/series|  1 -
 lib/narray_miss/narray_miss.rb   | 41 
 lib/narray_miss/version.rb   |  2 +-
 test/test_narray_miss.rb |  2 +-
 6 files changed, 36 insertions(+), 37 deletions(-)
 delete mode 100644 debian/patches/0001_fix_test_include_NumRu.patch
 delete mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 01/03: Import upstream: 1.4.0

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit 7aa68be50a44b83aa7f2b31358c8d4fe202a1210
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Sep 4 16:02:11 2016 +0900

Import upstream: 1.4.0

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 lib/narray_miss/narray_miss.rb | 41 +++--
 lib/narray_miss/version.rb |  2 +-
 test/test_narray_miss.rb   |  2 +-
 3 files changed, 29 insertions(+), 16 deletions(-)

diff --git a/lib/narray_miss/narray_miss.rb b/lib/narray_miss/narray_miss.rb
index cd19326..e04c634 100644
--- a/lib/narray_miss/narray_miss.rb
+++ b/lib/narray_miss/narray_miss.rb
@@ -34,26 +34,39 @@ To use NArrayMiss class, you need invoking "require 
'narray_miss.rb'" in your sc
 
 =end
 
-if defined?(NumRu::NArray)
-  NARRAY = NumRu::NArray
-elsif defined?(NArray)
+case ENV["NARRAY_TYPE"]
+when "narray"
+  require 'narray'
   NARRAY = NArray
-else
+when "numru-narray"
+  require 'numru/narray'
+  NARRAY = NumRu::NArray
+when nil
 
-  begin
-require 'narray'
+  if defined?(NumRu::NArray)
+NARRAY = NumRu::NArray
+  elsif defined?(NArray)
 NARRAY = NArray
-  rescue LoadError
-err = $!
+  else
+
 begin
-  require 'numru/narray'
-  NARRAY = NumRu::NArray
+  require 'narray'
+  NARRAY = NArray
 rescue LoadError
-  STDERR.puts "You should install numru-narray or narray"
-  raise err
+  err = $!
+  begin
+require 'numru/narray'
+NARRAY = NumRu::NArray
+  rescue LoadError
+STDERR.puts "You should install numru-narray or narray"
+raise err
+  end
 end
+
   end
 
+else
+  raise "NARRAY_TYPE (#{ENV["NARRAY_TYPE"]}) is invalid"
 end
 
 
@@ -1020,12 +1033,12 @@ go back to (())
 === Mask and missing value
 --- NArrayMiss#set_valid(index)
  validate element at ((|index|)).
- ((|index|)) must be (({Integer, Range, Array, or ture})).
+ ((|index|)) must be (({Integer, Range, Array, or true})).
 --- NArrayMiss#validation(index)
  alias to set_valid
 --- NArrayMiss#set_invalid(index)
  invaliadate element at ((|index|)).
- ((|index|)) must be (({Integer, Range, Array, or ture})).
+ ((|index|)) must be (({Integer, Range, Array, or true})).
 --- NArrayMiss#invalidation(index)
  alias to set_invalid
 --- NArrayMiss#all_valid
diff --git a/lib/narray_miss/version.rb b/lib/narray_miss/version.rb
index 675aef4..7a6d0c3 100644
--- a/lib/narray_miss/version.rb
+++ b/lib/narray_miss/version.rb
@@ -1,3 +1,3 @@
 class NArrayMiss
-  VERSION = "1.3.1"
+  VERSION = "1.4.0"
 end
diff --git a/test/test_narray_miss.rb b/test/test_narray_miss.rb
index eda37c7..239b209 100644
--- a/test/test_narray_miss.rb
+++ b/test/test_narray_miss.rb
@@ -1,7 +1,7 @@
 $:.unshift File.join(File.dirname(__FILE__), "..", "lib")
 require "narray_miss"
 require "test/unit"
-include NumRu if defined?(:NumRu)
+include NumRu if defined?(NumRu)
 
 class NArrayMissTest < Test::Unit::TestCase
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] branch pristine-tar updated (752246c -> bc5891e)

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch pristine-tar
in repository narray-miss.

  from  752246c   pristine-tar data for ruby-narray-miss_1.3.1.orig.tar.gz
   new  d10497e   pristine-tar data for ruby-narray-miss_1.4.0.orig.tar.gz
   new  bc5891e   pristine-tar data for ruby-narray-miss_1.4.0.orig.tar.gz

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ruby-narray-miss_1.4.0.orig.tar.gz.delta | Bin 0 -> 1408 bytes
 ...ig.tar.gz.id => ruby-narray-miss_1.4.0.orig.tar.gz.id |   0
 2 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 ruby-narray-miss_1.4.0.orig.tar.gz.delta
 copy ruby-narray-miss_1.3.1.orig.tar.gz.id => 
ruby-narray-miss_1.4.0.orig.tar.gz.id (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 01/01: Import upstream: 1.4.0

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch upstream
in repository narray-miss.

commit 96e9bf21da79a0940ead6b5c7ac2b5460b89dc0d
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Sep 4 16:01:26 2016 +0900

Import upstream: 1.4.0

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 lib/narray_miss/narray_miss.rb | 41 +++--
 lib/narray_miss/version.rb |  2 +-
 test/test_narray_miss.rb   |  2 +-
 3 files changed, 29 insertions(+), 16 deletions(-)

diff --git a/lib/narray_miss/narray_miss.rb b/lib/narray_miss/narray_miss.rb
index cd19326..e04c634 100644
--- a/lib/narray_miss/narray_miss.rb
+++ b/lib/narray_miss/narray_miss.rb
@@ -34,26 +34,39 @@ To use NArrayMiss class, you need invoking "require 
'narray_miss.rb'" in your sc
 
 =end
 
-if defined?(NumRu::NArray)
-  NARRAY = NumRu::NArray
-elsif defined?(NArray)
+case ENV["NARRAY_TYPE"]
+when "narray"
+  require 'narray'
   NARRAY = NArray
-else
+when "numru-narray"
+  require 'numru/narray'
+  NARRAY = NumRu::NArray
+when nil
 
-  begin
-require 'narray'
+  if defined?(NumRu::NArray)
+NARRAY = NumRu::NArray
+  elsif defined?(NArray)
 NARRAY = NArray
-  rescue LoadError
-err = $!
+  else
+
 begin
-  require 'numru/narray'
-  NARRAY = NumRu::NArray
+  require 'narray'
+  NARRAY = NArray
 rescue LoadError
-  STDERR.puts "You should install numru-narray or narray"
-  raise err
+  err = $!
+  begin
+require 'numru/narray'
+NARRAY = NumRu::NArray
+  rescue LoadError
+STDERR.puts "You should install numru-narray or narray"
+raise err
+  end
 end
+
   end
 
+else
+  raise "NARRAY_TYPE (#{ENV["NARRAY_TYPE"]}) is invalid"
 end
 
 
@@ -1020,12 +1033,12 @@ go back to (())
 === Mask and missing value
 --- NArrayMiss#set_valid(index)
  validate element at ((|index|)).
- ((|index|)) must be (({Integer, Range, Array, or ture})).
+ ((|index|)) must be (({Integer, Range, Array, or true})).
 --- NArrayMiss#validation(index)
  alias to set_valid
 --- NArrayMiss#set_invalid(index)
  invaliadate element at ((|index|)).
- ((|index|)) must be (({Integer, Range, Array, or ture})).
+ ((|index|)) must be (({Integer, Range, Array, or true})).
 --- NArrayMiss#invalidation(index)
  alias to set_invalid
 --- NArrayMiss#all_valid
diff --git a/lib/narray_miss/version.rb b/lib/narray_miss/version.rb
index 675aef4..7a6d0c3 100644
--- a/lib/narray_miss/version.rb
+++ b/lib/narray_miss/version.rb
@@ -1,3 +1,3 @@
 class NArrayMiss
-  VERSION = "1.3.1"
+  VERSION = "1.4.0"
 end
diff --git a/test/test_narray_miss.rb b/test/test_narray_miss.rb
index eda37c7..239b209 100644
--- a/test/test_narray_miss.rb
+++ b/test/test_narray_miss.rb
@@ -1,7 +1,7 @@
 $:.unshift File.join(File.dirname(__FILE__), "..", "lib")
 require "narray_miss"
 require "test/unit"
-include NumRu if defined?(:NumRu)
+include NumRu if defined?(NumRu)
 
 class NArrayMissTest < Test::Unit::TestCase
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] branch upstream updated (0721e9f -> 96e9bf2)

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch upstream
in repository narray-miss.

  from  0721e9f   Imported Upstream version 1.3.1
   new  96e9bf2   Import upstream: 1.4.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/narray_miss/narray_miss.rb | 41 +++--
 lib/narray_miss/version.rb |  2 +-
 test/test_narray_miss.rb   |  2 +-
 3 files changed, 29 insertions(+), 16 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 01/02: pristine-tar data for ruby-narray-miss_1.4.0.orig.tar.gz

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch pristine-tar
in repository narray-miss.

commit d10497e612097311f06aad2b1275c0ea1a562416
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Sep 4 15:58:42 2016 +0900

pristine-tar data for ruby-narray-miss_1.4.0.orig.tar.gz
---
 ruby-narray-miss_1.4.0.orig.tar.gz.delta | Bin 0 -> 1402 bytes
 ruby-narray-miss_1.4.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ruby-narray-miss_1.4.0.orig.tar.gz.delta 
b/ruby-narray-miss_1.4.0.orig.tar.gz.delta
new file mode 100644
index 000..2dd4356
Binary files /dev/null and b/ruby-narray-miss_1.4.0.orig.tar.gz.delta differ
diff --git a/ruby-narray-miss_1.4.0.orig.tar.gz.id 
b/ruby-narray-miss_1.4.0.orig.tar.gz.id
new file mode 100644
index 000..33412fb
--- /dev/null
+++ b/ruby-narray-miss_1.4.0.orig.tar.gz.id
@@ -0,0 +1 @@
+fd296da07ee54fc8b18e3f152f98c0f8fd2f5f30

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 02/03: Drop patch: merge upstream

2016-09-04 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit a8c8ae087dc12b83a8a5c14b9d23d7653bdb6350
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Sep 4 16:04:19 2016 +0900

Drop patch: merge upstream

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/patches/0001_fix_test_include_NumRu.patch | 20 
 debian/patches/series|  1 -
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/0001_fix_test_include_NumRu.patch 
b/debian/patches/0001_fix_test_include_NumRu.patch
deleted file mode 100644
index 0d8f58f..000
--- a/debian/patches/0001_fix_test_include_NumRu.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
-Date: Sun, 3 Jul 2016 19:23:45 +0900
-Subject: _fix_test_include_NumRu
-

- test/test_narray_miss.rb | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/test/test_narray_miss.rb b/test/test_narray_miss.rb
-index eda37c7..eee1cf0 100644
 a/test/test_narray_miss.rb
-+++ b/test/test_narray_miss.rb
-@@ -1,7 +1,6 @@
- $:.unshift File.join(File.dirname(__FILE__), "..", "lib")
- require "narray_miss"
- require "test/unit"
--include NumRu if defined?(:NumRu)
- 
- class NArrayMissTest < Test::Unit::TestCase
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4b46321..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001_fix_test_include_NumRu.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] branch upstream updated (a4465fc -> 0721e9f)

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch upstream
in repository narray-miss.

  from  a4465fc   Imported Upstream version 1.2.8
   new  a582b77   Imported Upstream version 1.3.0
   new  0721e9f   Imported Upstream version 1.3.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE.txt|   2 +-
 README.rdoc|   4 +-
 lib/narray_miss/narray_miss.rb | 163 +
 lib/narray_miss/version.rb |   2 +-
 metadata.yml   |  72 --
 narray_miss.gemspec|  17 -
 test/test_narray_miss.rb   |   1 +
 7 files changed, 119 insertions(+), 142 deletions(-)
 delete mode 100644 metadata.yml

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] annotated tag upstream/1.3.1 created (now fda4cf8)

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag upstream/1.3.1
in repository narray-miss.

at  fda4cf8   (tag)
   tagging  0721e9f6fb8b7f388c5ea530f5818355002f3d91 (commit)
  replaces  upstream/1.3.0
 tagged by  Youhei SASAKI
on  Sun Jul 3 19:17:31 2016 +0900

- Log -
Upstream version 1.3.1

Youhei SASAKI (1):
  Imported Upstream version 1.3.1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] annotated tag debian/1.3.1-1 created (now 31e2959)

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/1.3.1-1
in repository narray-miss.

at  31e2959   (tag)
   tagging  c751813e96647c036f82fd7d2cf81486ff9883bc (commit)
  replaces  debian/1.2.8-3
 tagged by  Youhei SASAKI
on  Thu Jul 21 13:50:14 2016 +0900

- Log -
ruby-narray-miss Debian release 1.3.1-1

Youhei SASAKI (8):
  Imported Upstream version 1.3.0
  Imported Upstream version 1.3.1
  Add patch: remove include NumRu
  Bump Standard version: 3.9.8
  Update Vcs-Browser: use cgit instead of gitweb
  Update debian/changelog
  Fix document generation
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 01/02: Imported Upstream version 1.3.0

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch upstream
in repository narray-miss.

commit a582b7724f42c7926243f94c9a4aa6294c650869
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:20:00 2016 +0900

Imported Upstream version 1.3.0
---
 LICENSE.txt|   2 +-
 README.rdoc|   4 +-
 lib/narray_miss/narray_miss.rb | 153 -
 lib/narray_miss/version.rb |   2 +-
 metadata.yml   |  24 +++
 narray_miss.gemspec|  18 +++--
 test/test_narray_miss.rb   |   1 +
 7 files changed, 121 insertions(+), 83 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index fc237ef..0a8b77e 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,7 +1,7 @@
 NArrayMiss is copyrighted free software by Seiya Nishizawa and GFD
 Dennou Club (http://www.gfd-dennou.org/).
 
-Copyright 2001-2012 (C) Seiya Nishizawa and GFD Dennou Club
+Copyright 2001-2016 (C) Seiya Nishizawa and GFD Dennou Club
 (http://www.gfd-dennou.org/) All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/README.rdoc b/README.rdoc
index 2b4a252..54c8d69 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -13,7 +13,9 @@ The URL of the NArrayMiss home-page is:
 = Requires
 
 * Ruby (http://www.ruby-lang.org/)
-* NArray (http://narray.rubyforge.org/index.html.en)
+* NumRu-NArray or NArray
+  * NumRu-NArray: https://github.com/seiya/numru-narray/
+  * NArray: http://narray.rubyforge.org/index.html.en
 
 
 = Install
diff --git a/lib/narray_miss/narray_miss.rb b/lib/narray_miss/narray_miss.rb
index c7138df..0071431 100644
--- a/lib/narray_miss/narray_miss.rb
+++ b/lib/narray_miss/narray_miss.rb
@@ -34,7 +34,19 @@ To use NArrayMiss class, you need invoking "require 
'narray_miss.rb'" in your sc
 
 =end
 
-require 'narray'
+begin
+  require 'numru/narray'
+  NARRAY = NumRu::NArray
+rescue LoadError
+  err = $!
+  begin
+require 'narray'
+NARRAY = NArray
+  rescue LoadError
+STDERR.puts "You should install numru-narray or narray"
+raise err
+  end
+end
 
 
 class NArrayMiss
@@ -45,7 +57,7 @@ class NArrayMiss
  type code for 1 byte unsigned integer.
 --- NArrayMiss::SINT
  type code for 2 byte signed integer.
 NArrayMiss::INT
+--- NArrayMiss::LINT
  type code for 4 byte signed integer.
 --- NArrayMiss::SFLOAT
  type code for single precision float.
@@ -61,14 +73,23 @@ class NArrayMiss
 go back to (())
 =end
 
-  BYTE = NArray::BYTE
-  SINT = NArray::SINT
-  INT = NArray::INT
-  SFLOAT = NArray::SFLOAT
-  FLOAT = NArray::FLOAT
-  SCOMPLEX = NArray::SCOMPLEX
-  COMPLEX = NArray::COMPLEX
-  OBJECT = NArray::OBJECT
+  BYTE = NARRAY::BYTE
+  SINT = NARRAY::SINT
+  INT = NARRAY::INT
+  LINT = NARRAY::LINT
+  if NARRAY.const_defined?(:LLINT)
+LLINT = NARRAY::LINT
+MINT = LLINT # int for mask operations
+@@llint = true
+  else
+MINT = LINT # int for mask operations
+@@llint = false
+  end
+  SFLOAT = NARRAY::SFLOAT
+  FLOAT = NARRAY::FLOAT
+  SCOMPLEX = NARRAY::SCOMPLEX
+  COMPLEX = NARRAY::COMPLEX
+  OBJECT = NARRAY::OBJECT
 
   class << self
 alias :__new__ :new
@@ -94,7 +115,7 @@ go back to (())
 --- NArrayMiss.sint(size, ...)
  same as NArrayMiss.new(NArrayMiss::SINT, ((|size|)), ...).
 --- NArrayMiss.int(size, ...)
- same as NArrayMiss.new(NArrayMiss::INT, ((|size|)), ...).
+ same as NArrayMiss.new(NArrayMiss::LINT, ((|size|)), ...).
 --- NArrayMiss.sfloat(size, ...)
  same as NArrayMiss.new(NArrayMiss::SFLOAT, ((|size|)), ...).
 --- NArrayMiss.float(size, ...)
@@ -117,8 +138,8 @@ go back to (())
 =end
 
   def self.new(*arg)
-array = NArray.new(*arg)
-mask = NArray.byte(*arg[1..-1])
+array = NARRAY.new(*arg)
+mask = NARRAY.byte(*arg[1..-1])
 __new__(array, mask)
   end
   def self.byte(*arg)
@@ -130,6 +151,14 @@ go back to (())
   def self.int(*arg)
 NArrayMiss.new(INT,*arg)
   end
+  def self.lint(*arg)
+NArrayMiss.new(LINT,*arg)
+  end
+  if @@llint
+def self.llint(*arg)
+  NArrayMiss.new(LLINT,*arg)
+end
+  end
   def self.sfloat(*arg)
 NArrayMiss.new(SFLOAT,*arg)
   end
@@ -146,7 +175,7 @@ go back to (())
 NArrayMiss.new(OBJECT,*arg)
   end
   def self.[](*arg)
-NArrayMiss.to_nam(NArray[*arg])
+NArrayMiss.to_nam(NARRAY[*arg])
   end
   def self.to_nam_no_dup(*arg)
 if arg.length > 2 || arg.length==0 then
@@ -154,9 +183,9 @@ go back to (())
 end
 
 array = arg[0]
-if Numeric===array then array = NArray[array] end
-if Array===array then array = NArray.to_na(array) end
-if !array.is_a?(NArray) then
+if Numeric===array then array = NARRAY[array] end
+if Array===array then array = NARRAY.to_na(array) end
+if !array.is_a?(NARRAY) then
   raise("argument must be Numeric, NArray or Array")
 end
 
@@ -164,27 +193,27 @@ go back to (())

[narray-miss] 01/02: pristine-tar data for ruby-narray-miss_1.3.0.orig.tar.gz

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch pristine-tar
in repository narray-miss.

commit 5173970c88624487bc08f3dfa7d5a1a2ef7766e6
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:20:00 2016 +0900

pristine-tar data for ruby-narray-miss_1.3.0.orig.tar.gz
---
 ruby-narray-miss_1.3.0.orig.tar.gz.delta | Bin 0 -> 1059 bytes
 ruby-narray-miss_1.3.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ruby-narray-miss_1.3.0.orig.tar.gz.delta 
b/ruby-narray-miss_1.3.0.orig.tar.gz.delta
new file mode 100644
index 000..20e9fb1
Binary files /dev/null and b/ruby-narray-miss_1.3.0.orig.tar.gz.delta differ
diff --git a/ruby-narray-miss_1.3.0.orig.tar.gz.id 
b/ruby-narray-miss_1.3.0.orig.tar.gz.id
new file mode 100644
index 000..88608cc
--- /dev/null
+++ b/ruby-narray-miss_1.3.0.orig.tar.gz.id
@@ -0,0 +1 @@
+5c5a66b8a17e32dcdab87bab9817482bd80f83ec

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 08/08: Update debian/changelog

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit c751813e96647c036f82fd7d2cf81486ff9883bc
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Thu Jul 21 13:49:36 2016 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 51773d7..4f3ee17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ ruby-narray-miss (1.3.1-1) unstable; urgency=medium
   * Add patch: remove include NumRu
   * Bump Standard version: 3.9.8
   * Update Vcs-Browser: use cgit instead of gitweb
+  * Update debian/changelog
+  * Fix document generation
 
- -- Youhei SASAKI <uwab...@gfd-dennou.org>  Sun, 03 Jul 2016 19:25:22 +0900
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Thu, 21 Jul 2016 13:49:20 +0900
 
 ruby-narray-miss (1.2.8-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 07/08: Fix document generation

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit b7b95dca353d19735e778cbcce5456739f2a98ac
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Thu Jul 21 13:49:06 2016 +0900

Fix document generation

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2159aa5..198c6a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,8 @@
dh $@ --buildsystem ruby --with ruby
 
 override_dh_auto_build:
-   LANG=ja_JP.UTF-8 rd2 -r rd/rd2html-lib 
$(CURDIR)/lib/narray_miss/narray_miss.rb > $(CURDIR)/narray_miss.html
+   ruby -Ku /usr/bin/rd2 -r rd/rd2html-lib \
+ $(CURDIR)/lib/narray_miss/narray_miss.rb > $(CURDIR)/narray_miss.html
 
 override_dh_auto_clean:
dh_auto_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 04/08: Bump Standard version: 3.9.8

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit 258aeb0fe152ed3d63529d8443d4367ee9e75d61
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Jul 3 19:21:35 2016 +0900

Bump Standard version: 3.9.8

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6fec2ea..8ec0cd5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Youhei SASAKI <uwab...@gfd-dennou.org>
 Build-Depends: debhelper (>= 9.0~), gem2deb(>= 0.3.0~), ruby-narray, rdtool
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: http://ruby.gfd-dennou.org/products/narray_miss/index.html
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/narray-miss.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/narray-miss.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 05/08: Update Vcs-Browser: use cgit instead of gitweb

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit 3e3c63dba5d9fd3632bfa475690d661e0fdfd07a
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Jul 3 19:23:11 2016 +0900

Update Vcs-Browser: use cgit instead of gitweb

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 8ec0cd5..d918f87 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Youhei SASAKI <uwab...@gfd-dennou.org>
 Build-Depends: debhelper (>= 9.0~), gem2deb(>= 0.3.0~), ruby-narray, rdtool
 Standards-Version: 3.9.8
 Homepage: http://ruby.gfd-dennou.org/products/narray_miss/index.html
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/narray-miss.git
-Vcs-Git: git://anonscm.debian.org/pkg-grass/narray-miss.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/narray-miss.git
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-grass/narray-miss.git
 XS-Ruby-Versions: all
 
 Package: ruby-narray-miss

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 03/08: Add patch: remove include NumRu

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit 89ec9582a662f66b9d3b5a0af84457772d4b4f0a
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Jul 3 19:20:58 2016 +0900

Add patch: remove include NumRu

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/patches/0001-Remove-Non-ASCII-comment.patch | 185 -
 debian/patches/0001_fix_test_include_NumRu.patch   |  20 +++
 debian/patches/series  |   2 +-
 3 files changed, 21 insertions(+), 186 deletions(-)

diff --git a/debian/patches/0001-Remove-Non-ASCII-comment.patch 
b/debian/patches/0001-Remove-Non-ASCII-comment.patch
deleted file mode 100644
index 338efc4..000
--- a/debian/patches/0001-Remove-Non-ASCII-comment.patch
+++ /dev/null
@@ -1,185 +0,0 @@
-From: Youhei SASAKI <uwab...@gfd-dennou.org>
-Date: Sat, 24 Nov 2012 12:15:40 +0900
-Subject: Remove Non-ASCII comment
-
-Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>

- lib/narray_miss/narray_miss.rb |   41 
- 1 file changed, 8 insertions(+), 33 deletions(-)
-
-diff --git a/lib/narray_miss/narray_miss.rb b/lib/narray_miss/narray_miss.rb
-index c7138df..4adcd44 100644
 a/lib/narray_miss/narray_miss.rb
-+++ b/lib/narray_miss/narray_miss.rb
-@@ -257,7 +257,7 @@ go back to (())
-  replace elements at ((|index|)) by ((|value|)).
- --- NArrayMiss#[]=(index, value)
-  replace elements at ((|index|)) by ((|value|)) and
-- make replaced elements valid. 
-+ make replaced elements valid.
- =end
- 
-   def [](*arg)
-@@ -557,7 +557,6 @@ go back to (())
- 
-   def sum(*dims)
- min_count = NArrayMiss.check_options(dims, 1)
--# 欠損値に 0 を入れて普通に sum する
- ary0 = @array.dup
- ary0[@mask.not] = 0
- NArrayMiss.reduction(@mask, rank, min_count, dims, false, typecode) do
-@@ -566,8 +565,6 @@ go back to (())
-   end
-   def min(*dims)
- min_count = NArrayMiss.check_options(dims, 1)
--# 欠損値に最大値を入れて普通に min する
--# byte,sint,int,sfloat,float の MAX の値を入れるように変更すべき
- ary0 = @array.dup
- ary0[@mask.not] = @array.max
- NArrayMiss.reduction(@mask, rank, min_count, dims, false, typecode) do
-@@ -576,8 +573,6 @@ go back to (())
-   end
-   def max(*dims)
- min_count = NArrayMiss.check_options(dims, 1)
--# 欠損値に最小値を入れて普通に max する
--# byte,sint,int,sfloat,float の MIN の値を入れるように変更すべき
- ary0 = @array.dup
- ary0[@mask.not] = @array.min
- NArrayMiss.reduction(@mask, rank, min_count, dims, false, typecode) do
-@@ -587,7 +582,6 @@ go back to (())
- 
-   def mean(*dims)
- min_count = NArrayMiss.check_options(dims, 1)
--# 整数型の場合は浮動小数型へ変換
- ary0 = self.integer? ? self.to_type(NArray::DFLOAT) : self
- NArrayMiss.reduction(@mask, rank, min_count, dims, true, typecode) do 
|count_sum, count_accum|
-   ary0.sum(*dims)/count_sum
-@@ -595,7 +589,6 @@ go back to (())
-   end
-   def stddev(*dims)
- min_count = NArrayMiss.check_options(dims, 2)
--# 整数型の場合は浮動小数型へ変換
- ary0 = self.integer? ? self.to_type(NArray::DFLOAT) : self
- NArrayMiss.reduction(@mask, rank, min_count, dims, true, typecode) do 
|count_sum, count_accum|
-   ary0 = ary0 - ary0.accum(*dims)/count_accum
-@@ -606,7 +599,6 @@ go back to (())
-   end
-   def rms(*dims)
- min_count = NArrayMiss.check_options(dims, 1)
--# 整数型の場合は浮動小数型へ変換
- ary0 = self.integer? ? self.to_type(NArray::DFLOAT) : self
- NArrayMiss.reduction(@mask, rank, min_count, dims, true, typecode) do 
|count_sum, count_accum|
-   ary0 = ary0.abs if ary0.complex?
-@@ -616,7 +608,6 @@ go back to (())
-   end
-   def rmsdev(*dims)
- min_count = NArrayMiss.check_options(dims, 1)
--# 整数型の場合は浮動小数型へ変換
- ary0 = self.integer? ? self.to_type(NArray::DFLOAT) : self
- NArrayMiss.reduction(@mask, rank, min_count, dims, true, typecode) do 
|count_sum, count_accum|
-   ary0 = ary0 - ary0.accum(*dims)/count_accum
-@@ -1011,7 +1002,7 @@ go back to (())
- --- NArrayMiss#get_array
-  return (({NArray})) as data.
- --- NArrayMiss#valid?(index)
-- return (({Array})) whose elements are true or false, 
-+ return (({Array})) whose elements are true or false,
-  or (({True}))/(({False})) corresponding to validity of the specified 
element(s) by the ((|index|))
- --- NArrayMiss#all_valid?
-  return true if all elements are valid, else false.
-@@ -1021,7 +1012,7 @@ go back to (())
-  alias to none_valid?
- --- NArrayMiss#any_valid?
-  return true if any elements are valid, else false.
-- 
-+
- --- NArrayMiss#count_valid
-  return the number of valid elements.
- --- NArrayMiss#count_invalid
-@@ -1125,7 +1116,7 @@ go back to (())
-   return @mask.count_true
- else
-   return @mask.to_type(NArray::INT).sum(*arg)
--end
-+end
-   end
-   def count_invalid(*arg)
- if arg.length==0 

[narray-miss] 02/08: Imported Upstream version 1.3.1

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit 4df71c1055f0fa7a05c49118ceddb3f376a37202
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Sun Jul 3 19:17:31 2016 +0900

Imported Upstream version 1.3.1
---
 lib/narray_miss/narray_miss.rb | 84 ++
 lib/narray_miss/version.rb |  2 +-
 metadata.yml   | 68 --
 narray_miss.gemspec|  3 +-
 4 files changed, 48 insertions(+), 109 deletions(-)

diff --git a/lib/narray_miss/narray_miss.rb b/lib/narray_miss/narray_miss.rb
index 0071431..cd19326 100644
--- a/lib/narray_miss/narray_miss.rb
+++ b/lib/narray_miss/narray_miss.rb
@@ -34,18 +34,26 @@ To use NArrayMiss class, you need invoking "require 
'narray_miss.rb'" in your sc
 
 =end
 
-begin
-  require 'numru/narray'
+if defined?(NumRu::NArray)
   NARRAY = NumRu::NArray
-rescue LoadError
-  err = $!
+elsif defined?(NArray)
+  NARRAY = NArray
+else
+
   begin
 require 'narray'
 NARRAY = NArray
   rescue LoadError
-STDERR.puts "You should install numru-narray or narray"
-raise err
+err = $!
+begin
+  require 'numru/narray'
+  NARRAY = NumRu::NArray
+rescue LoadError
+  STDERR.puts "You should install numru-narray or narray"
+  raise err
+end
   end
+
 end
 
 
@@ -185,7 +193,7 @@ go back to (())
 array = arg[0]
 if Numeric===array then array = NARRAY[array] end
 if Array===array then array = NARRAY.to_na(array) end
-if !array.is_a?(NARRAY) then
+unless array.is_a?(NARRAY) || /NArray/=~ array.class.to_s then
   raise("argument must be Numeric, NArray or Array")
 end
 
@@ -193,29 +201,26 @@ go back to (())
   mask = arg[1]
   if Numeric===mask then mask = array.ne(mask) end
   if Array===mask then
-   mask = NARRAY.to_na(mask).ne(0)
+   mask = array.class.to_na(mask).ne(0)
   end
   if mask.class == FalseClass then
-   mask = NARRAY.byte(*array.shape)
+   mask = array.class.byte(*array.shape)
   end
   if mask.class == TrueClass then
-   mask = NARRAY.byte(*array.shape).fill(1)
+   mask = array.class.byte(*array.shape).fill(1)
   end
-  if !(NARRAY===mask && mask.typecode==BYTE) then
+  if !(array.class===mask && mask.typecode==BYTE) then
  raise("mask must be Numeric, Array, true, false or NArray(byte)")
   end
   if mask.length!=array.length
 raise "mask.length must be same as array.length"
   end
 else
-  mask = NARRAY.byte(*array.shape).fill(1)
+  mask = array.class.byte(*array.shape).fill(1)
 end
 __new__(array,mask)
   end
   def self.to_nam(*arg)
-if !(Numeric===arg[0]) && !(Array===arg[0]) && !arg[0].is_a?(NARRAY)
-  raise "first argument must be Numeric, NArray or Array"
-end
 arg[0] = arg[0].dup if !(Numeric===arg[0])
 if arg.length==2 && !(Numeric===arg[1]) && arg[1].class!=TrueClass && 
arg[1].class!=FalseClass then
   arg[1] = arg[1].dup
@@ -617,7 +622,7 @@ go back to (())
   def mean(*dims)
 min_count = NArrayMiss.check_options(dims, 1)
 # 整数型の場合は浮動小数型へ変換
-ary0 = self.integer? ? self.to_type(NARRAY::DFLOAT) : self
+ary0 = self.integer? ? self.to_type(@array.class.const_get(:DFLOAT)) : self
 NArrayMiss.reduction(@mask, rank, min_count, dims, true, typecode) do 
|count_sum, count_accum|
   ary0.sum(*dims)/count_sum
 end
@@ -625,7 +630,7 @@ go back to (())
   def stddev(*dims)
 min_count = NArrayMiss.check_options(dims, 2)
 # 整数型の場合は浮動小数型へ変換
-ary0 = self.integer? ? self.to_type(NARRAY::DFLOAT) : self
+ary0 = self.integer? ? self.to_type(@array.class.const_get(:DFLOAT)) : self
 NArrayMiss.reduction(@mask, rank, min_count, dims, true, typecode) do 
|count_sum, count_accum|
   ary0 = ary0 - ary0.accum(*dims)/count_accum
   ary0 = ary0.abs if ary0.complex?
@@ -636,7 +641,7 @@ go back to (())
   def rms(*dims)
 min_count = NArrayMiss.check_options(dims, 1)
 # 整数型の場合は浮動小数型へ変換
-ary0 = self.integer? ? self.to_type(NARRAY::DFLOAT) : self
+ary0 = self.integer? ? self.to_type(@array.class.const_get(:DFLOAT)) : self
 NArrayMiss.reduction(@mask, rank, min_count, dims, true, typecode) do 
|count_sum, count_accum|
   ary0 = ary0.abs if ary0.complex?
   ary0 = (ary0**2).sum(*dims) / count_sum
@@ -646,7 +651,7 @@ go back to (())
   def rmsdev(*dims)
 min_count = NArrayMiss.check_options(dims, 1)
 # 整数型の場合は浮動小数型へ変換
-ary0 = self.integer? ? self.to_type(NARRAY::DFLOAT) : self
+ary0 = self.integer? ? self.to_type(@array.class.const_get(:DFLOAT)) : self
 NArrayMiss.reduction(@mask, rank, min_count, dims, true, typecode) do 
|count_sum, count_accum|
   ary0 = ary0

[narray-miss] branch master updated (2b742e1 -> c751813)

2016-07-20 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository narray-miss.

  from  2b742e1   Update debian/changelog
   new  73ac98b   Imported Upstream version 1.3.0
   new  4df71c1   Imported Upstream version 1.3.1
   new  89ec958   Add patch: remove include NumRu
   new  258aeb0   Bump Standard version: 3.9.8
   new  3e3c63d   Update Vcs-Browser: use cgit instead of gitweb
   new  aa9d2e9   Update debian/changelog
   new  b7b95dc   Fix document generation
   new  c751813   Update debian/changelog

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE.txt|   2 +-
 README.rdoc|   4 +-
 debian/changelog   |  11 ++
 debian/control |   6 +-
 debian/patches/0001-Remove-Non-ASCII-comment.patch | 185 -
 debian/patches/0001_fix_test_include_NumRu.patch   |  20 +++
 debian/patches/series  |   2 +-
 debian/rules   |   3 +-
 lib/narray_miss/narray_miss.rb | 163 +++---
 lib/narray_miss/version.rb |   2 +-
 metadata.yml   |  72 
 narray_miss.gemspec|  17 +-
 test/test_narray_miss.rb   |   1 +
 13 files changed, 156 insertions(+), 332 deletions(-)
 delete mode 100644 debian/patches/0001-Remove-Non-ASCII-comment.patch
 create mode 100644 debian/patches/0001_fix_test_include_NumRu.patch
 delete mode 100644 metadata.yml

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[ruby-hdfeos5] annotated tag debian/1.2-6 created (now 73af113)

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/1.2-6
in repository ruby-hdfeos5.

at  73af113   (tag)
   tagging  97d5032e993f242fbb67803719ba8a0d9b497195 (commit)
  replaces  debian/1.2-5
 tagged by  Youhei SASAKI
on  Tue Mar 1 18:17:58 2016 +0900

- Log -
ruby-hdfeos5 Debian release 1.2-6

Youhei SASAKI (5):
  Remove dbg package
  Drop transitional packages
  Bump Standard version: 3.9.7
  Fix lintian warning: vcs-field-uses-insecure-uri
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 05/05: Update debian/changelog

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 97d5032e993f242fbb67803719ba8a0d9b497195
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:16:55 2016 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c83faee..e2aaf79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-hdfeos5 (1.2-6) unstable; urgency=medium
+
+  * Remove dbg package
+  * Drop transitional packages
+  * Bump Standard version: 3.9.7
+  * Fix lintian warning: vcs-field-uses-insecure-uri
+  * Rebuild against Ruby 2.3
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Tue, 01 Mar 2016 18:16:41 +0900
+
 ruby-hdfeos5 (1.2-5) unstable; urgency=medium
 
   * Set HDFEOS5 lib,inc dir explicitly

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 02/05: Drop transitional packages

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 86c130983c62d945249c1308c055a14d7b97a04e
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:14:22 2016 +0900

Drop transitional packages

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/debian/control b/debian/control
index 364ef36..d70da58 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,6 @@ XS-Ruby-Versions: all
 Package: ruby-hdfeos5
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Replaces: libhdfeos5-ruby (<< 1.1-1~), libhdfeos5-ruby1.9.1 (<< 1.1-1~)
-Breaks: libhdfeos5-ruby (<< 1.1-1~), libhdfeos5-ruby1.9.1 (<< 1.1-1~)
-Provides: libhdfeos5-ruby, libhdfeos5-ruby1.9.1
 Description: Ruby interface to the HDF-EOS5 library
  HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific
  data structures, namely Grid, Point, and Swath.
@@ -25,39 +22,3 @@ Description: Ruby interface to the HDF-EOS5 library
  This package provides Ruby interface to the HDF-EOS5 library built on
  the NArray library, which is an efficient multi-dimensional numeric
  array class for Ruby.
-
-Package: libhdfeos5-ruby
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-hdfeos5
-Description: Transitional package for ruby-hdfeos5
- This is a transitional package to ease upgrades to the ruby-hdfeos5
- package. It can safely be removed.
-
-Package: libhdfeos5-ruby1.9.1
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-hdfeos5
-Description: Transitional package for ruby-hdfeos5
- This is a transitional package to ease upgrades to the ruby-hdfeos5
- package. It can safely be removed.
-
-Package: libhdfeos5-ruby1.9.1-dbg
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-hdfeos5-dbg
-Description: Transitional package for ruby-hdfeos5-dbg
- This is a transitional package to ease upgrades to the ruby-hdfeos5-dbg
- package. It can safely be removed.
-
-Package: libhdfeos5-ruby-doc
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-hdfeos5
-Description: Transitional package for ruby-hdfeos5
- This is a transitional package to ease upgrades to the ruby-hdfeos5
- package. It can safely be removed.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 03/05: Bump Standard version: 3.9.7

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 9cdd0ab2ab04cafb682781640118defadacf3541
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:16:02 2016 +0900

Bump Standard version: 3.9.7

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d70da58..16a2504 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Youhei SASAKI <uwab...@gfd-dennou.org>
 Build-Depends: debhelper (>= 9~), gem2deb,
   ruby-narray, ruby-narray-miss,
   libhe5-hdfeos-dev, libgctp-dev, libhdf5-serial-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/ruby-hdfeos5.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/ruby-hdfeos5.git
 Homepage: http://ruby.gfd-dennou.org/products/ruby-hdfeos5/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 04/05: Fix lintian warning: vcs-field-uses-insecure-uri

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 0d86844d6b641df6aadd8d79e14b83e82450e42a
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:16:31 2016 +0900

Fix lintian warning: vcs-field-uses-insecure-uri

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 16a2504..4c2bf8f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9~), gem2deb,
   ruby-narray, ruby-narray-miss,
   libhe5-hdfeos-dev, libgctp-dev, libhdf5-serial-dev
 Standards-Version: 3.9.7
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/ruby-hdfeos5.git
-Vcs-Git: git://anonscm.debian.org/pkg-grass/ruby-hdfeos5.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ruby-hdfeos5.git
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-grass/ruby-hdfeos5.git
 Homepage: http://ruby.gfd-dennou.org/products/ruby-hdfeos5/
 XS-Ruby-Versions: all
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] branch master updated (77140e4 -> 97d5032)

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-hdfeos5.

  from  77140e4   Update debian/changelog
   new  c006d5c   Remove dbg package
   new  86c1309   Drop transitional packages
   new  9cdd0ab   Bump Standard version: 3.9.7
   new  0d86844   Fix lintian warning: vcs-field-uses-insecure-uri
   new  97d5032   Update debian/changelog

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 10 +
 debian/control   | 62 +++-
 debian/rules |  3 ---
 3 files changed, 13 insertions(+), 62 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 01/05: Remove dbg package

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit c006d5cc9d4578c0584739ee0d8b6e5920d8dc62
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:13:47 2016 +0900

Remove dbg package

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 17 -
 debian/rules   |  3 ---
 2 files changed, 20 deletions(-)

diff --git a/debian/control b/debian/control
index 0ac8f2a..364ef36 100644
--- a/debian/control
+++ b/debian/control
@@ -26,23 +26,6 @@ Description: Ruby interface to the HDF-EOS5 library
  the NArray library, which is an efficient multi-dimensional numeric
  array class for Ruby.
 
-Package: ruby-hdfeos5-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ruby-hdfeos5 (=${binary:Version}), ${misc:Depends}
-Description: Ruby interface to the HDF-EOS5 library (debug symbol)
- HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific
- data structures, namely Grid, Point, and Swath.
- .
- This package provides Ruby interface to the HDF-EOS5 library built on
- the NArray library, which is an efficient multi-dimensional numeric
- array class for Ruby.
- .
- This package is primarily to provide a backtrace with names in a
- debugger, this make it somewhat easier to interpret core dumps. Most
- people will not need this package.
-
 Package: libhdfeos5-ruby
 Section: oldlibs
 Priority: extra
diff --git a/debian/rules b/debian/rules
index 8d88d54..94f6daf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,6 @@ export HE5_HDF_INCDIR := /usr/include/hdf-eos5
@echo $(HDF5_DIR)
dh $@ --with ruby --buildsystem ruby
 
-override_dh_strip:
-   dh_strip --dbg-package=ruby-hdfeos5-dbg
-
 override_dh_auto_clean:
dh_auto_clean
rm -f *.he5

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-netcdf] tag debian/0.7.1.1-7 created (now afc902f)

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to tag debian/0.7.1.1-7
in repository ruby-netcdf.

at  afc902f   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag debian/0.7.1.1-6 created (now 50ddd2d)

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/0.7.1.1-6
in repository ruby-netcdf.

at  50ddd2d   (tag)
   tagging  3754474456c4770a5e9718cc2720e5e2e595bd11 (commit)
  replaces  debian/0.7.1.1-5
 tagged by  Youhei SASAKI
on  Mon Dec 7 02:23:28 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-6

Youhei SASAKI (2):
  Add patch: Replace git execution from gemspec
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch master updated (41480b0 -> afc902f)

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  41480b0   Update Vcs-Git URL to use HTTPS.
   new  1c44d8a   Remove dbg package
   new  7d29217   Add patch: fix spelling error
   new  1a14ad4   Fix lintian warning: vcs-field-uses-insecure-uri
   new  c947789   Update debian/changelog
   new  afc902f   Bump Standard version: 3.9.7

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 10 +++
 debian/control | 19 ++---
 .../0004-Fix-spelling-error-in-binary.patch| 31 ++
 debian/patches/series  |  1 +
 debian/rules   |  3 ---
 5 files changed, 44 insertions(+), 20 deletions(-)
 create mode 100644 debian/patches/0004-Fix-spelling-error-in-binary.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/05: Remove dbg package

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 1c44d8aef2dbf333a1853bab8b10b5b1f8ec0928
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 17:56:37 2016 +0900

Remove dbg package

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 15 ---
 debian/rules   |  3 ---
 2 files changed, 18 deletions(-)

diff --git a/debian/control b/debian/control
index 9d43fa7..c4ab41a 100644
--- a/debian/control
+++ b/debian/control
@@ -27,18 +27,3 @@ Description: Ruby interface of netCDF library
  library, which is an efficient multi-dimensional numeric array class
  for Ruby.
 XB-Ruby-Versions: ${ruby:Versions}
-
-Package: ruby-netcdf-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: ruby-netcdf (= ${binary:Version}),
- ${misc:Depends}
-Description: Ruby-NetCDF debug symbols
- RubyNetCDF is a Ruby interface of netCDF library built on the NArray
- library, which is an efficient multi-dimensional numeric array class
- for Ruby.
- .
- This package is provided primarily to provide a backtrace with names
- in a debugger, this makes it somewhat easier to interpret core
- dumps.  Most people will not need this package.
diff --git a/debian/rules b/debian/rules
index 387bdec..1b110e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,6 @@ override_dh_auto_install:
dh_auto_install
rm -fr $(CURDIR)/debian/ruby-netcdf/usr/bin
 
-override_dh_strip:
-   dh_strip --dbg-package=ruby-netcdf-dbg
-
 override_dh_installchangelogs:
dh_installchangelogs -A ChangeLog
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 03/05: Fix lintian warning: vcs-field-uses-insecure-uri

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 1a14ad483e9225ebc3b9d355a8fd12f48709a763
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:00:47 2016 +0900

Fix lintian warning: vcs-field-uses-insecure-uri

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c4ab41a..84d3e99 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9~),
netcdf-bin
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ruby-netcdf.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-grass/ruby-netcdf.git
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-grass/ruby-netcdf.git
 Homepage: http://ruby.gfd-dennou.org/products/ruby-netcdf
 XS-Ruby-Versions: all
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 05/05: Bump Standard version: 3.9.7

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit afc902f400064e1c074522a66aae5e80208fe6d5
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:04:19 2016 +0900

Bump Standard version: 3.9.7

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d767594..a53b05a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-netcdf (0.7.1.1-7) unstable; urgency=medium
   * Add patch: fix spelling error
   * Fix lintian warning: vcs-field-uses-insecure-uri
   * Rebuild against Ruby 2.3
+  * Bump Standard Version: 3.9.7
 
  -- Youhei SASAKI <uwab...@gfd-dennou.org>  Tue, 01 Mar 2016 18:02:08 +0900
 
diff --git a/debian/control b/debian/control
index 84d3e99..a4bed8e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9~),
ruby-narray-miss,
libnetcdf-dev,
netcdf-bin
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ruby-netcdf.git
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-grass/ruby-netcdf.git
 Homepage: http://ruby.gfd-dennou.org/products/ruby-netcdf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 04/05: Update debian/changelog

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit c947789c908a9fdca8226f6ad16da3f98d88cf9e
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:02:32 2016 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ed63ed1..d767594 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-netcdf (0.7.1.1-7) unstable; urgency=medium
+
+  * Remove dbg package
+  * Add patch: fix spelling error
+  * Fix lintian warning: vcs-field-uses-insecure-uri
+  * Rebuild against Ruby 2.3
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Tue, 01 Mar 2016 18:02:08 +0900
+
 ruby-netcdf (0.7.1.1-6) unstable; urgency=medium
 
   * Add patch: Replace git execution from gemspec

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 02/05: Add patch: fix spelling error

2016-03-01 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 7d29217d7e956de34a3fc54dd0132a5755619592
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Tue Mar 1 18:00:13 2016 +0900

Add patch: fix spelling error

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 .../0004-Fix-spelling-error-in-binary.patch| 31 ++
 debian/patches/series  |  1 +
 2 files changed, 32 insertions(+)

diff --git a/debian/patches/0004-Fix-spelling-error-in-binary.patch 
b/debian/patches/0004-Fix-spelling-error-in-binary.patch
new file mode 100644
index 000..18aa928
--- /dev/null
+++ b/debian/patches/0004-Fix-spelling-error-in-binary.patch
@@ -0,0 +1,31 @@
+From: Youhei SASAKI <uwab...@gfd-dennou.org>
+Date: Tue, 1 Mar 2016 17:59:27 +0900
+Subject: Fix spelling error in binary
+
+Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
+---
+ ext/numru/netcdfraw.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/ext/numru/netcdfraw.c b/ext/numru/netcdfraw.c
+index 200e8f3..bd2fc6c 100644
+--- a/ext/numru/netcdfraw.c
 b/ext/numru/netcdfraw.c
+@@ -635,7 +635,7 @@ NetCDF_put_att_char(int ncid, char *name,VALUE value,VALUE 
atttype, int varid)
+   }
+ } else if (TYPE(atttype) != T_NIL) {
+   rb_raise(rb_eNetcdfError,
+-   "type specfication must be by a string or nil");
++   "type specification must be by a string or nil");
+ }
+ /* put value */
+ Check_Type(value,T_STRING);
+@@ -807,7 +807,7 @@ NetCDF_def_var(VALUE file,VALUE var_name,VALUE 
vartype,VALUE dimensions)
+   xtype = natypecode2nctype(NUM2INT(vartype)); 
+   } else {
+   rb_raise(rb_eNetcdfError,
+- "type specfication must be by a string or nil");
++ "type specification must be by a string or nil");
+   }
+ 
+   for(i=0;i<c_ndims;i++){
diff --git a/debian/patches/series b/debian/patches/series
index f9b311b..39203b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-Change-FHS-For-RubyGems
 0002-Support-NetCDF-rc-release
 0003-Add-patch-Replace-git-execution-from-gemspec.patch
+0004-Fix-spelling-error-in-binary.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/02: Add patch: Replace git execution from gemspec

2015-12-06 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 07a226ea30581c08b292d6add93c416ed562c518
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Mon Dec 7 02:18:32 2015 +0900

Add patch: Replace git execution from gemspec

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/patches/0001-Change-FHS-For-RubyGems| 481 +++--
 ...-patch-Replace-git-execution-from-gemspec.patch |  22 +
 debian/patches/series  |   1 +
 3 files changed, 281 insertions(+), 223 deletions(-)

diff --git a/debian/patches/0001-Change-FHS-For-RubyGems 
b/debian/patches/0001-Change-FHS-For-RubyGems
index 873e83d..ff16858 100644
--- a/debian/patches/0001-Change-FHS-For-RubyGems
+++ b/debian/patches/0001-Change-FHS-For-RubyGems
@@ -4,30 +4,33 @@ Subject: Change FHS for RubyGems
 
 Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
 ---
- ext/numru/extconf.rb|  173 ++
- ext/numru/netcdfraw.c   | 4721 +++
- extconf.rb  |  173 --
- lib/netcdf.rb   |  809 +--
- lib/netcdf_miss.rb  |  203 --
- lib/numru/netcdf.rb |  808 +++
- lib/numru/netcdf/netcdf_miss.rb |  203 ++
- lib/numru/netcdf/version.rb |5 +
- lib/version.rb  |5 -
- metadata.yml|   11 +-
- netcdfraw.c | 4721 ---
- ruby-netcdf.gemspec |2 +-
- test/test.rb|7 +-
+ ext/numru/extconf.rb|  173 ++
+ ext/numru/netcdfraw.c   | 4721 +++
+ extconf.rb  |  173 --
+ lib/netcdf.rb   |  809 +---
+ lib/netcdf_miss.rb  |  203 --
+ lib/numru/netcdf.rb |  808 
+ lib/numru/netcdf/version.rb |5 +
+ lib/numru/netcdf_miss.rb|  203 ++
+ lib/version.rb  |5 -
+ metadata.yml|   11 +-
+ netcdfraw.c | 4721 ---
+ ruby-netcdf.gemspec |2 +-
+ test/test.rb|7 +-
  13 files changed, 5919 insertions(+), 5922 deletions(-)
  create mode 100644 ext/numru/extconf.rb
  create mode 100644 ext/numru/netcdfraw.c
  delete mode 100644 extconf.rb
  delete mode 100644 lib/netcdf_miss.rb
  create mode 100644 lib/numru/netcdf.rb
- create mode 100644 lib/numru/netcdf/netcdf_miss.rb
  create mode 100644 lib/numru/netcdf/version.rb
+ create mode 100644 lib/numru/netcdf_miss.rb
  delete mode 100644 lib/version.rb
  delete mode 100644 netcdfraw.c
 
+diff --git a/ext/numru/extconf.rb b/ext/numru/extconf.rb
+new file mode 100644
+index 000..1ad8b17
 --- /dev/null
 +++ b/ext/numru/extconf.rb
 @@ -0,0 +1,173 @@
@@ -204,6 +207,9 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
 +   end
 +}
 +newmkfl.close
+diff --git a/ext/numru/netcdfraw.c b/ext/numru/netcdfraw.c
+new file mode 100644
+index 000..200e8f3
 --- /dev/null
 +++ b/ext/numru/netcdfraw.c
 @@ -0,0 +1,4721 @@
@@ -4928,6 +4934,9 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
 +  rb_define_method(cNetCDFVar,"get_var1_sfloat",NetCDF_get_var1_float,1);
 +  rb_define_method(cNetCDFVar,"get_var1_float",NetCDF_get_var1_double,1);
 +}
+diff --git a/extconf.rb b/extconf.rb
+deleted file mode 100644
+index 1ad8b17..000
 --- a/extconf.rb
 +++ /dev/null
 @@ -1,173 +0,0 @@
@@ -5104,6 +5113,8 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
 -   end
 -}
 -newmkfl.close
+diff --git a/lib/netcdf.rb b/lib/netcdf.rb
+index 2c6a922..dee5bd7 100644
 --- a/lib/netcdf.rb
 +++ b/lib/netcdf.rb
 @@ -1,808 +1 @@
@@ -5916,6 +5927,9 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
 - end
 -end
 +require 'numru/netcdf'
+diff --git a/lib/netcdf_miss.rb b/lib/netcdf_miss.rb
+deleted file mode 100644
+index 4b168f0..000
 --- a/lib/netcdf_miss.rb
 +++ /dev/null
 @@ -1,203 +0,0 @@
@@ -6122,6 +6136,9 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
 -  file.close
 -  print "** ncdump tmp.nc **\n", `ncdump tmp.nc`
 -end
+diff --git a/lib/numru/netcdf.rb b/lib/numru/netcdf.rb
+new file mode 100644
+index 000..2c6a922
 --- /dev/null
 +++ b/lib/numru/netcdf.rb
 @@ -0,0 +1,808 @@
@@ -6933,6 +6950,9 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
 +
 + end
 +end
+diff --git a/lib/numru/netcdf/version.rb b/lib/numru/netcdf/version.rb
+new file mode 100644
+index 000..7043c9e
 --- /dev/null
 +++ b/lib/numru/netcdf/version.rb
 @@ -0,0 +1,5 @@
@@ -6941,6 +6961,218 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
 +VERSION = "0.7.1.1"
 +  end
 +end
+diff --git a/lib/numru/netcdf_miss.rb b/lib/numru/netcdf_miss.rb
+new file mode 100644
+index 000..4b168f0
+--- /dev/nul

[ruby-netcdf] branch master updated (a9c1434 -> 3754474)

2015-12-06 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  a9c1434   Update debian/changelog
   new  07a226e   Add patch: Replace git execution from gemspec
   new  3754474   Update debian/changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |   6 +
 debian/patches/0001-Change-FHS-For-RubyGems| 481 +++--
 ...-patch-Replace-git-execution-from-gemspec.patch |  22 +
 debian/patches/series  |   1 +
 4 files changed, 287 insertions(+), 223 deletions(-)
 create mode 100644 
debian/patches/0003-Add-patch-Replace-git-execution-from-gemspec.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 02/02: Update debian/changelog

2015-12-06 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 3754474456c4770a5e9718cc2720e5e2e595bd11
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Mon Dec 7 02:22:44 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f971171..ed63ed1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-netcdf (0.7.1.1-6) unstable; urgency=medium
+
+  * Add patch: Replace git execution from gemspec
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Mon, 07 Dec 2015 02:19:35 +0900
+
 ruby-netcdf (0.7.1.1-5) unstable; urgency=medium
 
   * Update debian/changelog

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-hdfeos5] annotated tag debian/1.2-5 created (now b4fb66d)

2015-09-03 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/1.2-5
in repository ruby-hdfeos5.

at  b4fb66d   (tag)
   tagging  77140e40c3a8dc16fbaee30fa0fb3f73346cdc80 (commit)
  replaces  debian/1.2-4
 tagged by  Youhei SASAKI
on  Fri Sep 4 14:58:55 2015 +0900

- Log -
ruby-hdfeos5 Debian release 1.2-5

Youhei SASAKI (4):
  Set HDFEOS5 lib,inc dir explicitly
  Refresh patches
  Update long description
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] branch master updated (228807f -> 77140e4)

2015-09-03 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-hdfeos5.

  from  228807f   Update debian/changelog
   new  5fd51f7   Set HDFEOS5 lib,inc dir explicitly
   new  686d924   Refresh patches
   new  41e0b96   Update long description
   new  77140e4   Update debian/changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  |  8 +++
 debian/control| 16 +++--
 debian/patches/0001-Fix-NArray-Library-Path.patch | 16 +++--
 debian/patches/0003-Fix-printf-debugging.patch| 78 +--
 debian/patches/0004-hdf5-dir.patch| 62 --
 debian/rules  |  8 +++
 6 files changed, 137 insertions(+), 51 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 03/04: Update long description

2015-09-03 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 41e0b96fd7b2597acf22d1bad7cb5e32e5e382c5
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Fri Sep 4 14:54:57 2015 +0900

Update long description

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/control | 16 
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 8fa78e0..0ac8f2a 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,12 @@ Replaces: libhdfeos5-ruby (<< 1.1-1~), libhdfeos5-ruby1.9.1 
(<< 1.1-1~)
 Breaks: libhdfeos5-ruby (<< 1.1-1~), libhdfeos5-ruby1.9.1 (<< 1.1-1~)
 Provides: libhdfeos5-ruby, libhdfeos5-ruby1.9.1
 Description: Ruby interface to the HDF-EOS5 library
- Ruby interface to the HDF-EOS5 library built on the NArray library,
- which is an efficient multi-dimensional numeric array class for Ruby.
+ HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific
+ data structures, namely Grid, Point, and Swath.
+ .
+ This package provides Ruby interface to the HDF-EOS5 library built on
+ the NArray library, which is an efficient multi-dimensional numeric
+ array class for Ruby.
 
 Package: ruby-hdfeos5-dbg
 Section: debug
@@ -28,8 +32,12 @@ Priority: extra
 Architecture: any
 Depends: ruby-hdfeos5 (=${binary:Version}), ${misc:Depends}
 Description: Ruby interface to the HDF-EOS5 library (debug symbol)
- Ruby interface to the HDF-EOS5 library built on the NArray library,
- which is an efficient multi-dimensional numeric array class for Ruby.
+ HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific
+ data structures, namely Grid, Point, and Swath.
+ .
+ This package provides Ruby interface to the HDF-EOS5 library built on
+ the NArray library, which is an efficient multi-dimensional numeric
+ array class for Ruby.
  .
  This package is primarily to provide a backtrace with names in a
  debugger, this make it somewhat easier to interpret core dumps. Most

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 04/04: Update debian/changelog

2015-09-03 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 77140e40c3a8dc16fbaee30fa0fb3f73346cdc80
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Fri Sep 4 14:51:45 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 735644d..c83faee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-hdfeos5 (1.2-5) unstable; urgency=medium
+
+  * Set HDFEOS5 lib,inc dir explicitly
+  * Update long description
+  * Refresh patches
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Fri, 04 Sep 2015 14:55:10 +0900
+
 ruby-hdfeos5 (1.2-4) unstable; urgency=medium
 
   * Bump Standard Version: 3.9.6

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 01/04: Set HDFEOS5 lib,inc dir explicitly

2015-09-03 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 5fd51f75849ba8f78e6e54f7b8018f1d75520c5a
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Fri Sep 4 14:46:54 2015 +0900

Set HDFEOS5 lib,inc dir explicitly

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/patches/0004-hdf5-dir.patch | 52 ++
 debian/rules   |  8 ++
 2 files changed, 55 insertions(+), 5 deletions(-)

diff --git a/debian/patches/0004-hdf5-dir.patch 
b/debian/patches/0004-hdf5-dir.patch
index 4c989b4..e7aba45 100644
--- a/debian/patches/0004-hdf5-dir.patch
+++ b/debian/patches/0004-hdf5-dir.patch
@@ -1,10 +1,52 @@
-Index: ruby-hdfeos5-1.2/extconf.rb
-===
 ruby-hdfeos5-1.2.orig/extconf.rb   2014-07-26 18:17:18.871956985 +0200
-+++ ruby-hdfeos5-1.2/extconf.rb2014-07-26 18:17:45.180828598 +0200
-@@ -1,4 +1,5 @@
+--- a/extconf.rb
 b/extconf.rb
+@@ -1,4 +1,7 @@
  require "mkmf"
 +$configure_args["--with-hdf5-dir"] = ENV["HDF5_DIR"]
++$configure_args["--with-hdfeos5-lib"] = ENV["HE5_HDF_LIBDIR"]
++$configure_args["--with-hdfeos5-include"] = ENV["HE5_HDF_INCDIR"]
  
  require "rbconfig" unless defined? RbConfig
  $vendorarchdir=RbConfig::CONFIG['vendorarchdir']
+@@ -8,8 +11,8 @@
+ 
+ if ( ! ( have_header("narray.h") && have_header("narray_config.h") ) ) then
+ print <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[ruby-netcdf] 02/03: Drop obsolete lintian-overrides: thanks to Sebastiaan Couwenberg

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit a6e1f18f1ac627066d202394ee292bba69b8813f
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 2 21:19:45 2015 +0900

Drop obsolete lintian-overrides: thanks to Sebastiaan Couwenberg

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/ruby-netcdf.lintian-overrides | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/ruby-netcdf.lintian-overrides 
b/debian/ruby-netcdf.lintian-overrides
deleted file mode 100644
index b818d64..000
--- a/debian/ruby-netcdf.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-ruby-netcdf binary: depends-on-obsolete-package depends: libruby1.8 (>= 
1.8.7.357-1)
-ruby-netcdf binary: depends-on-obsolete-package depends: libruby1.9.1 (>= 
1.9.2.0)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 03/03: Update debian/changelog

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit a9c14343bef1655aefdb69049a7d4f7cf875faba
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 2 21:21:01 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 55cba1e..f971171 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-netcdf (0.7.1.1-5) unstable; urgency=medium
+
+  * Update debian/changelog
+  * Refresh patch: fix location of netcdf_miss.rb
+  * Drop obsolete lintian-overrides: thanks to Sebastiaan Couwenberg
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Wed, 02 Sep 2015 21:20:50 +0900
+
 ruby-netcdf (0.7.1.1-4) unstable; urgency=medium
 
   * Add lintian overrides for wheezy backports

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch master updated (470ad85 -> a9c1434)

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  470ad85   Update debian/changelog
   new  0baa890   Refresh patch: fix location of netcdf_miss.rb
   new  a6e1f18   Drop obsolete lintian-overrides: thanks to Sebastiaan 
Couwenberg
   new  a9c1434   Update debian/changelog

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|   8 +
 debian/patches/0001-Change-FHS-For-RubyGems | 453 +---
 debian/ruby-netcdf.lintian-overrides|   2 -
 3 files changed, 217 insertions(+), 246 deletions(-)
 delete mode 100644 debian/ruby-netcdf.lintian-overrides

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/03: Refresh patch: fix location of netcdf_miss.rb

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 0baa890c715fcd049b598c1e16cd2a70c2023aff
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 2 21:18:42 2015 +0900

Refresh patch: fix location of netcdf_miss.rb

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/patches/0001-Change-FHS-For-RubyGems | 453 +---
 1 file changed, 209 insertions(+), 244 deletions(-)

diff --git a/debian/patches/0001-Change-FHS-For-RubyGems 
b/debian/patches/0001-Change-FHS-For-RubyGems
index 6b7da38..873e83d 100644
--- a/debian/patches/0001-Change-FHS-For-RubyGems
+++ b/debian/patches/0001-Change-FHS-For-RubyGems
@@ -28,9 +28,6 @@ Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
  delete mode 100644 lib/version.rb
  delete mode 100644 netcdfraw.c
 
-diff --git a/ext/numru/extconf.rb b/ext/numru/extconf.rb
-new file mode 100644
-index 000..1ad8b17
 --- /dev/null
 +++ b/ext/numru/extconf.rb
 @@ -0,0 +1,173 @@
@@ -207,9 +204,6 @@ index 000..1ad8b17
 +   end
 +}
 +newmkfl.close
-diff --git a/ext/numru/netcdfraw.c b/ext/numru/netcdfraw.c
-new file mode 100644
-index 000..200e8f3
 --- /dev/null
 +++ b/ext/numru/netcdfraw.c
 @@ -0,0 +1,4721 @@
@@ -4934,9 +4928,6 @@ index 000..200e8f3
 +  rb_define_method(cNetCDFVar,"get_var1_sfloat",NetCDF_get_var1_float,1);
 +  rb_define_method(cNetCDFVar,"get_var1_float",NetCDF_get_var1_double,1);
 +}
-diff --git a/extconf.rb b/extconf.rb
-deleted file mode 100644
-index 1ad8b17..000
 --- a/extconf.rb
 +++ /dev/null
 @@ -1,173 +0,0 @@
@@ -5113,8 +5104,6 @@ index 1ad8b17..000
 -   end
 -}
 -newmkfl.close
-diff --git a/lib/netcdf.rb b/lib/netcdf.rb
-index 2c6a922..dee5bd7 100644
 --- a/lib/netcdf.rb
 +++ b/lib/netcdf.rb
 @@ -1,808 +1 @@
@@ -5927,9 +5916,6 @@ index 2c6a922..dee5bd7 100644
 - end
 -end
 +require 'numru/netcdf'
-diff --git a/lib/netcdf_miss.rb b/lib/netcdf_miss.rb
-deleted file mode 100644
-index 4b168f0..000
 --- a/lib/netcdf_miss.rb
 +++ /dev/null
 @@ -1,203 +0,0 @@
@@ -6136,9 +6122,6 @@ index 4b168f0..000
 -  file.close
 -  print "** ncdump tmp.nc **\n", `ncdump tmp.nc`
 -end
-diff --git a/lib/numru/netcdf.rb b/lib/numru/netcdf.rb
-new file mode 100644
-index 000..2c6a922
 --- /dev/null
 +++ b/lib/numru/netcdf.rb
 @@ -0,0 +1,808 @@
@@ -6950,218 +6933,6 @@ index 000..2c6a922
 +
 + end
 +end
-diff --git a/lib/numru/netcdf/netcdf_miss.rb b/lib/numru/netcdf/netcdf_miss.rb
-new file mode 100644
-index 000..4b168f0
 /dev/null
-+++ b/lib/numru/netcdf/netcdf_miss.rb
-@@ -0,0 +1,203 @@
-+require "numru/netcdf"
-+require "narray_miss"
-+
-+module NumRu
-+
-+  class NetCDFVar
-+
-+def get_with_miss(*args)
-+  __interpret_missing_params if !defined?(@missval)
-+  data = simple_get(*args)
-+  if @vmin || @vmax
-+  if @vmin
-+mask = (data >= @vmin) 
-+mask = mask.and(data <= @vmax) if @vmax
-+  else
-+mask = (data <= @vmax)
-+  end
-+  data = NArrayMiss.to_nam(data, mask)
-+  elsif @missval  # only missing_value is present.
-+  mask = (data.ne(@missval)) 
-+  data = NArrayMiss.to_nam(data, mask)
-+  end
-+  data
-+end
-+
-+def get_with_miss_and_scaling(*args)
-+  __interpret_missing_params if !defined?(@missval)
-+  data = simple_get(*args)
-+  if @vmin || @vmax
-+  if @vmin
-+mask = (data >= @vmin) 
-+mask = mask.and(data <= @vmax) if @vmax
-+  else
-+mask = (data <= @vmax)
-+  end
-+  data = NArrayMiss.to_nam(data, mask)
-+  elsif @missval  # only missing_value is present.
-+  mask = (data.ne(@missval))
-+  data = NArrayMiss.to_nam(data, mask)
-+  end
-+  data = unpack( data )
-+  data
-+end
-+
-+def put_with_miss(data, *args)
-+  if data.is_a?( NArrayMiss )
-+  __interpret_missing_params if !defined?(@missval)
-+  if @missval
-+simple_put(data.to_na(@missval), *args)
-+  else
-+simple_put(data.to_na, *args)
-+  end
-+  else
-+  simple_put(data, *args)
-+  end
-+end
-+
-+def put_with_miss_and_scaling(data, *args)
-+  if data.is_a?( NArrayMiss )
-+  __interpret_missing_params if !defined?(@missval)
-+  if @missval
-+data = pack( data )
-+data = data.to_na(@missval)
-+  else
-+data = pack( data )
-+data = data.to_na
-+  end
-+  simple_put(data, *args)
-+  else
-+  scaled_put(data, *args)
-+  end
-+end
-+
-+# private ##
-+
-+def __interpret_missing_params
-+  # Interprets the specification of missing data,
-+  # either by valid_range, (valid_min and/or valid_max), or missing_value.
-+  # (unlike the NetCDF User's guide (NUG), missing_value is interpreted, 
-+  # but 

[ruby-netcdf] annotated tag debian/0.7.1.1-5 created (now cca9aab)

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/0.7.1.1-5
in repository ruby-netcdf.

at  cca9aab   (tag)
   tagging  a9c14343bef1655aefdb69049a7d4f7cf875faba (commit)
  replaces  debian/0.7.1.1-4
 tagged by  Youhei SASAKI
on  Wed Sep 2 21:23:13 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-5

Youhei SASAKI (4):
  Update debian/changelog
  Refresh patch: fix location of netcdf_miss.rb
  Drop obsolete lintian-overrides: thanks to Sebastiaan Couwenberg
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/01: Update debian/changelog

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch jessie-backports
in repository ruby-netcdf.

commit 4836577ce246e5a11f4a1336f3b9b6b910f4
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 2 21:54:01 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f971171..7a88aad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-netcdf (0.7.1.1-5~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Wed, 02 Sep 2015 21:48:29 +0900
+
 ruby-netcdf (0.7.1.1-5) unstable; urgency=medium
 
   * Update debian/changelog

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch wheezy-backports created (now ca03cdf)

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch wheezy-backports
in repository ruby-netcdf.

at  ca03cdf   Update debian/changelog

This branch includes the following new commits:

   new  0baa890   Refresh patch: fix location of netcdf_miss.rb
   new  a6e1f18   Drop obsolete lintian-overrides: thanks to Sebastiaan 
Couwenberg
   new  a9c1434   Update debian/changelog
   new  6ecab45   Revert: add lintian overrides for wheezy backports
   new  ca03cdf   Update debian/changelog

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag wheezy-backports/0.7.1.1-5_bpo7+1 created (now 2483d27)

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag wheezy-backports/0.7.1.1-5_bpo7+1
in repository ruby-netcdf.

at  2483d27   (tag)
   tagging  ca03cdf8efe70f2dbc69065cf04407b2cc40004a (commit)
  replaces  debian/0.7.1.1-5
 tagged by  Youhei SASAKI
on  Wed Sep 2 21:53:03 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-5~bpo7+1

Youhei SASAKI (2):
  Revert: add lintian overrides for wheezy backports
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch jessie-backports created (now 4836577)

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch jessie-backports
in repository ruby-netcdf.

at  4836577   Update debian/changelog

This branch includes the following new commits:

   new  0baa890   Refresh patch: fix location of netcdf_miss.rb
   new  a6e1f18   Drop obsolete lintian-overrides: thanks to Sebastiaan 
Couwenberg
   new  a9c1434   Update debian/changelog
   new  4836577   Update debian/changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag jessie-backports/0.7.1.1-5_bpo8+1 created (now ab5ce1b)

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag jessie-backports/0.7.1.1-5_bpo8+1
in repository ruby-netcdf.

at  ab5ce1b   (tag)
   tagging  4836577ce246e5a11f4a1336f3b9b6b910f4 (commit)
  replaces  debian/0.7.1.1-5
 tagged by  Youhei SASAKI
on  Wed Sep 2 21:54:52 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-5~bpo8+1

Youhei SASAKI (1):
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 02/02: Update debian/changelog

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch wheezy-backports
in repository ruby-netcdf.

commit ca03cdf8efe70f2dbc69065cf04407b2cc40004a
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 2 21:25:31 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f971171..9a3ad01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-netcdf (0.7.1.1-5~bpo7+1) wheezy-backports-sloppy; urgency=medium
+
+  * Rebuild for wheezy-backports-sloppy
+  * Revert: add lintian overrides for wheezy backports
+
+ -- Youhei SASAKI <uwab...@gfd-dennou.org>  Wed, 02 Sep 2015 21:24:57 +0900
+
 ruby-netcdf (0.7.1.1-5) unstable; urgency=medium
 
   * Update debian/changelog

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/02: Revert: add lintian overrides for wheezy backports

2015-09-02 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch wheezy-backports
in repository ruby-netcdf.

commit 6ecab452cf5b4e849d4cce67b6fa5400a2414a59
Author: Youhei SASAKI <uwab...@gfd-dennou.org>
Date:   Wed Sep 2 21:24:12 2015 +0900

Revert: add lintian overrides for wheezy backports

Signed-off-by: Youhei SASAKI <uwab...@gfd-dennou.org>
---
 debian/ruby-netcdf.lintian-overrides | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/ruby-netcdf.lintian-overrides 
b/debian/ruby-netcdf.lintian-overrides
new file mode 100644
index 000..b818d64
--- /dev/null
+++ b/debian/ruby-netcdf.lintian-overrides
@@ -0,0 +1,2 @@
+ruby-netcdf binary: depends-on-obsolete-package depends: libruby1.8 (>= 
1.8.7.357-1)
+ruby-netcdf binary: depends-on-obsolete-package depends: libruby1.9.1 (>= 
1.9.2.0)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


Re: [ruby-netcdf] 01/01: Update debian/changelog

2015-08-29 Thread Youhei SASAKI
Hi, 

On Fri, 28 Aug 2015 19:01:37 +0900,
Sebastiaan Couwenberg sebas...@xs4all.nl wrote:
 
 On 28-08-15 11:53, Youhei SASAKI wrote:
  +ruby-netcdf (0.7.1.1-4) unstable; urgency=medium
  +
  +  * Add lintian overrides for wheezy backports
  +
  + -- Youhei SASAKI uwab...@gfd-dennou.org  Thu, 27 Aug 2015 19:54:31 +0900
 
 Why do you add lintian overrides for wheezy-backports to the package for
 unstable?
 
 The lintian overrides are only relevant for wheezy-backports so those
 changes should live in a separate wheezy-backports branch, and not
 included in the package in unstable. A change like this should be fine
 under the Backports guidelines.

Oh, your light. Thanks for your mention.
I'll fix and create {wheezy,jessie}-backports branch.

Best Wishes,
Youhei

---
Youhei SASAKI uwab...@gfd-dennou.org
  uwab...@debian.or.jp
GPG fingerprint:
  4096/RSA: 66A4 EA70 4FE2 4055 8D6A C2E6 9394 F354 891D 7E07

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


[ruby-netcdf] branch 0.7.1.1-4 created (now 1f3bc15)

2015-08-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch 0.7.1.1-4
in repository ruby-netcdf.

at  1f3bc15   Add lintian overrides for wheezy backports

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch master updated (1f3bc15 - 470ad85)

2015-08-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  1f3bc15   Add lintian overrides for wheezy backports
   new  470ad85   Update debian/changelog

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/01: Update debian/changelog

2015-08-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 470ad8546e17944b64dcc3b96a846c7575e7d108
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Fri Aug 28 18:53:34 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a1e9895..55cba1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-netcdf (0.7.1.1-4) unstable; urgency=medium
+
+  * Add lintian overrides for wheezy backports
+
+ -- Youhei SASAKI uwab...@gfd-dennou.org  Thu, 27 Aug 2015 19:54:31 +0900
+
 ruby-netcdf (0.7.1.1-3) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch 0.7.1.1-4 deleted (was 1f3bc15)

2015-08-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch 0.7.1.1-4
in repository ruby-netcdf.

   was  1f3bc15   Add lintian overrides for wheezy backports

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch master updated (194cc9a - 1f3bc15)

2015-08-27 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  194cc9a   Set distribution to unstable.
   new  1f3bc15   Add lintian overrides for wheezy backports

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/ruby-netcdf.lintian-overrides | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 debian/ruby-netcdf.lintian-overrides

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/01: Add lintian overrides for wheezy backports

2015-08-27 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 1f3bc15363792129481743dc156f1652783a6c06
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Aug 27 19:46:05 2015 +0900

Add lintian overrides for wheezy backports

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/ruby-netcdf.lintian-overrides | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/ruby-netcdf.lintian-overrides 
b/debian/ruby-netcdf.lintian-overrides
new file mode 100644
index 000..b818d64
--- /dev/null
+++ b/debian/ruby-netcdf.lintian-overrides
@@ -0,0 +1,2 @@
+ruby-netcdf binary: depends-on-obsolete-package depends: libruby1.8 (= 
1.8.7.357-1)
+ruby-netcdf binary: depends-on-obsolete-package depends: libruby1.9.1 (= 
1.9.2.0)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag debian/0.7.1.1-4 created (now 3f4c075)

2015-08-27 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/0.7.1.1-4
in repository ruby-netcdf.

at  3f4c075   (tag)
   tagging  1f3bc15363792129481743dc156f1652783a6c06 (commit)
  replaces  debian/0.7.1.1-2
 tagged by  Youhei SASAKI
on  Thu Aug 27 19:55:19 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-4

Bas Couwenberg (2):
  Update copyright file, rename license shortnames.
  Set distribution to unstable.

Youhei SASAKI (1):
  Add lintian overrides for wheezy backports

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch master updated (203cfc0 - be2b901)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  203cfc0   Update debian/changelog
  adds  be2b901   Add patch: to support NetCDF 4.4.0-rc

No new revisions were added by this update.

Summary of changes:
 debian/changelog  |  7 +++
 debian/patches/0002-Support-NetCDF-rc-release | 24 
 debian/patches/series |  1 +
 3 files changed, 32 insertions(+)
 create mode 100644 debian/patches/0002-Support-NetCDF-rc-release

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/01: Add patch: to support NetCDF 4.4.0-rc

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to annotated tag debian/0.7.1.1-2
in repository ruby-netcdf.

commit be2b901d19315356c548c1aadfa3a31e54e67d54
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Fri Jul 31 12:01:27 2015 +0900

Add patch: to support NetCDF 4.4.0-rc

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/changelog  |  7 +++
 debian/patches/0002-Support-NetCDF-rc-release | 24 
 debian/patches/series |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9545d3c..2af6c8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-netcdf (0.7.1.1-2) unstable; urgency=medium
+
+  * Add patch: to support NetCDF 4.4.0-rc version
+Thanks to Bas Couwenberg!
+
+ -- Youhei SASAKI uwab...@gfd-dennou.org  Fri, 31 Jul 2015 12:05:12 +0900
+
 ruby-netcdf (0.7.1.1-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]
diff --git a/debian/patches/0002-Support-NetCDF-rc-release 
b/debian/patches/0002-Support-NetCDF-rc-release
new file mode 100644
index 000..21d03a6
--- /dev/null
+++ b/debian/patches/0002-Support-NetCDF-rc-release
@@ -0,0 +1,24 @@
+From: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
+Date: Fri, 31 Jul 2015 12:03:43 +0900
+Subject: Support NetCDF RC version
+
+Add rc release support in version check of extconf.rb
+
+Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
+---
+ ext/numru/extconf.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ext/numru/extconf.rb b/ext/numru/extconf.rb
+index 1ad8b17..e62a9e5 100644
+--- a/ext/numru/extconf.rb
 b/ext/numru/extconf.rb
+@@ -51,7 +51,7 @@ end
+ 
+ ncver0 = ncversion[0..0]  # 3 or 4
+ ncver = ncversion.gsub(/\./,'')
+-unless /^\d\d\d$/ =~ ncver   # 3 digits
++unless /^\d\d\d(\-rc)?$/ =~ ncver   # 3 digits
+   raise(Invalid netcdf version: #{ncversion}. Use --with-netcdf-version=) 
+ end
+ $CFLAGS += ' -DNCVER='+ncver
diff --git a/debian/patches/series b/debian/patches/series
index a1e1e53..e58734c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Change-FHS-For-RubyGems
+0002-Support-NetCDF-rc-release

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag debian/0.7.1.1-2 created (now 91ccf2b)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/0.7.1.1-2
in repository ruby-netcdf.

at  91ccf2b   (tag)
   tagging  be2b901d19315356c548c1aadfa3a31e54e67d54 (commit)
  replaces  debian/0.7.1.1-1
 tagged by  Youhei SASAKI
on  Fri Jul 31 12:07:49 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-2

Youhei SASAKI (1):
  Add patch: to support NetCDF 4.4.0-rc

---

This annotated tag includes the following new commits:

   new  be2b901   Add patch: to support NetCDF 4.4.0-rc

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/07: Update debian/watch: use gemwatch

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit a619e5d865b06dd5c9d77725c393db2bf3406081
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 18:48:27 2015 +0900

Update debian/watch: use gemwatch

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 93ab04f..a4994c5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://ruby.gfd-dennou.org/products/ruby-netcdf/release/ 
ruby-netcdf-(0\.6\..*)\.tar\.gz
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ruby-netcdf 
.*/ruby-netcdf-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch master updated (49fcaa4 - 203cfc0)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  49fcaa4   Restructure control file with cme.
   new  a619e5d   Update debian/watch: use gemwatch
   new  e8902db   Imported Upstream version 0.7.1.1
   new  462c3d6   Merge tag 'upstream/0.7.1.1'
   new  ed6eab7   update rules
   new  db4de38   Refresh patches
   new  90fd861   Running more tests
   new  203cfc0   Update debian/changelog

The 7 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |8 +
 .rspec |2 +
 .travis.yml|3 +
 ChangeLog  |   51 +
 Gemfile|4 +
 Rakefile   |2 +
 bin/console|   14 +
 bin/setup  |7 +
 debian/changelog   |   18 +-
 debian/control |3 +-
 ...gems-Sty.patch = 0001-Change-FHS-For-RubyGems} | 1720 ++---
 ...ay-Directory-for-Debian-s-Ruby-vendor-lib.patch |   23 -
 ...est-Path-for-running-under-test_runner.rb.patch |   24 -
 debian/patches/0004-Fix-FTBFS-Hardening.patch  | 2024 
 debian/patches/series  |5 +-
 debian/ruby-netcdf.examples|3 +
 debian/ruby-test-files.yaml|   10 +
 debian/ruby-tests.rake |8 -
 debian/rules   |   10 +-
 debian/watch   |2 +-
 demo/demo5-netcdf4.rb  |   44 +
 doc/Ref_man.html   |  579 +++---
 doc/Ref_man.rd |   91 +
 doc/Ref_man_jp.html| 1775 +
 doc/Ref_man_jp.rd  |   95 +
 doc/to_html|6 +-
 extconf.rb |  181 +-
 lib/netcdf.rb  |  162 +-
 lib/version.rb |5 +
 metadata.yml   |  138 ++
 netcdfraw.c|  445 +++--
 ruby-netcdf.gemspec|   34 +
 32 files changed, 3373 insertions(+), 4123 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 Rakefile
 create mode 100644 bin/console
 create mode 100644 bin/setup
 rename 
debian/patches/{0003-Update-directory-structure-suitable-for-Rubygems-Sty.patch 
= 0001-Change-FHS-For-RubyGems} (89%)
 delete mode 100644 
debian/patches/0001-Change-NArray-Directory-for-Debian-s-Ruby-vendor-lib.patch
 delete mode 100644 
debian/patches/0002-Change-Test-Path-for-running-under-test_runner.rb.patch
 delete mode 100644 debian/patches/0004-Fix-FTBFS-Hardening.patch
 create mode 100644 debian/ruby-netcdf.examples
 create mode 100644 debian/ruby-test-files.yaml
 delete mode 100644 debian/ruby-tests.rake
 create mode 100644 demo/demo5-netcdf4.rb
 create mode 100644 lib/version.rb
 create mode 100644 metadata.yml
 create mode 100644 ruby-netcdf.gemspec

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 03/07: Merge tag 'upstream/0.7.1.1'

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 462c3d6e1258a13a2c3635a4f5bf587c17ddafe9
Merge: a619e5d e8902db
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 18:49:01 2015 +0900

Merge tag 'upstream/0.7.1.1'

Upstream version 0.7.1.1

 .gitignore|8 +
 .rspec|2 +
 .travis.yml   |3 +
 ChangeLog |   51 ++
 Gemfile   |4 +
 Rakefile  |2 +
 bin/console   |   14 +
 bin/setup |7 +
 demo/demo5-netcdf4.rb |   44 ++
 doc/Ref_man.html  |  579 +---
 doc/Ref_man.rd|   91 +++
 doc/Ref_man_jp.html   | 1775 ++---
 doc/Ref_man_jp.rd |   95 +++
 doc/to_html   |6 +-
 extconf.rb|  181 +++--
 lib/netcdf.rb |  162 +++--
 lib/version.rb|5 +
 metadata.yml  |  138 
 netcdfraw.c   |  445 -
 ruby-netcdf.gemspec   |   34 +
 20 files changed, 2261 insertions(+), 1385 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 07/07: Update debian/changelog

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 203cfc0c57ed8742bacef50225964446dda32436
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 19:52:27 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/changelog | 6 +-
 debian/control   | 3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea86a40..9545d3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,11 @@ ruby-netcdf (0.7.1.1-1) unstable; urgency=medium
 
   [ Youhei SASAKI ]
   * Update debian/watch: use gemwatch
-  * Imported Upstream version 0.7.1.1
+  * Imported Upstream version 0.7.1.1 (Closes: #793976)
+- Thanks to Bas Couwenberg!
+  * Running all tests during build
+  * Refresh patches
+  * Install demo, bin as examples
 
  -- Youhei SASAKI uwab...@gfd-dennou.org  Thu, 30 Jul 2015 19:23:10 +0900
 
diff --git a/debian/control b/debian/control
index 0b89bd5..a5799fa 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper (= 9~),
rake,
ruby-narray,
ruby-narray-miss,
-   libnetcdf-dev
+   libnetcdf-dev,
+   netcdf-bin
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ruby-netcdf.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/ruby-netcdf.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch upstream updated (361eb20 - e8902db)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch upstream
in repository ruby-netcdf.

  from  361eb20   Imported Upstream version 0.6.6
   new  e8902db   Imported Upstream version 0.7.1.1

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore|8 +
 .rspec|2 +
 .travis.yml   |3 +
 ChangeLog |   51 ++
 Gemfile   |4 +
 Rakefile  |2 +
 bin/console   |   14 +
 bin/setup |7 +
 demo/demo5-netcdf4.rb |   44 ++
 doc/Ref_man.html  |  579 +---
 doc/Ref_man.rd|   91 +++
 doc/Ref_man_jp.html   | 1775 ++---
 doc/Ref_man_jp.rd |   95 +++
 doc/to_html   |6 +-
 extconf.rb|  181 +++--
 lib/netcdf.rb |  162 +++--
 lib/version.rb|5 +
 metadata.yml  |  138 
 netcdfraw.c   |  445 -
 ruby-netcdf.gemspec   |   34 +
 20 files changed, 2261 insertions(+), 1385 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 Rakefile
 create mode 100644 bin/console
 create mode 100644 bin/setup
 create mode 100644 demo/demo5-netcdf4.rb
 create mode 100644 lib/version.rb
 create mode 100644 metadata.yml
 create mode 100644 ruby-netcdf.gemspec

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 01/01: pristine-tar data for ruby-netcdf_0.7.1.1.orig.tar.gz

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch pristine-tar
in repository ruby-netcdf.

commit 04ba6c185e04e0aa4c2f1651bc9965accf650e14
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 18:49:01 2015 +0900

pristine-tar data for ruby-netcdf_0.7.1.1.orig.tar.gz
---
 ruby-netcdf_0.7.1.1.orig.tar.gz.delta | Bin 0 - 2157 bytes
 ruby-netcdf_0.7.1.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ruby-netcdf_0.7.1.1.orig.tar.gz.delta 
b/ruby-netcdf_0.7.1.1.orig.tar.gz.delta
new file mode 100644
index 000..9c6dc8d
Binary files /dev/null and b/ruby-netcdf_0.7.1.1.orig.tar.gz.delta differ
diff --git a/ruby-netcdf_0.7.1.1.orig.tar.gz.id 
b/ruby-netcdf_0.7.1.1.orig.tar.gz.id
new file mode 100644
index 000..b3e6a9a
--- /dev/null
+++ b/ruby-netcdf_0.7.1.1.orig.tar.gz.id
@@ -0,0 +1 @@
+d745a3aa4987721fc85bc87afb6ebacebe4d89ab

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag upstream/0.7.1.1 created (now ab96f57)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag upstream/0.7.1.1
in repository ruby-netcdf.

at  ab96f57   (tag)
   tagging  e8902dbf3193e7506f0b5919e93a13d4b0dd78eb (commit)
  replaces  upstream/0.6.5
 tagged by  Youhei SASAKI
on  Thu Jul 30 18:49:01 2015 +0900

- Log -
Upstream version 0.7.1.1

Youhei SASAKI (2):
  Imported Upstream version 0.6.6
  Imported Upstream version 0.7.1.1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] branch pristine-tar updated (0ff3b6e - 04ba6c1)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch pristine-tar
in repository ruby-netcdf.

  from  0ff3b6e   pristine-tar data for ruby-netcdf_0.6.6.orig.tar.gz
   new  04ba6c1   pristine-tar data for ruby-netcdf_0.7.1.1.orig.tar.gz

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 ruby-netcdf_0.7.1.1.orig.tar.gz.delta | Bin 0 - 2157 bytes
 ruby-netcdf_0.7.1.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ruby-netcdf_0.7.1.1.orig.tar.gz.delta
 create mode 100644 ruby-netcdf_0.7.1.1.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] 04/07: update rules

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit ed6eab71f2056d985e5a260f420adda1e7b993d3
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 19:31:38 2015 +0900

update rules

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/rules | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2145861..0bfd81e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
dh $@ --buildsystem ruby --with ruby
 
+override_dh_auto_install:
+   dh_auto_install
+   rm -fr $(CURDIR)/debian/ruby-netcdf/usr/bin
+
 override_dh_strip:
dh_strip --dbg-package=ruby-netcdf-dbg
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


[ruby-netcdf] annotated tag debian/0.7.1.1-1 created (now 40ed190)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/0.7.1.1-1
in repository ruby-netcdf.

at  40ed190   (tag)
   tagging  203cfc0c57ed8742bacef50225964446dda32436 (commit)
  replaces  debian/0.6.6-2
 tagged by  Youhei SASAKI
on  Thu Jul 30 19:56:31 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-1

Bas Couwenberg (2):
  Add gbp.conf to use pristine-tar by default.
  Restructure control file with cme.

Youhei SASAKI (7):
  Update debian/watch: use gemwatch
  Imported Upstream version 0.7.1.1
  Merge tag 'upstream/0.7.1.1'
  update rules
  Refresh patches
  Running more tests
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.git

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


Bug#793976: ruby-netcdf: FTBFS with netcdf in experimental / update to 0.7.1

2015-07-29 Thread Youhei SASAKI
Hi, thanks for your notice.

I'll prepare new upstream release ASAP.

2015/07/29 wrote:
Package: ruby-netcdf
Version: 0.6.6-2
Severity: normal
User: debian-...@lists.debian.org
Usertags: netcdf-split-c-f-cxx

Hi Youhei,

We're preparing for the upcoming netcdf transition which will update
from
NetCDF 4.1.3 to 4.4.0 and its new lanuague specific releases (NetCDF
C++4 4.2.1, Netcdf C++ legacy 4.2  NetCDF Fortran 4.4.2).

ruby-netcdf (0.6.6-2) FTBFS with these new netcdf packages in
experimental:

 checking for netcdf.h... yes
 checking for main() in -lnetcdf... no
 *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary
 libraries and/or headers.  Check the mkmf.log file for more details.
 You may
 need configuration options.

The full build log is attached.

Just specifying the Multi-Arch library path with the following is not
sufficient to resolve main() check failure:

 override_dh_auto_configure:
   dh_auto_configure -- \
   --with-netcdf-include=/usr/include \
   --with-netcdf-lib=/usr/lib/$(DEB_HOST_MULTIARCH)

While looking into this build failure I noticed that your ruby-netcdf
package limits checks for new upstream releases to the 0.6.x versions,
which excludes the recent 0.7  0.7.1 upstream releases.

The RubyNetCDF 0.7.x releases contain improvements for NetCDF-4 support
which is very relevant for upcoming netcdf transition.

Are there good reasons to stick to the 0.6 releases, and would you
object to removing the version constraint in the watch file?

I'd like to update the ruby-netcdf package to the latest upstream
release and upload it to experimental along with the other new netcdf
package.

It may be that the new upstream release is not sufficient either, and
that the new NetCDF built only with the HDF5 MPI variant cause the
incompatibility with ruby-netcdf.

Kind Regards,

Bas

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


[ruby-hdfeos5] branch 1.2.3 deleted (was 5f1acb1)

2015-02-21 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch 1.2.3
in repository ruby-hdfeos5.

   was  5f1acb1   Support newer hdf5 package layouts (Closes: #756696)

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 02/02: Update debian/changelog

2015-02-21 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 228807f581de5c69c77cc0ec062dcfeebbe7d3d1
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Sun Feb 22 10:08:02 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 46105a7..735644d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-hdfeos5 (1.2-4) unstable; urgency=medium
+
+  * Bump Standard Version: 3.9.6
+
+ -- Youhei SASAKI uwab...@gfd-dennou.org  Sun, 22 Feb 2015 10:07:52 +0900
+
 ruby-hdfeos5 (1.2-3) unstable; urgency=medium
 
   * Support newer hdf5 package layouts (Closes: #756696)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] branch 1.2.3 created (now 5f1acb1)

2015-02-21 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch 1.2.3
in repository ruby-hdfeos5.

at  5f1acb1   Support newer hdf5 package layouts (Closes: #756696)

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[narray-miss] 02/02: Update debian/changelog

2014-10-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit 2b742e10575e4bf91e23b66d6534e0a25be39032
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Tue Oct 28 19:25:18 2014 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7bdeb6e..2a806dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-narray-miss (1.2.8-3) unstable; urgency=medium
+
+  * Bump standard version: 3.9.6 (not changed)
+  * Rebuild against newer ruby for update rubygems-integration information
+
+ -- Youhei SASAKI uwab...@gfd-dennou.org  Tue, 28 Oct 2014 19:24:46 +0900
+
 ruby-narray-miss (1.2.8-2) unstable; urgency=low
 
   * Rebuild against Ruby2.0 transition, ruby1.8-removal

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] branch master updated (88b3e3d - 2b742e1)

2014-10-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository narray-miss.

  from  88b3e3d   Bump Standard Version: 3.9.5
   new  ae52652   Bump standard version: 3.9.6 (not changed)
   new  2b742e1   Update debian/changelog

The 2 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] 01/02: Bump standard version: 3.9.6 (not changed)

2014-10-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository narray-miss.

commit ae5265237a2dfdb7bec873d61a6b547200beb506
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Tue Oct 28 19:24:42 2014 +0900

Bump standard version: 3.9.6 (not changed)

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6c6ee87..6fec2ea 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Youhei SASAKI uwab...@gfd-dennou.org
 Build-Depends: debhelper (= 9.0~), gem2deb(= 0.3.0~), ruby-narray, rdtool
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://ruby.gfd-dennou.org/products/narray_miss/index.html
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/narray-miss.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/narray-miss.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[narray-miss] annotated tag debian/1.2.8-3 created (now 7dabfd6)

2014-10-28 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/1.2.8-3
in repository narray-miss.

at  7dabfd6   (tag)
   tagging  2b742e10575e4bf91e23b66d6534e0a25be39032 (commit)
  replaces  debian/1.2.8-2
 tagged by  Youhei SASAKI
on  Tue Oct 28 19:25:52 2014 +0900

- Log -
ruby-narray-miss Debian release 1.2.8-3

Youhei SASAKI (3):
  Bump Standard Version: 3.9.5
  Bump standard version: 3.9.6 (not changed)
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/narray-miss.git

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


[ruby-hdfeos5] 01/01: Support newer hdf5 package layouts (Closes: #756696)

2014-07-31 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 5f1acb181620ab39128dfbc9ada4e35415939c10
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Fri Aug 1 10:55:45 2014 +0900

Support newer hdf5 package layouts (Closes: #756696)

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/patches/0004-hdf5-dir.patch | 10 ++
 debian/patches/series  |  1 +
 debian/rules   |  6 ++
 3 files changed, 17 insertions(+)

diff --git a/debian/patches/0004-hdf5-dir.patch 
b/debian/patches/0004-hdf5-dir.patch
new file mode 100644
index 000..4c989b4
--- /dev/null
+++ b/debian/patches/0004-hdf5-dir.patch
@@ -0,0 +1,10 @@
+Index: ruby-hdfeos5-1.2/extconf.rb
+===
+--- ruby-hdfeos5-1.2.orig/extconf.rb   2014-07-26 18:17:18.871956985 +0200
 ruby-hdfeos5-1.2/extconf.rb2014-07-26 18:17:45.180828598 +0200
+@@ -1,4 +1,5 @@
+ require mkmf
++$configure_args[--with-hdf5-dir] = ENV[HDF5_DIR]
+ 
+ require rbconfig unless defined? RbConfig
+ $vendorarchdir=RbConfig::CONFIG['vendorarchdir']
diff --git a/debian/patches/series b/debian/patches/series
index 6c5aa0b..829d4ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-Fix-NArray-Library-Path.patch
 0002-Fix-test-data-path.patch
 0003-Fix-printf-debugging.patch
+0004-hdf5-dir.patch
diff --git a/debian/rules b/debian/rules
index 730e55e..fa1149a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,11 @@
 #!/usr/bin/make -f
 
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  export HDF5_DIR := /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+else
+  export HDF5_DIR := /usr
+endif
+
 %:
dh $@ --with ruby --buildsystem ruby
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] annotated tag debian/1.2-3 created (now 67e2cdf)

2014-07-31 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/1.2-3
in repository ruby-hdfeos5.

at  67e2cdf   (tag)
   tagging  5f1acb181620ab39128dfbc9ada4e35415939c10 (commit)
  replaces  debian/1.2-2
 tagged by  Youhei SASAKI
on  Fri Aug 1 10:58:08 2014 +0900

- Log -
ruby-hdfeos5 Debian release 1.2-3

Youhei SASAKI (1):
  Support newer hdf5 package layouts (Closes: #756696)

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] branch master updated (850ea49 - 5f1acb1)

2014-07-31 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-hdfeos5.

  from  850ea49   Update debian/changelog
   new  5f1acb1   Support newer hdf5 package layouts (Closes: #756696)

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/patches/0004-hdf5-dir.patch | 10 ++
 debian/patches/series  |  1 +
 debian/rules   |  6 ++
 3 files changed, 17 insertions(+)
 create mode 100644 debian/patches/0004-hdf5-dir.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-hdfeos5.git

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


[ruby-hdfeos5] 01/02: Fix FTBFS: add multiarch search path (Closes: #753188)

2014-07-16 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-hdfeos5.

commit 5ee573ec60e7122344d7786f3d80808f540edba0
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 17 13:54:52 2014 +0900

Fix FTBFS: add multiarch search path (Closes: #753188)

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/patches/0001-Fix-NArray-Library-Path.patch | 24 +++
 debian/patches/0003-Fix-printf-debugging.patch| 78 ++-
 2 files changed, 48 insertions(+), 54 deletions(-)

diff --git a/debian/patches/0001-Fix-NArray-Library-Path.patch 
b/debian/patches/0001-Fix-NArray-Library-Path.patch
index 5244460..d8e59b5 100644
--- a/debian/patches/0001-Fix-NArray-Library-Path.patch
+++ b/debian/patches/0001-Fix-NArray-Library-Path.patch
@@ -8,24 +8,26 @@ This patch fix search path for NArray.
  extconf.rb | 18 +-
  1 file changed, 13 insertions(+), 5 deletions(-)
 
-diff --git a/extconf.rb b/extconf.rb
-index 7cceae4..3901f4f 100644
 a/extconf.rb
-+++ b/extconf.rb
-@@ -1,6 +1,6 @@
+--- ruby-hdfeos5.orig/extconf.rb
 ruby-hdfeos5/extconf.rb
+@@ -1,6 +1,10 @@
  require mkmf
  
 -dir_config('narray',$sitearchdir,$sitearchdir)
++require rbconfig unless defined? RbConfig
++$vendorarchdir=RbConfig::CONFIG['vendorarchdir']
++$archlibdir=RbConfig::CONFIG['archlibdir']
++
 +dir_config('narray',$vendorarchdir,$vendorarchdir)
  
  if ( ! ( have_header(narray.h)  have_header(narray_config.h) ) ) then
  print EOS
-@@ -14,7 +14,15 @@ EOS
+@@ -14,7 +18,15 @@
 exit(-1)
  end
  
 -dir_config('hdf5',$sitearchdir,$sitearchdir)
-+dir_config('gctp', $archdir, $archdir)
++dir_config('gctp', $archlibdir, $archlibdir)
 +if ( ! have_library(gctp) ) then
 +  print -EOS
 +  ** configure error **
@@ -33,23 +35,23 @@ index 7cceae4..3901f4f 100644
 +  exit(-1)
 +end
 +
-+dir_config('hdf5',$archdir,$archdir)
++dir_config('hdf5',$archlibdir,$archlibdir)
  
  if ( ! ( have_header(hdf5.h)  have_library(hdf5)  ) )then
print -EOS
-@@ -32,9 +40,9 @@ if ( ! ( have_header(hdf5.h)  have_library(hdf5)  ) 
)then
+@@ -32,9 +44,9 @@
exit(-1)
  end
  
 -dir_config('hdfeos5',$sitearchdir,$sitearchdir)
-+dir_config('hdfeos5',/usr/include/hdf-eos5,$archdir)
++dir_config('hdfeos5','/usr/include/hdf-eos5',$archlibdir)
  
 -if ( ! ( have_header(HE5_HdfEosDef.h)  have_library(Gctp)  
have_library(he5_hdfeos)  ) )then
 +if ( ! ( have_header(HE5_HdfEosDef.h)  have_library(he5_hdfeos)  ) )then
print -EOS
  ** configure error **  
 Header hdfeos5.h or the compiled hdfeos5 library is not found. 
-@@ -69,7 +77,7 @@ oldmkfl.each_line{ |line|
+@@ -69,7 +81,7 @@
newmkfl.puts(line)
newmkfl.puts() 
newmkfl.puts(test: all)# insert the test target
diff --git a/debian/patches/0003-Fix-printf-debugging.patch 
b/debian/patches/0003-Fix-printf-debugging.patch
index e34841d..611aff0 100644
--- a/debian/patches/0003-Fix-printf-debugging.patch
+++ b/debian/patches/0003-Fix-printf-debugging.patch
@@ -10,10 +10,8 @@ Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
  test/test_za.rb |  67 +
  4 files changed, 235 insertions(+), 232 deletions(-)
 
-diff --git a/test/test_gd.rb b/test/test_gd.rb
-index b797dc8..b8672f9 100644
 a/test/test_gd.rb
-+++ b/test/test_gd.rb
+--- ruby-hdfeos5.orig/test/test_gd.rb
 ruby-hdfeos5/test/test_gd.rb
 @@ -1,69 +1,69 @@
 +# -*- coding: utf-8 -*-
  require 'numru/hdfeos5'
@@ -119,7 +117,7 @@ index b797dc8..b8672f9 100644
  
  
  dname1.grid.close
-@@ -73,7 +73,7 @@ dname1.grid.close
+@@ -73,7 +73,7 @@
  # he5_gd_setup.c
  
### 
OK
  filename1 = test_gd.he5
@@ -128,7 +126,7 @@ index b797dc8..b8672f9 100644
  file1=HE5.open(filename1,w)
  
  uplft = [210584.50041, 322395.95445]
-@@ -109,7 +109,7 @@ file2.close
+@@ -109,7 +109,7 @@
  
### 
OK
  # he5_gd_defunlimfld.c he5_sw_definefields.c
  
### 
OK
@@ -137,7 +135,7 @@ index b797dc8..b8672f9 100644
  file2=HE5.open(filename1,a)
  
  tilerank = 2
-@@ -118,7 +118,7 @@ compparm = [ 8, 0, 0, 0, 0]
+@@ -118,7 +118,7 @@
  grid2=file2.grid(UTMGrid)
  grid2.def_var(Pollution, sfloat, Time,YDim,XDim)
  fillvalue2 = -7.0
@@ -146,7 +144,7 @@ index b797dc8..b8672f9 100644
  grid2.deftile(HE5_HDFE_TILE, tilerank, tiledims)
  grid2.defcomp(HE5_HDFE_COMP_DEFLATE, compparm)
  grid2.def_var(Vegetation, sfloat, YDim,XDim)
-@@ -130,12 +130,12 @@ grid2.def_var(Pressure, sfloat, YDim,XDim)
+@@ -130,12 +130,12 @@
  grid2.def_var(Soil Dryness, sfloat, YDim,XDim)
  grid2.def_var(Spectra, float, Bands,YDim,XDim)
  fillvalue2 = -.0
@@ -162,7 +160,7 @@ index b797dc8..b8672f9 100644
  file3=HE5.open(filename1,a)
  grid3=file3.grid(UTMGrid)
  dname1=grid3.var

  1   2   3   >