[Python-modules-commits] r28039 - in packages/pydot/trunk/debian (changelog control)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Mar 6 19:04:39 UTC 2014


    Date: Thursday, March 6, 2014 @ 19:04:38
  Author: morph
Revision: 28039

extend long description

Modified:
  packages/pydot/trunk/debian/changelog
  packages/pydot/trunk/debian/control

Modified: packages/pydot/trunk/debian/changelog
===================================================================
--- packages/pydot/trunk/debian/changelog	2014-03-06 19:04:06 UTC (rev 28038)
+++ packages/pydot/trunk/debian/changelog	2014-03-06 19:04:38 UTC (rev 28039)
@@ -10,6 +10,7 @@
     - removed Conflict, no longer needed (version already superseded in stable)
     - removed old XB-P-V, no longer needed
     - added misc:Depends to binary package
+    - extend long description
   * debian/copyright
     - converted to DEP-5 format
     - updated as per new upstream release
@@ -27,7 +28,7 @@
   * Remove DM-Upload-Allowed; it's no longer used by the archive
     software.
 
- -- Sandro Tosi <morph at debian.org>  Thu, 06 Mar 2014 20:03:55 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 06 Mar 2014 20:04:24 +0100
 
 pydot (1.0.2-1) unstable; urgency=low
 

Modified: packages/pydot/trunk/debian/control
===================================================================
--- packages/pydot/trunk/debian/control	2014-03-06 19:04:06 UTC (rev 28038)
+++ packages/pydot/trunk/debian/control	2014-03-06 19:04:38 UTC (rev 28039)
@@ -14,5 +14,9 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-pyparsing (>= 1.4.10), graphviz
 Description: Python interface to Graphviz's dot
- This package provides you with a full Python interface for creating,
- handling, modifying and processing graphs in Graphviz's dot language.
+ pydot allows one to easily create both directed and non directed graphs from
+ Python. Currently all attributes implemented in the Dot language are supported.
+ .
+ Output can be inlined in Postscript into interactive scientific environments
+ like TeXmacs, or output in any of the format's supported by the Graphviz tools
+ dot, neato, twopi.




More information about the Python-modules-commits mailing list