[DRE-commits] [ruby-rjb] branch master updated (9e48abb -> bdc796f)

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Dec 20 22:06:26 UTC 2016


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

lunar pushed a change to branch master
in repository ruby-rjb.

      from  9e48abb   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  09a88b8   copy back char[] contents into original array
      adds  2f960ea   change URI of my backyard
      adds  195d4d5   add jre/bin for loading further DLLs
      adds  95b0528   Added a conventional README file.
      adds  9f66b11   Merge pull request #46 from arbox/fb_adding_readme
      adds  fedfb4f   Removed the executable bit.
      adds  da81a4c   Merge pull request #45 from arbox/fb_changing_access_mode
      adds  0f992ae   Support Linux/ARM
      adds  fd039d9   Merge pull request #47 from maxberger/master
      adds  2511af7   remove extconf.h, it should generate at building time
      adds  00f06d7   support JDK1.5 env
      adds  a79521e   change package name
      adds  bc1052c   remove executal bit from files
      adds  efc42ef   Added `.gitattributes` to handle Line Endings.
      adds  81a9fe7   Normalized all line endings to match LF.
      adds  59273f7   Merge pull request #52 from arbox/fb_autocrlf
      adds  e9cc9db   Changed line endings to the Unix style.
      adds  1a830a9   Introduced GemSpec and Rakefile.
      adds  aa490f0   Introduced additional checks for the VERSION constant.
      adds  f9d4551   spcify LoadError for failing require
      adds  e5f9c76   Merge branch 'arbox-fb_introduction_rakefile'
      adds  3a21025   Introduced GemSpec and Rakefile (arbox), update ChangeLog for maxberger's ARM support etc
      adds  0835b06   add ChangeLog
      adds  1605564   New upstream version 1.5.5
       new  06ef041   Merge tag 'upstream/1.5.5'
       new  cb86882   Refresh patches
       new  f7137a1   Add patch to remove support for obsolete rake/gempackagetask
       new  40a6bef   Update git-buildpackage config to new section style
       new  c2cec6b   Bump Standards-Version
       new  839555d   Update Homepage control field
       new  b18d519   Fix spelling mistake in extended description
       new  bdc796f   Release version 1.5.5-1

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:
 .gitattributes                                     |   23 +
 ChangeLog                                          | 1422 ++++++++++----------
 README.md                                          |   65 +
 Rakefile                                           |   12 +
 debian/changelog                                   |   21 +
 debian/control                                     |    8 +-
 debian/gbp.conf                                    |    2 +-
 ...e-file-to-be-specified-using-the-RJB_BRID.patch |    4 +-
 .../0002-Fix-paths-to-jars-in-test-suite.patch     |   60 +-
 ...od-that-always-returns-an-object-in-test_.patch |   30 -
 .../patches/0005-Always-JVM_TYPE-to-server.patch   |    2 +-
 ...OME-with-a-sensible-value-if-not-set-when.patch |    4 +-
 ...-support-for-obsolete-rake-gempackagetask.patch |   26 +
 debian/patches/series                              |    2 +-
 ext/extconf.h                                      |    8 -
 ext/jniwrap.h                                      |   68 +-
 ext/load.c                                         |    2 +
 ext/rjb.c                                          |   15 +-
 lib/rjb.rb                                         |    3 +
 lib/rjb/version.rb                                 |   27 +
 lib/rjbextension.rb                                |    2 +-
 readme.sj                                          |   54 +-
 rjb.gemspec                                        |   51 +
 rjb.rake                                           |  116 +-
 test/CallbackTest.java                             |   24 +-
 test/JarTest.java                                  |   16 +-
 test/JarTest2.java                                 |   14 +-
 test/Test.java                                     |  286 ++--
 test/Two.java                                      |    1 +
 test/TwoCaller.java                                |    1 +
 test/exttest.rb                                    |   78 +-
 test/jartest.rb                                    |   48 +-
 test/jartest2.rb                                   |   46 +-
 test/jartest3.rb                                   |   56 +-
 test/test.rb                                       |   60 +-
 test/test_unload.rb                                |   52 +-
 36 files changed, 1476 insertions(+), 1233 deletions(-)
 create mode 100644 .gitattributes
 mode change 100755 => 100644 ChangeLog
 create mode 100644 README.md
 create mode 100644 Rakefile
 delete mode 100644 debian/patches/0004-Use-an-method-that-always-returns-an-object-in-test_.patch
 create mode 100644 debian/patches/0005-Remove-support-for-obsolete-rake-gempackagetask.patch
 delete mode 100755 ext/extconf.h
 mode change 100755 => 100644 ext/rjb.c
 mode change 100755 => 100644 lib/rjb.rb
 create mode 100644 lib/rjb/version.rb
 create mode 100644 rjb.gemspec
 mode change 100755 => 100644 test/JarTest2.java
 mode change 100755 => 100644 test/Test.java
 mode change 100755 => 100644 test/test.rb

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



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