From: etrunko Date: Mon, 17 Dec 2007 22:05:14 +0000 (+0000) Subject: Updated package versions X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=232ff5cac7c4912edf8d3a76e96a13e9808a7304;p=maemo-efl Updated package versions --- diff --git a/trunk/e_dbus/debian/control b/trunk/e_dbus/debian/control index 57ee9bd..f80fab6 100644 --- a/trunk/e_dbus/debian/control +++ b/trunk/e_dbus/debian/control @@ -2,7 +2,7 @@ Source: e-dbus Section: libs Priority: optional Maintainer: Maemo-EFL Team -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 diff --git a/trunk/e_dbus/debian/rules b/trunk/e_dbus/debian/rules index d7668d4..ae7bf76 100755 --- a/trunk/e_dbus/debian/rules +++ b/trunk/e_dbus/debian/rules @@ -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))) diff --git a/trunk/epeg/debian/changelog b/trunk/epeg/debian/changelog index b7386a4..ce41619 100644 --- a/trunk/epeg/debian/changelog +++ b/trunk/epeg/debian/changelog @@ -1,3 +1,9 @@ +epeg (0.9.0.011-maemo.5) unstable; urgency=low + + * Update package version. + + -- Eduardo Lima (Etrunko) 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 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) Sat, 08 Dec 2007 18:58:42 -0300 + -- Eduardo Lima (Etrunko) Sat, 08 Dec 2007 18:58:42 -0300 diff --git a/trunk/epeg/debian/rules b/trunk/epeg/debian/rules index ada37d9..a4b2b90 100755 --- a/trunk/epeg/debian/rules +++ b/trunk/epeg/debian/rules @@ -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) diff --git a/trunk/epsilon/debian/rules b/trunk/epsilon/debian/rules index 10d195a..f6328f0 100755 --- a/trunk/epsilon/debian/rules +++ b/trunk/epsilon/debian/rules @@ -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) diff --git a/trunk/etk/debian/changelog b/trunk/etk/debian/changelog index 76f0542..8c9579c 100644 --- a/trunk/etk/debian/changelog +++ b/trunk/etk/debian/changelog @@ -1,3 +1,15 @@ +etk (0.1.0.007-maemo.4) unstable; urgency=low + + * Ecore_IMF fixes provided by Andrunko. + + -- Eduardo Lima (Etrunko) Wed, 12 Dec 2007 23:53:32 -0200 + +etk (0.1.0.007-maemo.3) unstable; urgency=low + + * Update package version. + + -- Eduardo Lima (Etrunko) 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 diff --git a/trunk/etk/debian/control b/trunk/etk/debian/control index 06cf396..4e4dd3c 100644 --- a/trunk/etk/debian/control +++ b/trunk/etk/debian/control @@ -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. diff --git a/trunk/etk/debian/rules b/trunk/etk/debian/rules index d9740ed..4e987df 100755 --- a/trunk/etk/debian/rules +++ b/trunk/etk/debian/rules @@ -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 diff --git a/trunk/imlib2/debian/changelog b/trunk/imlib2/debian/changelog index 7b91fb7..86c56c9 100644 --- a/trunk/imlib2/debian/changelog +++ b/trunk/imlib2/debian/changelog @@ -1,3 +1,9 @@ +imlib2 (1.4.0.003-maemo.4) unstable; urgency=low + + * Update package version. + + -- Eduardo Lima (Etrunko) Wed, 12 Dec 2007 12:54:23 -0200 + imlib2 (1.4.0.003-maemo.3) unstable; urgency=low * X11 workaround added diff --git a/trunk/imlib2/debian/control b/trunk/imlib2/debian/control index 5806d19..a261a36 100644 --- a/trunk/imlib2/debian/control +++ b/trunk/imlib2/debian/control @@ -2,7 +2,7 @@ Source: imlib2 Section: libs Priority: optional Maintainer: Maemo-EFL Team -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 diff --git a/trunk/imlib2/debian/rules b/trunk/imlib2/debian/rules index 16e4487..6230be9 100755 --- a/trunk/imlib2/debian/rules +++ b/trunk/imlib2/debian/rules @@ -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 \ diff --git a/trunk/python-ecore/debian/changelog b/trunk/python-ecore/debian/changelog index 483cbf1..ae60a4f 100644 --- a/trunk/python-ecore/debian/changelog +++ b/trunk/python-ecore/debian/changelog @@ -2,7 +2,7 @@ python-ecore (0.2.0-maemo.1) unstable; urgency=low * New upstream release - -- Eduardo Lima Sun, 09 Dec 2007 23:01:47 -0200 + -- Eduardo Lima (Etrunko) Sun, 09 Dec 2007 23:01:47 -0200 python-ecore (0.1.1-maemo.2) unstable; urgency=low diff --git a/trunk/python-edje/debian/changelog b/trunk/python-edje/debian/changelog index 1c9b108..27db3ba 100644 --- a/trunk/python-edje/debian/changelog +++ b/trunk/python-edje/debian/changelog @@ -2,7 +2,7 @@ python-edje (0.2.0-maemo.1) unstable; urgency=low * New upstream release - -- Eduardo Lima Sun, 09 Dec 2007 23:01:47 -0200 + -- Eduardo Lima (Etrunko) Sun, 09 Dec 2007 23:01:47 -0200 python-edje (0.1.1-maemo.3) unstable; urgency=low diff --git a/trunk/python-efl-core/debian/control b/trunk/python-efl-core/debian/control index 2c66225..9f212ef 100644 --- a/trunk/python-efl-core/debian/control +++ b/trunk/python-efl-core/debian/control @@ -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 .