[libjna-java] branch master updated (dadddfa -> b616cf5)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jan 9 23:35:03 UTC 2018
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 dadddfa Upload to unstable
new e5d294a Standards-Version updated to 4.1.3
adds b836dad New upstream version 4.5.1
new d62def4 Update upstream source from tag 'upstream/4.5.1'
new 54b029d Refreshed the patches
new c25e08b Removed the contradicting javadoc patches
new b616cf5 Upload to unstable
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:
CHANGES.md | 16 +++
README.md | 12 +--
.../com/sun/jna/BuildArmSoftFloatDetector.java | 30 ++++--
ant-tools-src/com/sun/jna/CalcAndroidVersion.java | 102 +++++++++++++++++++
ant-tools-src/com/sun/jna/package-info.java | 10 ++
build.xml | 52 ++++++----
.../src/com/sun/jna/platform/mac/MacFileUtils.java | 8 +-
.../src/com/sun/jna/platform/unix/LibCAPI.java | 20 ++++
.../com/sun/jna/platform/win32/Advapi32Util.java | 4 +-
.../platform/win32/COM/COMLateBindingObject.java | 6 +-
.../jna/platform/win32/COM/util/ProxyObject.java | 4 +-
.../com/sun/jna/platform/win32/Crypt32Util.java | 4 +-
.../src/com/sun/jna/platform/win32/GDI32Util.java | 6 +-
.../com/sun/jna/platform/win32/Kernel32Util.java | 12 +--
.../com/sun/jna/platform/win32/Win32Exception.java | 31 ++++++
.../com/sun/jna/platform/win32/WininetUtil.java | 2 +-
.../src/com/sun/jna/platform/win32/Winsock2.java | 81 ++++++++++++++++
.../com/sun/jna/platform/win32/WinspoolUtil.java | 2 +-
.../test/com/sun/jna/platform/unix/LibCTest.java | 47 +++++++--
.../win32/COM/util/ProxyObjectFactory_Test.java | 2 -
.../COM/util/ProxyObjectObjectFactory_Test.java | 14 ++-
.../com/sun/jna/platform/win32/Kernel32Test.java | 4 +-
.../test/com/sun/jna/platform/win32/PsapiTest.java | 6 +-
.../sun/jna/platform/win32/Win32ExceptionTest.java | 20 ++++
.../com/sun/jna/platform/win32/Winsock2Test.java} | 30 +++---
debian/changelog | 10 ++
debian/control | 2 +-
debian/patches/03-dynlink-and-cflags.patch | 4 +-
.../06-remove-gjdoc-inexistent-options.patch | 14 ---
debian/patches/09-javadoc.patch | 2 +-
debian/patches/10-disable-full-jar.patch | 6 +-
debian/patches/13-reproducible-javadoc.patch | 15 ---
debian/patches/series | 2 -
nbproject/project.xml | 10 +-
src/com/sun/jna/ELFAnalyser.java | 64 ++++++------
src/com/sun/jna/Platform.java | 8 +-
test/com/sun/jna/ELFAnalyserTest.java | 108 +++++++++++++++------
37 files changed, 571 insertions(+), 199 deletions(-)
rename {ant-elfanalyser-src => ant-tools-src}/com/sun/jna/BuildArmSoftFloatDetector.java (64%)
create mode 100644 ant-tools-src/com/sun/jna/CalcAndroidVersion.java
create mode 100644 ant-tools-src/com/sun/jna/package-info.java
create mode 100644 contrib/platform/src/com/sun/jna/platform/win32/Winsock2.java
copy contrib/platform/{src/com/sun/jna/platform/win32/LMJoin.java => test/com/sun/jna/platform/win32/Winsock2Test.java} (58%)
delete mode 100644 debian/patches/06-remove-gjdoc-inexistent-options.patch
delete 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