From: etrunko Date: Tue, 15 Jul 2008 16:07:47 +0000 (+0000) Subject: Updated libetk0 dependency info X-Git-Url: https://vcs.maemo.org/git/?p=maemo-efl;a=commitdiff_plain;h=c86c9c91399558b4ed4d88fa0c06c56312df72af Updated libetk0 dependency info --- diff --git a/trunk/efl-core/debian/changelog b/trunk/efl-core/debian/changelog index 385d517..1a7258f 100644 --- a/trunk/efl-core/debian/changelog +++ b/trunk/efl-core/debian/changelog @@ -1,3 +1,9 @@ +efl-core (0.9.1.042-maemo6) unstable; urgency=low + + * Updated libetk dependency info. + + -- Eduardo Lima (Etrunko) Tue, 15 Jul 2008 12:53:09 -0300 + efl-core (0.9.1.042-maemo5) unstable; urgency=low * New release. diff --git a/trunk/efl-core/debian/control b/trunk/efl-core/debian/control index 297a55d..b1174c4 100644 --- a/trunk/efl-core/debian/control +++ b/trunk/efl-core/debian/control @@ -8,7 +8,7 @@ Package: efl-core Priority: optional Architecture: all Depends: libeet1 (>= 1.0.0-maemo2), libevas0 (>= 0.9.9.042-maemo6), libevas0-all (>= 0.9.9.042-maemo6), libecore0 (>= 0.9.9.042-maemo5), libecore0-all (>= 0.9.9.042-maemo5), libembryo0 (>= 0.9.1.042-maemo3), libedje0 (>= 0.5.0.042-maemo6), - libepeg0 (>= 0.9.1.042-maemo3), libimlib2 (>= 1.4.1.000-maemo3), libepsilon0 (>= 0.3.0.012-maemo5), libetk0 (>= 0.1.0.042-maemo5), libetk0-engine-all (>= 0.1.0.042-maemo5), libedbus0 (>= 0.1.0.042-maemo5) + libepeg0 (>= 0.9.1.042-maemo3), libimlib2 (>= 1.4.1.000-maemo3), libepsilon0 (>= 0.3.0.012-maemo5), libetk0 (>= 0.1.0.042-maemo6), libetk0-engine-all (>= 0.1.0.042-maemo6), libedbus0 (>= 0.1.0.042-maemo5) Description: Enlightenment Foundation Libraries Core metapackage This metapackage brings Enlightenment Foundation Core Libraries to the system @@ -19,7 +19,7 @@ Package: efl-core-dev Priority: optional Architecture: all Depends: efl-core (= ${Source-Version}), libeet1-dev (>= 1.0.0-maemo2), libevas0-dev (>= 0.9.9.042-maemo6), libecore0-dev (>= 0.9.9.042-maemo5), libembryo0-dev (>= 0.9.1.042-maemo3), libedje0-dev (>= 0.5.0.042-maemo6), - libepeg0-dev (>= 0.9.1.042-maemo3), libimlib2-dev (>= 1.4.1.000-maemo3), libepsilon0-dev (>= 0.3.0.012-maemo5), libetk0-dev (>= 0.1.0.042-maemo5), libedbus0-dev (>= 0.1.0.042-maemo5) + libepeg0-dev (>= 0.9.1.042-maemo3), libimlib2-dev (>= 1.4.1.000-maemo3), libepsilon0-dev (>= 0.3.0.012-maemo5), libetk0-dev (>= 0.1.0.042-maemo6), libedbus0-dev (>= 0.1.0.042-maemo5) Description: Enlightenment Foundation Libraries Core metapackage This metapackage brings Enlightenment Foundation Core Libraries to the system diff --git a/trunk/python-etk/debian/control b/trunk/python-etk/debian/control index a496f07..62884b6 100644 --- a/trunk/python-etk/debian/control +++ b/trunk/python-etk/debian/control @@ -2,14 +2,14 @@ Source: python-etk 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), libetk0-dev (>= 0.1.0.042-maemo5), python2.5-evas-dev (>= 0.2.3-maemo6), python2.5-ecore (>= 0.3.0-maemo4), 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), libetk0-dev (>= 0.1.0.042-maemo6), python2.5-evas-dev (>= 0.2.3-maemo6), python2.5-ecore (>= 0.3.0-maemo4), python2.5-cython-dev Standards-Version: 3.6.2.2 Package: python2.5-etk Section: python Architecture: any Provides: python-etk -Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libetk0 (>= 0.1.0.042-maemo5), libetk0-engine-all (>= 0.1.0.042-maemo5), python2.5-evas (>= 0.2.3-maemo6), python2.5-ecore (>= 0.3.0-maemo4) +Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libetk0 (>= 0.1.0.042-maemo6), libetk0-engine-all (>= 0.1.0.042-maemo6), python2.5-evas (>= 0.2.3-maemo6), python2.5-ecore (>= 0.3.0-maemo4) Description: Python bindings for Ecore This packages contains modules that allow you to use Ecore(enlightenment core library) in Python programs.