[pypy-svn] r73042 - in pypy/build/ubuntu: 1.2.0/debian trunk/debian

getxsick at codespeak.net getxsick at codespeak.net
Sun Mar 28 19:12:07 CEST 2010


Author: getxsick
Date: Sun Mar 28 19:12:05 2010
New Revision: 73042

Modified:
   pypy/build/ubuntu/1.2.0/debian/control
   pypy/build/ubuntu/trunk/debian/control
Log:
switch required libdb to 4.5

Modified: pypy/build/ubuntu/1.2.0/debian/control
==============================================================================
--- pypy/build/ubuntu/1.2.0/debian/control	(original)
+++ pypy/build/ubuntu/1.2.0/debian/control	Sun Mar 28 19:12:05 2010
@@ -2,7 +2,7 @@
 Section: python
 Priority: extra
 Maintainer: Bartosz Skowron <getxsick at gmail.com>
-Build-Depends: debhelper (>= 7), python-dev, libgc-dev, libbz2-dev, python-ctypes, libreadline5-dev, procps, zlib1g-dev, libffi-dev, libssl-dev, libexpat1-dev, libsqlite3-dev, libdb4.6
+Build-Depends: debhelper (>= 7), python-dev, libgc-dev, libbz2-dev, python-ctypes, libreadline5-dev, procps, zlib1g-dev, libffi-dev, libssl-dev, libexpat1-dev, libsqlite3-dev, libdb4.5
 Standards-Version: 3.8.3
 Homepage: http://pypy.org
 
@@ -22,7 +22,7 @@
 
 Package: pypy
 Architecture: i386
-Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, zlib1g, libsqlite3-dev, libdb4.6
+Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, zlib1g, libsqlite3-dev, libdb4.5
 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.

Modified: pypy/build/ubuntu/trunk/debian/control
==============================================================================
--- pypy/build/ubuntu/trunk/debian/control	(original)
+++ pypy/build/ubuntu/trunk/debian/control	Sun Mar 28 19:12:05 2010
@@ -2,7 +2,7 @@
 Section: python
 Priority: extra
 Maintainer: Bartosz Skowron <getxsick at gmail.com>
-Build-Depends: debhelper (>= 7), libgc-dev, libbz2-dev, python-ctypes, libreadline5-dev, procps, zlib1g-dev, libffi-dev, libssl-dev, libexpat1-dev, libsqlite3-0, libdb4.6
+Build-Depends: debhelper (>= 7), libgc-dev, libbz2-dev, python-ctypes, libreadline5-dev, procps, zlib1g-dev, libffi-dev, libssl-dev, libexpat1-dev, libsqlite3-0, libdb4.5
 Standards-Version: 3.8.3
 Homepage: http://pypy.org
 
@@ -22,7 +22,7 @@
 
 Package: pypy
 Architecture: i386
-Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, zlib1g, libsqlite3-0, libdb4.6
+Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, zlib1g, libsqlite3-0, libdb4.5
 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.



More information about the Pypy-commit mailing list