[ruby-netcdf] branch master updated (bdb0a58 -> 919f03f)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Sep 28 08:14:58 UTC 2016


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  bdb0a58   Add patch to fix 'length' spelling error.
       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.


Summary of changes:
 ChangeLog => .ChangeLog.until20150117              |   0
 .gitignore                                         |   8 --
 .rspec                                             |   2 -
 .travis.yml                                        |   3 -
 Rakefile                                           |  37 +++++-
 bin/console                                        |  14 ---
 bin/setup                                          |   7 --
 debian/changelog                                   |  13 +-
 debian/patches/0002-Support-NetCDF-rc-release      |   4 +-
 ...-patch-Replace-git-execution-from-gemspec.patch |  10 +-
 .../0004-Fix-spelling-error-in-binary.patch        |   6 +-
 debian/patches/0005-length-spelling-error.patch    |  10 +-
 debian/patches/series                              |   2 +-
 debian/ruby-netcdf.examples                        |   2 -
 debian/rules                                       |   5 +-
 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 +-
 25 files changed, 128 insertions(+), 243 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



More information about the Pkg-grass-devel mailing list