[pkg-java] r12406 - trunk/libjgrapht-java/branch_0.8/debian

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Fri May 14 14:47:24 UTC 2010


Author: gmascellani-guest
Date: 2010-05-14 14:47:22 +0000 (Fri, 14 May 2010)
New Revision: 12406

Modified:
   trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian
   trunk/libjgrapht-java/branch_0.8/debian/changelog
   trunk/libjgrapht-java/branch_0.8/debian/control
Log:
Description fixed


Modified: trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian	2010-05-14 14:42:02 UTC (rev 12405)
+++ trunk/libjgrapht-java/branch_0.8/debian/TODO.Debian	2010-05-14 14:47:22 UTC (rev 12406)
@@ -1,3 +1,2 @@
- * Fix descriptions and changelog
  * Check lintian and cowbuilder
  * Check the touchgraph issue

Modified: trunk/libjgrapht-java/branch_0.8/debian/changelog
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/changelog	2010-05-14 14:42:02 UTC (rev 12405)
+++ trunk/libjgrapht-java/branch_0.8/debian/changelog	2010-05-14 14:47:22 UTC (rev 12406)
@@ -15,6 +15,7 @@
     version of the API, in order to have in the archive both 0.6 and 0.8.
   * General cleanup and other minor fixes.
   * Conflicts with previous versions removed (all files are versioned).
+  * Description updated and fixed.
 
  -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Wed, 12 May 2010 11:29:07 +0200
 

Modified: trunk/libjgrapht-java/branch_0.8/debian/control
===================================================================
--- trunk/libjgrapht-java/branch_0.8/debian/control	2010-05-14 14:42:02 UTC (rev 12405)
+++ trunk/libjgrapht-java/branch_0.8/debian/control	2010-05-14 14:47:22 UTC (rev 12406)
@@ -19,14 +19,19 @@
  JGraphT is a free Java graph library that provides mathematical
  graph theory objects and algorithms. JGraphT supports various types of
  graphs including:
-  - directed and undirected graphs
-  - graphs with weighted, unweighted, labeled or user-defined edges
+  - directed and undirected graphs;
+  - graphs with weighted, unweighted, labeled or user-defined edges;
   - various edge multiplicity options, including simple graphs,
-    multigraphs and pseudographs
+    multigraphs and pseudographs;
   - unmodifiable graphs: allow modules to provide "read-only" access
-    to internal graphs
-  - listenable graphs: allow external listeners to track modification events
-  - subgraphs: graphs that are auto-updating subgraph views on other graphs
+    to internal graphs;
+  - listenable graphs: allow external listeners to track modification events;
+  - subgraphs: graphs that are auto-updating subgraph views on other graphs;
+  - all compositions of above graphs.
+ .
+ JGraphT is designed to be simple and type-safe (via Java generics): graph
+ vertices can be of any objects: Strings, URLs, XML documents, even graphs
+ themselves.
 
 Package: libjgrapht0.8-java-doc
 Architecture: all
@@ -34,6 +39,7 @@
 Depends: ${misc:Depends}
 Section: doc
 Description: javadoc-generated API of libjgrapht-java
- The javadoc utility was used to convert comments of the Java source
- code into a complete documentation. That can be accessed easily
- with a regular web browser in /usr/share/doc/libjgrapht-java/apidoc.
+ JGraphT is a free Java graph library that provides mathematical
+ graph theory objects and algorithms.
+ .
+ This package contains the javadoc documentation for JGraphT.




More information about the pkg-java-commits mailing list