[libjna-java] branch master updated (310cd1b -> 3764493)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 3 22:52:15 UTC 2015


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

ebourg-guest pushed a change to branch master
in repository libjna-java.

      from  310cd1b   Upload to unstable
      adds  9f97491   Imported Upstream version 4.2.1
       new  591686a   Merge tag 'upstream/4.2.1'
       new  76e33f2   Refreshed the patches
       new  c15fbd5   Set the locale and remove the timestamps when generating the javadoc
       new  3764493   Upload to unstable

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.md                                         |  29 +-
 README.md                                          |  15 +-
 build.xml                                          |  15 +-
 contrib/alphamaskdemo/build.xml                    |   2 +-
 contrib/balloonmanagerdemo/build.xml               |   2 +-
 contrib/balloontips/build.xml                      |   2 +-
 contrib/dnddemo/build.xml                          |   2 +-
 .../src/com/sun/jna/platform/mac/SystemB.java      |  24 +
 .../src/com/sun/jna/platform/win32/Kernel32.java   |  84 +++
 .../src/com/sun/jna/platform/win32/WinBase.java    | 646 +++++++++++++++++++++
 .../test/com/sun/jna/platform/mac/SystemBTest.java |  20 +
 .../com/sun/jna/platform/win32/Kernel32Test.java   | 163 ++++++
 .../com/sun/jna/platform/win32/WinBaseTest.java    | 136 +++++
 contrib/shapedwindowdemo/build.xml                 |   2 +-
 debian/changelog                                   |  10 +
 debian/patches/03-dynlink-and-cflags.patch         |   4 +-
 .../06-remove-gjdoc-inexistent-options.patch       |   2 +-
 debian/patches/09-javadoc.patch                    |   2 +-
 debian/patches/10-disable-full-jar.patch           |   4 +-
 debian/patches/13-reproducible-javadoc.patch       |  15 +
 debian/patches/series                              |   1 +
 src/com/sun/jna/Native.java                        |   4 +-
 src/com/sun/jna/Version.java                       |   2 +-
 test/com/sun/jna/ArgumentsMarshalTest.java         |  21 +
 test/com/sun/jna/DirectArgumentsMarshalTest.java   |   2 +
 test/com/sun/jna/DirectReturnTypesTest.java        |   2 +
 test/com/sun/jna/PlatformTest.java                 |   3 +
 test/com/sun/jna/ReturnTypesTest.java              |  21 +-
 28 files changed, 1205 insertions(+), 30 deletions(-)
 create mode 100644 contrib/platform/test/com/sun/jna/platform/win32/WinBaseTest.java
 create mode 100644 debian/patches/13-reproducible-javadoc.patch

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



More information about the pkg-java-commits mailing list