From: Eduardo Lima (Etrunko) Date: Fri, 31 Jul 2009 14:37:57 +0000 (-0300) Subject: Fixed dependencies in debian/control X-Git-Url: http://vcs.maemo.org/git/?p=maemo-efl;a=commitdiff_plain;h=6e9ec096f3023bd8c08ee96ecd119a177d2a91bf Fixed dependencies in debian/control Changes necessary to ensure packages are build in fremantle autobuilder as well as in chinook and diablo. --- diff --git a/trunk/python-e_dbus/debian/control.in b/trunk/python-e_dbus/debian/control.in index d7f6248..bdc1dd2 100644 --- a/trunk/python-e_dbus/debian/control.in +++ b/trunk/python-e_dbus/debian/control.in @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Maemo-EFL Team Uploaders: Eduardo Lima (Etrunko) -Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1), python2.5-dbus, libeina0-dev (>= @EINA_VERSION@), libedbus0-dev (>= @E_DBUS_VERSION@), libecore0-dev (>= @ECORE_VERSION@) +Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1) | python-pyrex (>= 0.9.5.1), python-dbus | python2.5-dbus, libeina0-dev (>= @EINA_VERSION@), libedbus0-dev (>= @E_DBUS_VERSION@), libecore0-dev (>= @ECORE_VERSION@) Standards-Version: 3.7.2 Homepage: http://www.enlightenment.org @@ -11,7 +11,7 @@ Package: python2.5-edbus Section: python Architecture: any Provides: python-edbus -Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), python2.5-dbus +Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), python-dbus | python2.5-dbus Description: DBus python integration for ecore. . This packages contains modules that allow you to use diff --git a/trunk/python-ecore/debian/control.in b/trunk/python-ecore/debian/control.in index 75526e0..369e7f3 100644 --- a/trunk/python-ecore/debian/control.in +++ b/trunk/python-ecore/debian/control.in @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Maemo-EFL Team Uploaders: Eduardo Lima (Etrunko) -Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1), libeina0-dev (>= @EINA_VERSION@), libecore0-dev (>= @ECORE_VERSION@), python2.5-cython-dev, python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@) +Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1) | python-pyrex (>= 0.9.5.1), libeina0-dev (>= @EINA_VERSION@), libecore0-dev (>= @ECORE_VERSION@), python2.5-cython-dev | cython, python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@) Standards-Version: 3.7.2 Homepage: http://www.enlightenment.org diff --git a/trunk/python-edje/debian/control.in b/trunk/python-edje/debian/control.in index f5baf4b..c921ee0 100644 --- a/trunk/python-edje/debian/control.in +++ b/trunk/python-edje/debian/control.in @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Maemo-EFL Team Uploaders: Eduardo Lima (Etrunko) -Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1), libedje0-dev (>= @EDJE_VERSION@), edje0-bin (>= @EDJE_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), python2.5-cython-dev +Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1) | python-pyrex (>= 0.9.5.1), libedje0-dev (>= @EDJE_VERSION@), edje0-bin (>= @EDJE_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), python2.5-cython-dev | cython Standards-Version: 3.7.2 Homepage: http://www.enlightenment.org @@ -19,6 +19,7 @@ Description: Python bindings for Edje Package: python2.5-edje-demo Section: user/accessories Architecture: any +Provides: python-edje-demo Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libecore0-evas (>= @ECORE_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@), python2.5-edje (= ${Source-Version}) Description: Python-edje demos This package contains python-edje demos: diff --git a/trunk/python-efl-core/debian/control.in b/trunk/python-efl-core/debian/control.in index 77a7b13..c4c5209 100644 --- a/trunk/python-efl-core/debian/control.in +++ b/trunk/python-efl-core/debian/control.in @@ -11,6 +11,7 @@ Package: python2.5-efl-core Section: python Priority: optional Architecture: all +Provides: python-efl-core Depends: efl-core (>= @EFL-CORE_VERSION@), python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= @PYTHON-EVAS_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@), python2.5-edje (>= @PYTHON-EDJE_VERSION@), python2.5-epsilon (>= @PYTHON-EPSILON_VERSION@), python2.5-etk (>= @PYTHON-ETK_VERSION@), python2.5-efl-utils (>= @PYTHON-EFL_UTILS_VERSION@), python2.5-dbus-ecore (>= 0.71-1osso10) | python2.5-edbus (>= @PYTHON-E_DBUS_VERSION@) Description: Python bindings for EFL (Enlightenment Foundation Libraries) diff --git a/trunk/python-epsilon/debian/control.in b/trunk/python-epsilon/debian/control.in index f52e63e..e3d2586 100644 --- a/trunk/python-epsilon/debian/control.in +++ b/trunk/python-epsilon/debian/control.in @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Maemo-EFL Team Uploaders: Eduardo Lima (Etrunko) -Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1), libeina0-dev (>= @EINA_VERSION@), 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@) +Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1) | python-pyrex (>= 0.9.5.1), libeina0-dev (>= @EINA_VERSION@), libecore0-dev (>= @ECORE_VERSION@), libepsilon0-dev (>= @EPSILON_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), python2.5-cython-dev | cython, python2.5-ecore (>= @PYTHON-ECORE_VERSION@) Standards-Version: 3.7.2 Homepage: http://www.enlightenment.org diff --git a/trunk/python-etk/debian/control.in b/trunk/python-etk/debian/control.in index cb24be3..224757d 100644 --- a/trunk/python-etk/debian/control.in +++ b/trunk/python-etk/debian/control.in @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Maemo-EFL Team Uploaders: Eduardo Lima (Etrunko) -Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1), libeina0-dev (>= @EINA_VERSION@), libetk0-dev (>= @ETK_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@), python2.5-cython-dev +Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1) | python-pyrex (>= 0.9.5.1), libeina0-dev (>= @EINA_VERSION@), libetk0-dev (>= @ETK_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@), python2.5-cython-dev | cython Standards-Version: 3.7.2 Homepage: http://www.enlightenment.org diff --git a/trunk/python-evas/debian/control.in b/trunk/python-evas/debian/control.in index cbbca14..6b45fe7 100644 --- a/trunk/python-evas/debian/control.in +++ b/trunk/python-evas/debian/control.in @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Maemo-EFL Team Uploaders: Eduardo Lima (Etrunko) -Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1), libeina0-dev (>= @EINA_VERSION@), libevas0-dev (>= @EVAS_VERSION@), python2.5-numeric-dev (>= 24.2-1osso4), python2.5-cython-dev +Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.4), python2.5-dev (>= 2.5.1-1osso6), python2.5-setuptools (>= 0.6c6) | python-setuptools (>= 0.6c6), python2.5-pyrex (>= 0.9.5.1) | python-pyrex, libeina0-dev (>= @EINA_VERSION@), libevas0-dev (>= @EVAS_VERSION@), python2.5-numeric-dev (>= 24.2-1osso4) | python-numeric, python2.5-cython-dev | cython Standards-Version: 3.7.2 Homepage: http://www.enlightenment.org @@ -19,7 +19,7 @@ Description: Python bindings for enlightenment advanced canvas library Package: python2.5-evas-dev Section: python Architecture: any -Provides: python-evas +Provides: python-evas-dev Depends: libeina0-dev (>= @EINA_VERSION@), libevas0-dev (>= @EVAS_VERSION@), python2.5-evas (= ${Source-Version}) Description: Python bindings for enlightenment advanced canvas library development files This packages contains modules that allow you to use