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

getxsick at codespeak.net getxsick at codespeak.net
Thu Mar 4 23:40:39 CET 2010


Author: getxsick
Date: Thu Mar  4 23:40:37 2010
New Revision: 71746

Modified:
   pypy/build/ubuntu/debian/control
Log:
update package dependence and switch architecture of pypy package to i386

Modified: pypy/build/ubuntu/debian/control
==============================================================================
--- pypy/build/ubuntu/debian/control	(original)
+++ pypy/build/ubuntu/debian/control	Thu Mar  4 23:40:37 2010
@@ -10,8 +10,8 @@
 
 Package: pypy-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-codespeak-lib (>= 0.9.0), pypy-lib (>= ${source:Version}), python, python-ctypes
-Recommends: pypy-doc, python-pygame, graphviz, python-dev, gcc, libgc-dev, llvm-cfe, mono-gmcs, spidermonkey-bin, jasmin-sable, libreadline5-dev
+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: the Python in python interpreter, interpreted version
  The PyPy project aims to provide a Python implementation of the Python
@@ -26,8 +26,8 @@
  build a custom translated version of the PyPy interpreter.
 
 Package: pypy
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib
+Architecture: i386
+Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, libffi, zlib1g, libbz2-dev
 Description: the Python in Python interpreter, C backend translation
  The PyPy project aims to provide a Python implementation of the Python
  interpreter.



More information about the Pypy-commit mailing list