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

getxsick at codespeak.net getxsick at codespeak.net
Sun Mar 28 21:48:55 CEST 2010


Author: getxsick
Date: Sun Mar 28 21:48:50 2010
New Revision: 73044

Modified:
   pypy/build/ubuntu/1.2.0/debian/control
   pypy/build/ubuntu/trunk/debian/control
Log:
use libdb-dev instead of libdb4.5. thanks to amaury

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 21:48:50 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.5
+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, libdb-dev
 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.5
+Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, zlib1g, libsqlite3-dev, libdb-dev
 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 21:48:50 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.5
+Build-Depends: debhelper (>= 7), libgc-dev, libbz2-dev, python-ctypes, libreadline5-dev, procps, zlib1g-dev, libffi-dev, libssl-dev, libexpat1-dev, libsqlite3-0, libdb-dev
 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.5
+Depends: ${shlibs:Depends}, ${misc:Depends}, pypy-lib, zlib1g, libsqlite3-0, libdb-dev
 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