[ruby-netcdf] branch master updated (49fcaa4 -> 203cfc0)
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Thu Jul 30 10:56:44 UTC 2015
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
More information about the Pkg-grass-devel
mailing list