[med-svn] [libjung-java] 01/01: add -doc package for javadoc

Michael Crusoe misterc-guest at moszumanska.debian.org
Tue Feb 17 02:57:04 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository libjung-java.

commit 7f7006c8995edf62669419cb10f42479070fc437
Author: Michael R. Crusoe <mcrusoe at msu.edu>
Date:   Mon Feb 16 21:50:53 2015 -0500

    add -doc package for javadoc
---
 debian/control                  | 32 ++++++++++++++++++++++++++++++++
 debian/javabuild                |  4 ++++
 debian/libjung-java-doc.javadoc |  1 +
 debian/libjung-java.jlibs       |  4 ++++
 debian/rules                    | 14 +-------------
 5 files changed, 42 insertions(+), 13 deletions(-)

diff --git a/debian/control b/debian/control
index d749d46..856ffbc 100644
--- a/debian/control
+++ b/debian/control
@@ -41,3 +41,35 @@ Description: Java Universal Network/Graph Framework
  layout algorithms provided, or use the framework to create their own custom
  layouts. In addition, filtering mechanisms are provided which allow users to
  focus their attention, or their algorithms, on specific portions of the graph.
+
+Package: libjung-java-doc
+Architecture: all
+Section: doc
+Depends: ${java:Depends},
+         ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: Java Universal Network/Graph Framework (documentation)
+ JUNG provides a common and extendible language for the modeling, analysis, and
+ visualization of data that can be represented as a graph or network.
+ .
+ The JUNG architecture is designed to support a variety of representations of
+ entities and their relations, such as directed and undirected graphs,
+ multi-modal graphs, graphs with parallel edges, and hypergraphs. It provides
+ a mechanism for annotating graphs, entities, and relations with metadata. This
+ facilitates the creation of analytic tools for complex data sets that can
+ examine the relations between entities as well as the metadata attached to each
+ entity and relation.
+ .
+ The current distribution of JUNG includes implementations of a number of
+ algorithms from graph theory, data mining, and social network analysis, such as
+ routines for clustering, decomposition, optimization, random graph generation,
+ statistical analysis, and calculation of network distances, flows, and
+ importance measures (centrality, PageRank, HITS, etc.).
+ .
+ JUNG also provides a visualization framework that makes it easy to construct
+ tools for the interactive exploration of network data. Users can use one of the
+ layout algorithms provided, or use the framework to create their own custom
+ layouts. In addition, filtering mechanisms are provided which allow users to
+ focus their attention, or their algorithms, on specific portions of the graph.
+ .
+ This package contains the documentation.
diff --git a/debian/javabuild b/debian/javabuild
new file mode 100644
index 0000000..8770b19
--- /dev/null
+++ b/debian/javabuild
@@ -0,0 +1,4 @@
+collections15.jar collections15
+jung-api-2.0.1.jar jung-api-2.0.1-sources
+jung-algorithms-2.0.1.jar jung-algorithms-2.0.1-sources
+jung-graph-impl-2.0.1.jar jung-graph-impl-2.0.1-sources
diff --git a/debian/libjung-java-doc.javadoc b/debian/libjung-java-doc.javadoc
new file mode 100644
index 0000000..cb9fb3f
--- /dev/null
+++ b/debian/libjung-java-doc.javadoc
@@ -0,0 +1 @@
+internal /usr/share/doc/libjung-java/api
diff --git a/debian/libjung-java.jlibs b/debian/libjung-java.jlibs
new file mode 100644
index 0000000..62d6571
--- /dev/null
+++ b/debian/libjung-java.jlibs
@@ -0,0 +1,4 @@
+jung-api-2.0.1.jar
+collections15.jar
+jung-algorithms-2.0.1.jar
+jung-graph-impl-2.0.1.jar
diff --git a/debian/rules b/debian/rules
index 35b1ebe..c6829d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,16 +22,4 @@ override_dh_auto_build:
 		#-e 's/ChainedTransformer.getInstance/ChainedTransformer.chainedTransformer/' \
 		#-e 's/CloneTransformer.getInstance/CloneTransformer.cloneTransformer/' ;
 		# this _almost_ worked :-(
-	jh_build collections15.jar collections15
-	jh_build jung-api-2.0.1.jar jung-api-2.0.1-sources
-	jh_build jung-algorithms-2.0.1.jar jung-algorithms-2.0.1-sources
-	jh_build jung-graph-impl-2.0.1.jar jung-graph-impl-2.0.1-sources
-
-override_dh_auto_install:
-	jh_installlibs jung-api-2.0.1.jar
-	jh_installlibs collections15.jar
-	jh_installlibs jung-algorithms-2.0.1.jar
-	jh_installlibs jung-graph-impl-2.0.1.jar
-
-#get-orig-source:
-#	. debian/get-orig-source
+	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libjung-java.git



More information about the debian-med-commit mailing list