[libinline-java-perl] branch master updated (c2ccc25 -> eb219a3)

gregor herrmann gregoa at debian.org
Fri Nov 14 18:08:10 UTC 2014


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

gregoa pushed a change to branch master
in repository libinline-java-perl.

      from  c2ccc25   releasing package libinline-java-perl version 0.53-3
      adds  572f4e4   Imported Upstream version 0.55
       new  823f672   Merge tag 'upstream/0.55'
       new  0d1d741   Add git URL to Source field in debian/copyright.
       new  b97f268   Update build and runtime dependencies.
       new  eb219a3   update changelog

The 4 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:
 CHANGES                                      |   5 +
 Java.pm                                      | 929 +++++++++++++--------------
 Java.pod                                     | 288 ++++-----
 Java/Array.pm                                |   4 +-
 Java/Callback.pm                             |   2 +-
 Java/Class.pm                                |   2 +-
 Java/Handle.pm                               |   4 +-
 Java/JNI.pm                                  |   2 +-
 Java/JNI.xs                                  |   2 +-
 Java/JVM.pm                                  |   2 +-
 Java/Object.pm                               |   4 +-
 Java/PerlInterpreter/PerlInterpreter.pm      |   3 +-
 Java/PerlInterpreter/t/02_perl_interpreter.t |  11 +-
 Java/PerlInterpreter/t/Tests.pl              |  12 +
 Java/Portable.pm                             |  24 +-
 Java/Protocol.pm                             |   2 +-
 Java/Server.pm                               |   2 +-
 Java/typemap                                 |   0
 MANIFEST                                     |   1 +
 META.json                                    |  52 ++
 META.yml                                     |  42 +-
 Makefile.PL                                  |  19 +-
 debian/changelog                             |  12 +
 debian/control                               |   3 +-
 debian/copyright                             |   1 +
 debian/rules                                 |   2 +-
 t/02_primitives.t                            |   0
 t/03_objects.t                               |   1 -
 t/04_members.t                               |   0
 t/05_arrays.t                                |   0
 t/06_static.t                                |   0
 t/13_handles.t                               |   2 +-
 t/no_const.java                              |   0
 t/shared.java                                |   0
 t/types.java                                 |   0
 35 files changed, 774 insertions(+), 659 deletions(-)
 mode change 100755 => 100644 Java/typemap
 create mode 100644 META.json
 mode change 100755 => 100644 t/02_primitives.t
 mode change 100755 => 100644 t/03_objects.t
 mode change 100755 => 100644 t/04_members.t
 mode change 100755 => 100644 t/05_arrays.t
 mode change 100755 => 100644 t/06_static.t
 mode change 100755 => 100644 t/no_const.java
 mode change 100755 => 100644 t/shared.java
 mode change 100755 => 100644 t/types.java

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list