This is an automated email from the git hooks/post-receive script. osallou pushed a commit to branch master in repository libjung-java.
commit 1099ac09c5c078bcd08587dcb5d4d93de08bcab0 Author: Olivier Sallou <[email protected]> Date: Fri Aug 21 14:41:14 2015 +0000 update for upload some info --- debian/changelog | 6 +++++- debian/control | 3 +++ debian/copyright | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index efd04c9..b178d0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ -libjung-free-java (2.0.1-1) UNRELEASED; urgency=low +libjung-free-java (2.0.1-1) unstable; urgency=low * Initial release (Closes: #368931) + [ Olivier Sallou ] + * Remove jai classes for licensing reasons. Thoses classes are independent + and do not prevent use of the provided classes. + -- Michael R. Crusoe <[email protected]> Fri, 13 Feb 2015 11:52:45 -0500 diff --git a/debian/control b/debian/control index 7a0eb59..ebd7cd7 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,9 @@ Description: Java Universal Network/Graph Framework JUNG provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network. . + This package does not contain the jung jai classes (Java Advanced Imaging) for + licensing reasons. + . 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 diff --git a/debian/copyright b/debian/copyright index 66b0a1f..6ee0f98 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,7 +7,8 @@ Copyright: © 2003-2004, Regents of the University of California and the JUNG P License: BSD-3-clause Files: debian/* -Copyright: © 2014 Michigan State University +Copyright: 2014 Michigan State University + 2015 Olivier Sallou <osallou@ðebian.org> License: BSD-3-clause Files: debian/patches/collections15 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libjung-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
