This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jnr-unixsocket.
commit d644043cee9eafef207450b099b99753ef413212 Author: Tim Potter <[email protected]> Date: Tue Apr 7 06:21:02 2015 +1000 Add javadoc binary package --- debian/control | 21 +++++++++++++++++++-- debian/libjnr-unixsocket-java-doc.javadoc | 1 + 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 9308bc9..e988705 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Tim Potter <[email protected]> -Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, default-jdk, libjnr-enxio-java, libjnr-ffi-java, libjnr-constants-java, libjffi-java, libjnr-x86asm-java +Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, default-jdk, libjnr-enxio-java, libjnr-ffi-java, libjnr-constants-java, libjffi-java, libjnr-x86asm-java, default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 3.9.6 Homepage: https://github.com/jnr/jnr-unixsocket Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-unixsocket.git @@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnr-unixsocket.git Package: libjnr-unixsocket-java Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${maven:Depends}, ${misc:Depends} Description: Java access to native libraries for unix sockets Java Native Runtime (JNR) is a collection of Java libraries to make interfacing with OS-level features easier. JNR uses an alternate @@ -21,3 +21,20 @@ Description: Java access to native libraries for unix sockets The jnr-unixsocket package provides access in Java to the unix domain socket verions of socket(), listen(), bind(), accept(), connect() and others via the native OS libraries. + +Package: libjnr-unixsocket-java-doc +Architecture: all +Section: doc +Depends: ${maven:DocDepends}, ${misc:Depends} +Suggests: libjnr-unixsocket-java, ${maven:DocOptionalDepends} +Description: Java access to native libraries for unix sockets + Java Native Runtime (JNR) is a collection of Java libraries to make + interfacing with OS-level features easier. JNR uses an alternate + method to JNI or JNA to achieve programming simplicity while still + retaining performance. + . + The jnr-unixsocket package provides access in Java to the unix domain + socket verions of socket(), listen(), bind(), accept(), connect() and + others via the native OS libraries. + . + This package contains the API documentation of libjnr-ffi. diff --git a/debian/libjnr-unixsocket-java-doc.javadoc b/debian/libjnr-unixsocket-java-doc.javadoc new file mode 100644 index 0000000..972f309 --- /dev/null +++ b/debian/libjnr-unixsocket-java-doc.javadoc @@ -0,0 +1 @@ +target/site/apidocs usr/share/doc/libjnr-unixsocket-java/api -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-unixsocket.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

