[pypy-svn] r71779 - pypy/build/ubuntu/debian

fijal at codespeak.net fijal at codespeak.net
Fri Mar 5 05:42:13 CET 2010


Author: fijal
Date: Fri Mar  5 05:42:11 2010
New Revision: 71779

Modified:
   pypy/build/ubuntu/debian/control
Log:
Write a description for dotviewer


Modified: pypy/build/ubuntu/debian/control
==============================================================================
--- pypy/build/ubuntu/debian/control	(original)
+++ pypy/build/ubuntu/debian/control	Fri Mar  5 05:42:11 2010
@@ -46,5 +46,7 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, python-pygame, graphviz
 Recommends: pypy | pypy-dev
-Description: XXX
- Description of the package
+Description: A viewer for dot files and graphs generated by PyPy
+ This package provides a tool that can display .dot files in animated
+ manner. It's widely used by various PyPy's debugging tools, like
+ JIT assembler viewer, flowgraph viewer etc.



More information about the Pypy-commit mailing list