Updated package versions
authoretrunko <eblima@gmail.com>
Mon, 17 Dec 2007 22:05:14 +0000 (22:05 +0000)
committeretrunko <eblima@gmail.com>
Mon, 17 Dec 2007 22:05:14 +0000 (22:05 +0000)
14 files changed:
trunk/e_dbus/debian/control
trunk/e_dbus/debian/rules
trunk/epeg/debian/changelog
trunk/epeg/debian/rules
trunk/epsilon/debian/rules
trunk/etk/debian/changelog
trunk/etk/debian/control
trunk/etk/debian/rules
trunk/imlib2/debian/changelog
trunk/imlib2/debian/control
trunk/imlib2/debian/rules
trunk/python-ecore/debian/changelog
trunk/python-edje/debian/changelog
trunk/python-efl-core/debian/control

index 57ee9bd..f80fab6 100644 (file)
@@ -2,7 +2,7 @@ Source: e-dbus
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: cdbs, quilt, debhelper (>= 4), libecore0-dev, libdbus-1-dev
+Build-Depends: cdbs, debhelper (>= 4), libecore0-dev, libdbus-1-dev
 Standards-Version: 3.7.2
 
 Package: libedbus0
index d7668d4..ae7bf76 100755 (executable)
@@ -2,12 +2,14 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS :=  --disable-build-test-gui
 
 DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
+CFLAGS += -lpthread
+
 ifneq (,$(findstring armel,$(DEB_BUILD_ARCH)))
        CFLAGS += -DNDEBUG=1 -fomit-frame-pointer -O2 -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant
        ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS)))
index b7386a4..ce41619 100644 (file)
@@ -1,3 +1,9 @@
+epeg (0.9.0.011-maemo.5) unstable; urgency=low
+
+  * Update package version.
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Wed, 12 Dec 2007 12:57:18 -0200
+
 epeg (0.9.0.011-maemo.4) unstable; urgency=low
 
   * don't use patchsys until removing changelog is fixed in upstream
@@ -7,7 +13,7 @@ epeg (0.9.0.011-maemo.4) unstable; urgency=low
 epeg (0.9.0.011-maemo.3) unstable; urgency=low
 
   * rules: use BUILD_DEB_OPTIONS for n770 and n8x0 variants
-  * rules: use quilt instead of simple-patchsys 
+  * rules: use quilt instead of simple-patchsys
 
  -- Ed Bartosh <bartosh@gmail.com>  Sun,  9 Dec 2007 21:56:24 +0200
 
@@ -21,5 +27,5 @@ epeg (0.9.0.011-maemo.1) unstable; urgency=low
 
   * Maemo build
 
- -- Eduardo Lima (Etruko) <eduardo.lima@indt.org.br>  Sat, 08 Dec 2007 18:58:42 -0300
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Sat, 08 Dec 2007 18:58:42 -0300
 
index ada37d9..a4b2b90 100755 (executable)
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
index 10d195a..f6328f0 100755 (executable)
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
index 76f0542..8c9579c 100644 (file)
@@ -1,3 +1,15 @@
+etk (0.1.0.007-maemo.4) unstable; urgency=low
+
+  * Ecore_IMF fixes provided by Andrunko.
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Wed, 12 Dec 2007 23:53:32 -0200
+
+etk (0.1.0.007-maemo.3) unstable; urgency=low
+
+  * Update package version.
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Wed, 12 Dec 2007 12:56:29 -0200
+
 etk (0.1.0.007-maemo.2) unstable; urgency=low
 
   * don't use patchsys until removing changelog is fixed in upstream
index 06cf396..4e4dd3c 100644 (file)
@@ -8,7 +8,7 @@ Standards-Version: 3.7.2
 Package: libetk0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas, libecore, libedje, libetk0-engine-evas-software-x11, libetk0-engine-evas-software-x11-16
+Depends: ${shlibs:Depends}, libevas, libecore, libecore-imf-evas, libedje, libetk0-engine-evas-software-x11, libetk0-engine-evas-software-x11-16
 Provides: libetk
 Description: A widget toolkit based on the EFL
  ETK is a widget toolkit based on the enlightenment foundation libraries.
index d9740ed..4e987df 100755 (executable)
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-ecore-fb-x11-support
 
index 7b91fb7..86c56c9 100644 (file)
@@ -1,3 +1,9 @@
+imlib2 (1.4.0.003-maemo.4) unstable; urgency=low
+
+  * Update package version.
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Wed, 12 Dec 2007 12:54:23 -0200
+
 imlib2 (1.4.0.003-maemo.3) unstable; urgency=low
 
   * X11 workaround added
index 5806d19..a261a36 100644 (file)
@@ -2,7 +2,7 @@ Source: imlib2
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: cdbs, quilt, libjpeg62-dev, libpng3-dev | libpng2-dev | libpng-dev, libtiff4-dev | libtiff-dev, zlib1g-dev, x11proto-core-dev | xlibs-dev, x11proto-xext-dev | xlibs-dev, libfreetype6-dev | freetype2-dev, libbz2-dev, automake1.7 | automaken, libtool, debhelper (>= 4.0)
+Build-Depends: cdbs, libjpeg62-dev, libpng3-dev | libpng2-dev | libpng-dev, libtiff4-dev | libtiff-dev, zlib1g-dev, x11proto-core-dev | xlibs-dev, x11proto-xext-dev | xlibs-dev, libfreetype6-dev | freetype2-dev, libbz2-dev, automake1.7 | automaken, libtool, debhelper (>= 4.0)
 Standards-Version: 3.6.2.2
 
 Package: libimlib2
index 16e4487..6230be9 100755 (executable)
@@ -2,7 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-mmx             \
                                                         --disable-amd64        \
index 483cbf1..ae60a4f 100644 (file)
@@ -2,7 +2,7 @@ python-ecore (0.2.0-maemo.1) unstable; urgency=low
 
   * New upstream release
 
- -- Eduardo Lima <eduardo.lima@indt.org.br>  Sun, 09 Dec 2007 23:01:47 -0200
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Sun, 09 Dec 2007 23:01:47 -0200
 
 python-ecore (0.1.1-maemo.2) unstable; urgency=low
 
index 1c9b108..27db3ba 100644 (file)
@@ -2,7 +2,7 @@ python-edje (0.2.0-maemo.1) unstable; urgency=low
 
   * New upstream release
 
- -- Eduardo Lima <eduardo.lima@indt.org.br>  Sun, 09 Dec 2007 23:01:47 -0200
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Sun, 09 Dec 2007 23:01:47 -0200
 
 python-edje (0.1.1-maemo.3) unstable; urgency=low
 
index 2c66225..9f212ef 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
 Package: python2.5-efl-core
 Priority: optional
 Architecture: all
-Depends: efl-core, python2.5-evas, python2.5-ecore, python2.5-edje, python2.5-epsilon, python2.5-etk
+Depends: efl-core, python2.5-evas, python2.5-ecore, python2.5-edje, python2.5-epsilon, python2.5-etk, python2.5-efl-utils, python2.5-dbus-ecore | python2.5-edbus
 Description: Python bindings for EFL (Enlightenment Foundation Libraries)
  This package includes Python bindings for Enlightenment Foundation Core Libraries
  .