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

getxsick at codespeak.net getxsick at codespeak.net
Thu Mar 11 23:55:58 CET 2010


Author: getxsick
Date: Thu Mar 11 23:55:57 2010
New Revision: 72145

Modified:
   pypy/build/ubuntu/debian/control
Log:
update desctiptions to Debian standards

Modified: pypy/build/ubuntu/debian/control
==============================================================================
--- pypy/build/ubuntu/debian/control	(original)
+++ pypy/build/ubuntu/debian/control	Thu Mar 11 23:55:57 2010
@@ -11,7 +11,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib (>= ${source:Version}), python, python-ctypes, gcc, libffi-dev, zlib1g-dev, libbz2-dev
 Recommends: pypy-doc, python-dev, libgc-dev, llvm-cfe, mono-gmcs, spidermonkey-bin, jasmin-sable, libreadline5-dev
 Suggests: gcl-dev
-Description: PyPy-dev is a compiler writing toolchain.
+Description: compiler writing toolchain
  This package provides the toolchain (including source code) for developing
  dynamic languages interpreters in RPython. It can be also used to compile
  PyPy's Python interpreter, although we suggest downloading it from trunk
@@ -23,14 +23,14 @@
 Package: pypy
 Architecture: i386
 Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, zlib1g
-Description: PyPy is a python interpreter with Just in time compiler.
- This package provides a binary version of the compiled interpreter, together
- with several supported modules.
+Description: python interpreter with Just in time compiler
+ This package provides a binary version of the compiled interpreter with
+ Just in time compilter, together with several supported modules.
 
 Package: pypy-doc
 Architecture: all
 Section: doc
-Description: Documentation for PyPy
+Description: documentation for PyPy
  This package provides documentation for the PyPy interpreter, the translation
  process, etc. You will definitely need it if you intend to play with PyPy,
  however all of those docs are online.
@@ -44,9 +44,9 @@
 
 Package: pypy-dotviewer
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-pygame, graphviz
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-pygame, graphviz
 Recommends: pypy | pypy-dev
-Description: A viewer for dot files and graphs generated by PyPy
+Description: 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