[DRE-commits] [SCM] ruby-grib.git branch, master, updated. upstream/0.2.0-10-ga231a3f

Youhei SASAKI uwabami at gfd-dennou.org
Wed Mar 21 16:09:11 UTC 2012


The following commit has been merged in the master branch:
commit c5904da366aab650838673a7de2814d066f46388
Merge: 80714962262e6489f434fdcfbadbe0575cce8290 99549d365b8c4f07b23f4b4bee7f7f10167c94b7
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Feb 22 19:46:40 2012 +0900

    New Upstream version: 0.2.1
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --combined debian/changelog
index ef0abb2,0000000..c217925
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,12 @@@
++ruby-grib (0.2.1-1) unstable; urgency=low
++
++  * New Upstream version: 0.2.1
++  * Add libgrib-api-tools to Build-Depends
++
++ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Wed, 22 Feb 2012 19:59:23 +0900
++
 +ruby-grib (0.2.0-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #655538)
 +
 + -- Youhei SASAKI <uwabami at gfd-dennou.org>  Mon, 09 Jan 2012 21:28:15 +0900
diff --combined debian/control
index d6658f5,0000000..34d8211
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,36 -1,0 +1,38 @@@
 +Source: ruby-grib
 +Section: ruby
 +Priority: optional
 +Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 +Uploaders: Youhei SASAKI <uwabami at gfd-dennou.org>
 +DM-Upload-Allowed: yes
- Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~), libgrib-api-dev, ruby-narray, ruby-narray-miss, ruby-rspec
++Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~), ruby-rspec, 
++ libgrib-api-dev, libgrib-api-tools,
++ ruby-narray, ruby-narray-miss
 +Standards-Version: 3.9.2
 +Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rb-grib.git
 +Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rb-grib.git;a=summary
 +Homepage: http://ruby.gfd-dennou.org/products/rb-grib/
 +XS-Ruby-Versions: all
 +
 +Package: ruby-grib
 +Architecture: any
 +XB-Ruby-Versions: ${ruby:Versions}
 +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 +Description: Ruby interface to the ECMWF GRIB API
 + RUBY-GRIB is a Ruby library to handle GRIB(GRidded Binary) file, a
 + mathematically concise data format commonly used in meteorology to
 + store historical and forecast weather data.
 +
 +
 +Package: ruby-grib-dbg
 +Section: debug
 +Priority: extra
 +Architecture: any
 +Depends: ruby-grib (=${binary:Version}), ${misc:Depends}
 +Description: Ruby interface to the ECMWF GRIB API (debug symbol)
 + RUBY-GRIB is a Ruby library to handle GRIB(GRidded Binary) file, a
 + mathematically concise data format commonly used in meteorology to
 + store historical and forecast weather data.
 + .
 + 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.
diff --combined debian/ruby-tests.rb
index 81d7658,0000000..479c5ea
mode 100644,000000..100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@@ -1,9 -1,0 +1,3 @@@
- #$: << 'lib' << 'ext' << '.'
- #alias :_require :require
- #def require(arg)
- #    arg = "grib.so" if arg == "numru/grib.so"
- #      _require(arg)
- #end
 +require "numru/grib"
 +require 'rspec'
 +Dir['spec/**_spec.rb'].each { |f| require f }

-- 
ruby-grib.git



More information about the Pkg-ruby-extras-commits mailing list