[jnr-enxio] 01/02: Add javadoc binary package

Tim Potter tpot-guest at moszumanska.debian.org
Mon Apr 6 20:11:53 UTC 2015


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

tpot-guest pushed a commit to branch master
in repository jnr-enxio.

commit 5bc2cbf6a5b3f0ed0860783fbfae9ca45f310e95
Author: Tim Potter <tpot at hp.com>
Date:   Tue Apr 7 06:11:13 2015 +1000

    Add javadoc binary package
---
 debian/control | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3979817..87d7981 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Tim Potter <tpot at hp.com>
-Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, default-jdk, libjffi-java, libjnr-ffi-java, libjnr-constants-java, libjnr-x86asm-java
+Build-Depends: debhelper (>= 9), maven-debian-helper, javahelper, default-jdk, libjffi-java, libjnr-ffi-java, libjnr-constants-java, libjnr-x86asm-java, libmaven-javadoc-plugin-java, default-jdk-doc
 Standards-Version: 3.9.6
 Homepage: https://github.com/jnr/jnr-enxio
 Vcs-Git: git://anonscm.debian.org/pkg-java/jnr-enxio.git
@@ -11,7 +11,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnr-enxio.git
 
 Package: libjnr-enxio-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
+Suggests: libjnr-enxio-java-doc, ${maven:OptionalDepends}
 Description: Java extended native cross-platform I/O library
  Java Native Runtime (JNR) is a collection of Java libraries to make 
  interfacing with OS-level features easier. JNR uses an alternate
@@ -22,3 +23,21 @@ Description: Java extended native cross-platform I/O library
  library by implementing an I/O backend based on calls to the underlying
  native OS-level functions. This is implementing using the jnr-ffi
  foreign function interface.
+
+Package: libjnr-enxio-java-doc
+Architecture: all
+Section: doc
+Depends: ${maven:DocDepends}, ${misc:Depends}
+Suggests: libjnr-enxio-java, ${maven:DocOptionalDepends}
+Description: Java extended native cross-platform I/O library
+ 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-enxio package mimcs the standard Java non-blocking I/O (NIO)
+ library by implementing an I/O backend based on calls to the underlying
+ native OS-level functions. This is implementing using the jnr-ffi
+ foreign function interface.
+ .
+ This package contains the API documentation of libjnr-enxio.

-- 
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