[DRE-commits] [ruby-mpi] branch master updated (b7ae65e -> 0cdfbee)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Jul 9 09:23:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

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

      from  b7ae65e   Create Debian package
       new  f0ccb12   Imported Upstream version 0.3.0
       new  505d94d   Refresh patches
       new  0cdfbee   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:
 Gemfile                                            |   8 +-
 Gemfile.lock                                       |  30 ---
 LICENSE.txt                                        |   2 +-
 README.rdoc                                        |   7 +-
 Rakefile                                           |   3 +-
 VERSION                                            |   2 +-
 checksums.yaml.gz                                  | Bin 0 -> 270 bytes
 debian/changelog                                   |   7 +
 debian/patches/0001-Fix-NArray-PATH.patch          |  37 ++++
 debian/patches/0001-FixNArrayPATH.patch            |  29 ---
 debian/patches/0002-Drop-RubyGems-Depends.patch    |  20 ++
 debian/patches/0002-DropRubygemsDepends.patch      |  18 --
 .../0003-Fix-spec-test-loader-for-Debianize.patch  |  53 ++++++
 debian/patches/0003-add_spec_helper_require.patch  |  18 --
 debian/patches/series                              |   6 +-
 ext/mpi/extconf.rb                                 |  14 +-
 ext/mpi/mpi.c                                      | 212 ++++++++++++++-------
 lib/mpi/utils.rb                                   |  17 ++
 metadata.yml                                       | 159 ++++++++--------
 samples/hello.rb                                   |   8 +-
 samples/narray.rb                                  |   6 +
 samples/narray_offset.rb                           |  29 +++
 spec/ruby-mpi_spec.rb                              |   8 +-
 test/test_utils.rb                                 |  21 ++
 24 files changed, 449 insertions(+), 265 deletions(-)
 delete mode 100644 Gemfile.lock
 create mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/0001-Fix-NArray-PATH.patch
 delete mode 100644 debian/patches/0001-FixNArrayPATH.patch
 create mode 100644 debian/patches/0002-Drop-RubyGems-Depends.patch
 delete mode 100644 debian/patches/0002-DropRubygemsDepends.patch
 create mode 100644 debian/patches/0003-Fix-spec-test-loader-for-Debianize.patch
 delete mode 100644 debian/patches/0003-add_spec_helper_require.patch
 create mode 100644 lib/mpi/utils.rb
 create mode 100644 samples/narray_offset.rb
 create mode 100644 test/test_utils.rb

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



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