[DRE-commits] [rake-compiler] branch master updated (f6495e2 -> 9c630c8)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Wed Aug 30 19:42:54 UTC 2017


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

uwabami-guest pushed a change to branch master
in repository rake-compiler.

      from  f6495e2   Run wrap-and-sort on packaging files
      adds  d6ea932   New upstream version 1.0.4
       new  cde6d43   Updated version 1.0.4 from 'upstream/1.0.4'
       new  3d076f5   Drop patches
       new  5da6208   Bump debhelper >= 10
       new  299b871   Bump Standard Version: 4.0.0
       new  9c630c8   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:
 Gemfile                                            |   4 +-
 History.txt                                        |  81 +-
 README.rdoc                                        |  64 +-
 debian/changelog                                   |  16 +
 debian/control                                     |   4 +-
 .../0001-Remove-RubyGems-s-Dependency.patch        |  27 -
 .../0002-Update-RSpec-ver.2-to-RSpec-ver.3.patch   | 876 ---------------------
 debian/patches/series                              |   2 -
 features/step_definitions/cross_compilation.rb     |   4 +-
 lib/rake/baseextensiontask.rb                      |   5 +-
 lib/rake/extensioncompiler.rb                      |   2 -
 lib/rake/extensiontask.rb                          | 123 +--
 lib/rake/javaextensiontask.rb                      |   2 -
 metadata.yml                                       | 141 ----
 rake-compiler.gemspec                              |  44 ++
 spec/lib/rake/extensiontask_spec.rb                | 214 +++--
 spec/lib/rake/javaextensiontask_spec.rb            |  12 +-
 tasks/bin/cross-ruby.rake                          |   3 +-
 tasks/gem.rake                                     |   2 +-
 19 files changed, 439 insertions(+), 1187 deletions(-)
 delete mode 100644 debian/patches/0001-Remove-RubyGems-s-Dependency.patch
 delete mode 100644 debian/patches/0002-Update-RSpec-ver.2-to-RSpec-ver.3.patch
 delete mode 100644 debian/patches/series
 mode change 100755 => 100644 lib/rake/extensioncompiler.rb
 mode change 100755 => 100644 lib/rake/extensiontask.rb
 delete mode 100644 metadata.yml
 create mode 100644 rake-compiler.gemspec

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



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