[med-svn] [libjung-java] 02/03: rmeove contrib stuff

Olivier Sallou osallou at debian.org
Fri Aug 21 14:47:39 UTC 2015


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

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

commit c7a8fc9ec1ef257daa6c01320bad2ed55800feb6
Author: Olivier Sallou <osallou at debian.org>
Date:   Fri Aug 21 14:35:52 2015 +0000

    rmeove contrib stuff
---
 debian/control   | 34 ++--------------------------------
 debian/javabuild |  2 --
 debian/rules     | 21 +++------------------
 3 files changed, 5 insertions(+), 52 deletions(-)

diff --git a/debian/control b/debian/control
index 0e3086c..7a0eb59 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: libjung-free-java
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <mcrusoe at msu.edu>
+Uploaders: Michael R. Crusoe <mcrusoe at msu.edu>,
+           Olivier Sallou <osallou at debian.org>
 Section: java
 Priority: optional
 Build-Depends: debhelper (>= 9),
@@ -45,37 +46,6 @@ Description: Java Universal Network/Graph Framework
  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-contrib-java
-Section: contrib/java
-Architecture: all
-Depends: ${java:Depends},
-         ${misc:Depends}
-Recommends: ${java:Recommends}
-Description: Java Universal Network/Graph Framework contrib classes
- 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 Java classes with non-free dependencies.
 
 Package: libjung-free-java-doc
 Architecture: all
diff --git a/debian/javabuild b/debian/javabuild
index 2466f3b..5b505dd 100644
--- a/debian/javabuild
+++ b/debian/javabuild
@@ -6,5 +6,3 @@ jung-visualization-2.0.1.jar jung-visualization-2.0.1-sources
 jung-samples-2.0.1.jar jung-samples-2.0.1-sources
 jung-3d-2.0.1.jar jung-3d-2.0.1-sources
 jung-3d-demos-2.0.1.jar jung-3d-demos-2.0.1-sources
-jung-algorithms-contrib-2.0.1.jar jung-algorithms-contrib-2.0.1-sources
-jung-io-contrib-2.0.1.jar jung-io-contrib-2.0.1-sources
diff --git a/debian/rules b/debian/rules
index 36f992d..2477c17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,9 @@ export CLASSPATH=/usr/share/java/commons-collections4.jar:/usr/share/java/colt.j
 	dh $@ --with javahelper --parallel
 
 override_dh_clean:
-	rm -rf jung-3d-2.0.1-sources jung-3d-demos-2.0.1-sources jung-algorithms-2.0.1-sources jung-algorithms-contrib-2.0.1-sources
-	rm -rf jung-api-2.0.1-sources jung-graph-impl-2.0.1-sources jung-io-2.0.1-sources jung-io-contrib-2.0.1-sources jung-jai-contrib-2.0.1-sources
-	rm -rf jung-jai-samples-contrib-2.0.1-sources jung-samples-2.0.1-sources jung-samples-contrib-2.0.1-sources jung-visualization-2.0.1-sources
+	rm -rf jung-3d-2.0.1-sources jung-3d-demos-2.0.1-sources jung-algorithms-2.0.1-sources
+	rm -rf jung-api-2.0.1-sources jung-graph-impl-2.0.1-sources jung-io-2.0.1-sources
+	rm -rf jung-samples-2.0.1-sources jung-visualization-2.0.1-sources
 	dh_clean
 
 override_dh_auto_build:
@@ -31,22 +31,7 @@ override_dh_auto_build:
 		-e 's/TruePredicate.getInstance/TruePredicate.truePredicate/' ; \
 		cd ..; done;
 	patch -p1 < debian/patches/use-apache-commons-collections
-	mkdir -p jung-algorithms-contrib-2.0.1-sources/edu/uci/ics/jung/algorithms/importance
-	mkdir -p jung-algorithms-contrib-2.0.1-sources/edu/uci/ics/jung/algorithms/matrix
-	mkdir -p jung-io-contrib-2.0.1-sources/edu/uci/ics/jung/io
-	mkdir -p jung-samples-contrib-2.0.1-sources/edu/uci/ics/jung/samples
-	mv jung-algorithms-2.0.1-sources/edu/uci/ics/jung/algorithms/importance/MarkovCentrality.java \
-		jung-algorithms-2.0.1-sources/edu/uci/ics/jung/algorithms/importance/RandomWalkSTBetweenness.java \
-		jung-algorithms-2.0.1-sources/edu/uci/ics/jung/algorithms/importance/RandomWalkBetweenness.java \
-		jung-algorithms-contrib-2.0.1-sources/edu/uci/ics/jung/algorithms/importance/
-	mv jung-io-2.0.1-sources/edu/uci/ics/jung/io/MatrixFile.java jung-io-contrib-2.0.1-sources/edu/uci/ics/jung/io/
 	mv jung-jai-2.0.1-sources jung-jai-contrib-2.0.1-sources
 	mv jung-jai-samples-2.0.1-sources jung-jai-samples-contrib-2.0.1-sources
-	mv jung-samples-2.0.1-sources/edu/uci/ics/jung/samples/ClusteringDemo.java \
-		jung-samples-2.0.1-sources/edu/uci/ics/jung/samples/GraphFromGraphMLDemo.java \
-		jung-samples-2.0.1-sources/edu/uci/ics/jung/samples/SimpleGraphDraw.java \
-		jung-samples-2.0.1-sources/edu/uci/ics/jung/samples/GraphEditorDemo.java \
-		jung-samples-2.0.1-sources/edu/uci/ics/jung/samples/PluggableRendererDemo.java \
-		jung-samples-contrib-2.0.1-sources/edu/uci/ics/jung/samples/
 	rm -rf jung-jai-contrib-2.0.1-sources jung-jai-samples-contrib-2.0.1-sources
 	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