From: etrunko Date: Thu, 30 Oct 2008 19:34:32 +0000 (+0000) Subject: debian/control.in: Depend on python2.5-ecore. X-Git-Url: http://vcs.maemo.org/git/?p=maemo-efl;a=commitdiff_plain;h=c5d5024b02d8f1b56aac6bf6412e6bbecbabed70 debian/control.in: Depend on python2.5-ecore. --- diff --git a/trunk/python-epsilon/debian/control.in b/trunk/python-epsilon/debian/control.in index a65bb3d..8175422 100644 --- a/trunk/python-epsilon/debian/control.in +++ b/trunk/python-epsilon/debian/control.in @@ -2,14 +2,14 @@ Source: python-epsilon Section: python Priority: optional Maintainer: Maemo-EFL Team -Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libecore0-dev (>= @ECORE_VERSION@), libepsilon0-dev (>= @EPSILON_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), python2.5-cython-dev +Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libecore0-dev (>= @ECORE_VERSION@), libepsilon0-dev (>= @EPSILON_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), python2.5-cython-dev, python2.5-ecore (>= @PYTHON-ECORE_VERSION@) Standards-Version: 3.6.2.2 Package: python2.5-epsilon Section: python Architecture: any Provides: python-epsilon -Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libepsilon0 (>= @EPSILON_VERSION@) +Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libepsilon0 (>= @EPSILON_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@) Description: Python bindings for Ecore This packages contains modules that allow you to use Ecore(enlightenment core library) in Python programs.