[jnr-ffi] 01/01: Add javadoc binary package

Tim Potter tpot-guest at moszumanska.debian.org
Mon Apr 6 12:53:47 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-ffi.

commit 7c20d6e7442dece0c0a241b15b0a13c5046edba9
Author: Tim Potter <tpot at hp.com>
Date:   Mon Apr 6 22:53:32 2015 +1000

    Add javadoc binary package
---
 debian/control                     | 19 ++++++++++++++++++-
 debian/libjnr-ffi-java-doc.javadoc |  1 +
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d8ad9a0..5ef4e8b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jnr-ffi.git
 
 Package: libjnr-ffi-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
+Suggests: libjnr-ffi-java-doc, ${maven:OptionalDepends}
 Description: Java library for loading native libraries without writing writing JNI code
  Java Native Runtime (JNR) is a collection of Java libraries to make
  interfacing with OS-level features easier. JNR uses an alternate
@@ -20,3 +21,19 @@ Description: Java library for loading native libraries without writing writing J
  .
  The jnr-ffi package is a set of abstractions that build on the lower-level
  libraries implemented by the jnr-jffi package.
+
+Package: libjnr-ffi-java-doc
+Architecture: all
+Section: doc
+Depends: ${maven:DocDepends}, ${misc:Depends}
+Suggests: libjnr-ffi-java, ${maven:DocOptionalDepends}
+Description: Documentation for libjnr-ffi-java
+ 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-ffi package is a set of abstractions that build on the lower-level
+ libraries implemented by the jnr-jffi package.
+ .
+ This package contains the API documentation of libjnr-ffi.
diff --git a/debian/libjnr-ffi-java-doc.javadoc b/debian/libjnr-ffi-java-doc.javadoc
new file mode 100644
index 0000000..bcab5f9
--- /dev/null
+++ b/debian/libjnr-ffi-java-doc.javadoc
@@ -0,0 +1 @@
+target/site/apidocs usr/share/doc/libjnr-ffi-java/api

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



More information about the pkg-java-commits mailing list