Fixed dependency version of python2.5-etk
authorEduardo Lima (Etrunko) <eduardo.lima@openbossa.org>
Thu, 29 Oct 2009 21:41:25 +0000 (18:41 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@openbossa.org>
Thu, 29 Oct 2009 21:41:25 +0000 (18:41 -0300)
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@openbossa.org>

trunk/python-efl-core/debian/changelog
trunk/python-efl-core/debian/control [new file with mode: 0644]
trunk/python-efl-core/debian/control.in

index e014e9f..7c17275 100644 (file)
@@ -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) <eduardo.lima@indt.org.br>  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 (file)
index 0000000..3b4f442
--- /dev/null
@@ -0,0 +1,29 @@
+Source: python-efl-core
+Section: python
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Uploaders: Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>
+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/
+
+
index c4c5209..214f5d2 100644 (file)
@@ -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
  .