From f0f6d834ab2f4cc68d03d40e954e784ad16b9aeb Mon Sep 17 00:00:00 2001 From: "Eduardo Lima (Etrunko)" Date: Thu, 29 Oct 2009 18:41:25 -0300 Subject: [PATCH] Fixed dependency version of python2.5-etk Signed-off-by: Eduardo Lima (Etrunko) --- trunk/python-efl-core/debian/changelog | 6 ++++++ trunk/python-efl-core/debian/control | 29 +++++++++++++++++++++++++++++ trunk/python-efl-core/debian/control.in | 11 +++++++++-- 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 trunk/python-efl-core/debian/control diff --git a/trunk/python-efl-core/debian/changelog b/trunk/python-efl-core/debian/changelog index e014e9f..7c17275 100644 --- a/trunk/python-efl-core/debian/changelog +++ b/trunk/python-efl-core/debian/changelog @@ -1,3 +1,9 @@ +python-efl-core (0.9.9.062+svn41533-maemo3) extras-devel; urgency=low + + * Fixed dependency version of python2.5-etk + + -- Eduardo Lima (Etrunko) Thu, 29 Oct 2009 18:36:58 -0300 + python-efl-core (0.9.9.062+svn41533-maemo2) extras-devel; urgency=low * Fixed dependency version of efl-core diff --git a/trunk/python-efl-core/debian/control b/trunk/python-efl-core/debian/control new file mode 100644 index 0000000..3b4f442 --- /dev/null +++ b/trunk/python-efl-core/debian/control @@ -0,0 +1,29 @@ +Source: python-efl-core +Section: python +Priority: optional +Maintainer: Maemo-EFL Team +Uploaders: Eduardo Lima (Etrunko) +Build-Depends: cdbs +Standards-Version: 3.7.2 +Homepage: http://www.enlightenment.org + +Package: python2.5-efl-core +Section: python +Priority: optional +Architecture: all +Provides: python-efl-core +Depends: efl-core (>= 0.9.99.062+svn41533-maemo1), + python2.5 (>= 2.5.1-1osso6), + python2.5-evas (>= 0.3.1+svn41533-maemo1), + python2.5-ecore (>= 0.3.1+svn41533-maemo1), + python2.5-edje (>= 0.3.1+svn41533-maemo1), + python2.5-epsilon (>= 0.3.1+svn41533-maemo1), + python2.5-etk (>= 0.1.2+svn41533-maemo1), + python2.5-efl-utils (>= 0.1.4+svn41533-maemo1), + python2.5-dbus-ecore (>= 0.71-1osso10) | python2.5-edbus (>= 0.3.1+svn41533-maemo1) +Description: Python bindings for EFL (Enlightenment Foundation Libraries) + This package includes Python bindings for Enlightenment Foundation Core Libraries + . + Homepage: http://www.enlightenment.org/ + + diff --git a/trunk/python-efl-core/debian/control.in b/trunk/python-efl-core/debian/control.in index c4c5209..214f5d2 100644 --- a/trunk/python-efl-core/debian/control.in +++ b/trunk/python-efl-core/debian/control.in @@ -12,8 +12,15 @@ 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@) +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) This package includes Python bindings for Enlightenment Foundation Core Libraries . -- 1.7.9.5