[jnr-enxio] branch master updated (176d4e7 -> 4ae6918)

Miguel Landaeta nomadium at moszumanska.debian.org
Mon Jul 17 17:56:23 UTC 2017


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

nomadium pushed a change to branch master
in repository jnr-enxio.

      from  176d4e7   Upload to unstable
      adds  5ca8d8e   Imported Upstream version 0.16
      adds  04c55f3   Merge tag 'upstream/0.16' into experimental
      adds  3b70750   Add myself as uploader
      adds  91768fc   Bump debhelper compat level to 10
      adds  23a89eb   Bump Standards-Version to 3.9.8
      adds  f4329fe   Update copyright file
      adds  e8e6ca9   Switch Vcs-* fields to https
      adds  e34c197   Remove d/docs file
      adds  9d3f2f9   Fix typo in package descriptions
      adds  52190ec   Wrap and sort dependencies lists
      adds  03c9bbd   Add versioned B-D on libjnr-ffi-java >= 2.1.0~
      adds  bcef5f1   Add B-D on bundle and source Maven plugins
      adds  15094e6   Upload to experimental
       new  40895b7   Merge tag 'debian/0.16-1'
       new  4ae6918   Upload to unstable

The 2 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:
 .travis.yml                                        |   2 +-
 README.md                                          |   6 +
 debian/changelog                                   |  22 +++
 debian/compat                                      |   2 +-
 debian/control                                     |  31 ++--
 debian/copyright                                   |   1 +
 debian/docs                                        |   0
 pom.xml                                            |  66 +++++++-
 src/main/java/jnr/enxio/channels/KQSelector.java   | 170 ++++++++++-----------
 src/main/java/jnr/enxio/channels/Native.java       |  14 +-
 .../java/jnr/enxio/channels/NativeException.java   |  18 +++
 .../jnr/enxio/channels/NativeSocketChannel.java    |  10 +-
 src/test/java/jnr/enxio/channels/NativeTest.java   |  26 ++++
 .../java/jnr/enxio/example/TCPServer.java          |   2 +-
 14 files changed, 259 insertions(+), 111 deletions(-)
 create mode 100644 README.md
 delete mode 100644 debian/docs
 create mode 100644 src/main/java/jnr/enxio/channels/NativeException.java
 create mode 100644 src/test/java/jnr/enxio/channels/NativeTest.java
 rename src/{main => test}/java/jnr/enxio/example/TCPServer.java (98%)

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



More information about the pkg-java-commits mailing list