From f1c4d01be84596953e2135413cd835d8f96061dc Mon Sep 17 00:00:00 2001 From: lfelipe Date: Mon, 26 Jan 2009 20:51:00 +0000 Subject: [PATCH] Bumped to latest EFL HEAD (38798) and also changed location for python-efl_utils. --- trunk/e_dbus/debian/changelog | 2 +- trunk/ecore/debian/changelog | 2 +- trunk/edje/debian/changelog | 2 +- trunk/eet/debian/changelog | 2 +- trunk/eet/debian/control | 85 -------------------------------- trunk/eet/debian/control.in | 85 ++++++++++++++++++++++++++++++++ trunk/efl-core/debian/changelog | 2 +- trunk/eina/debian/changelog | 2 +- trunk/embryo/debian/changelog | 2 +- trunk/epsilon/debian/changelog | 2 +- trunk/etk/debian/changelog | 2 +- trunk/evas/debian/changelog | 2 +- trunk/python-e_dbus/debian/changelog | 2 +- trunk/python-ecore/debian/changelog | 2 +- trunk/python-edje/debian/changelog | 2 +- trunk/python-efl-core/debian/changelog | 2 +- trunk/python-epsilon/debian/changelog | 2 +- trunk/python-etk/debian/changelog | 2 +- trunk/python-evas/debian/changelog | 2 +- trunk/scripts/repository-functions.sh | 2 +- trunk/scripts/var-definitions.sh | 2 +- 21 files changed, 104 insertions(+), 104 deletions(-) delete mode 100644 trunk/eet/debian/control create mode 100644 trunk/eet/debian/control.in diff --git a/trunk/e_dbus/debian/changelog b/trunk/e_dbus/debian/changelog index 252171e..39110f7 100644 --- a/trunk/e_dbus/debian/changelog +++ b/trunk/e_dbus/debian/changelog @@ -1,4 +1,4 @@ -e-dbus (0.5.0.050+svn38480-maemo1) unstable; urgency=low +e-dbus (0.5.0.050+svn38798-maemo1) unstable; urgency=low * Synched with svn repository. diff --git a/trunk/ecore/debian/changelog b/trunk/ecore/debian/changelog index 79b5090..3903e55 100644 --- a/trunk/ecore/debian/changelog +++ b/trunk/ecore/debian/changelog @@ -1,4 +1,4 @@ -ecore (0.9.9.050+svn38480-maemo1) unstable; urgency=low +ecore (0.9.9.050+svn38798-maemo1) unstable; urgency=low * Synched with svn repository diff --git a/trunk/edje/debian/changelog b/trunk/edje/debian/changelog index 9eceef8..3ec35be 100644 --- a/trunk/edje/debian/changelog +++ b/trunk/edje/debian/changelog @@ -1,4 +1,4 @@ -edje (0.9.9.050+svn38480-maemo1) unstable; urgency=low +edje (0.9.9.050+svn38798-maemo1) unstable; urgency=low * Synched with newest svn version diff --git a/trunk/eet/debian/changelog b/trunk/eet/debian/changelog index 45f33bb..7f751e6 100644 --- a/trunk/eet/debian/changelog +++ b/trunk/eet/debian/changelog @@ -1,4 +1,4 @@ -eet (1.1.0+svn38480-maemo1) unstable; urgency=low +eet (1.1.0+svn38798-maemo1) unstable; urgency=low * Synched with svn repository. diff --git a/trunk/eet/debian/control b/trunk/eet/debian/control deleted file mode 100644 index d61a4a8..0000000 --- a/trunk/eet/debian/control +++ /dev/null @@ -1,85 +0,0 @@ -Source: eet -Section: libs -Priority: optional -Maintainer: Maemo-EFL Team -Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23-1.1), automake1.7 | automaken | libtool, zlib1g-dev, libjpeg62-dev -Standards-Version: 3.6.2.2 -#Homepage: http://www.enlightenment.org - -Package: libeet1-dev -Section: libdevel -Architecture: any -Depends: libeet1 (= ${Source-Version}), zlib1g-dev, libjpeg-dev -Replaces: libeet0-dev -Provides: libeet-dev -Description: Enlightenment DR17 file chunk reading/writing library development files - Eet is a tiny library designed to write an arbitary set of chunks of data to a - file and optionally compress each chunk (very much like a zip file) and allow - fast random-access reading of the file later on. It does not do zip as zip - itself has more complexity than we need, and it was much simpler to implement - this once here. - . - This package contains headers and static libraries for development with libeet. - libeet. - -#Package: libeet-doc -#Section: doc -#Architecture: all -#Enhances: libeet-dev -#Description: libeet1 API documentation -# Eet is a tiny library designed to write an arbitary set of chunks of data to a -# file and optionally compress each chunk (very much like a zip file) and allow -# fast random-access reading of the file later on. It does not do zip as zip -# itself has more complexity than we need, and it was much simpler to implement -# this once here. -# . -# This package contains documentation (html and manpages) for development with -# libeet. - -Package: libeet1 -Architecture: any -Depends: ${shlibs:Depends} -Replaces: libeet0 -Provides: libeet -Description: Enlightenment DR17 file chunk reading/writing library - Eet is a tiny library designed to write an arbitary set of chunks of data to a - file and optionally compress each chunk (very much like a zip file) and allow - fast random-access reading of the file later on. It does not do zip as zip - itself has more complexity than we need, and it was much simpler to implement - this once here. - . - It's small, fast, and does a job. It's heavily commented and fully documented. - -Package: eet1-bin -Architecture: any -Depends: ${shlibs:Depends} -Replaces: eet0-bin -Provides: eet-bin -Description: Enlightenment DR17 file chunk reading/writing utility - Eet is a tiny library designed to write an arbitary set of chunks of data to a - file and optionally compress each chunk (very much like a zip file) and allow - fast random-access reading of the file later on. It does not do zip as zip - itself has more complexity than we need, and it was much simpler to implement - this once here. - . - This package contains eet, an utility that allows you to extract, insert, - encode and decode config blobs created with libeet. - -#Package: libeet1-dbg -#Architecture: any -#Section: libdevel -#Priority: extra -#Provides: libeet-dbg -#Replaces: libeet0-dbg -#Depends: libeet1 (= ${Source-Version}) -#Description: Enlightenment DR17 file chunk reading/writing library - debug symbols -# Eet is a tiny library designed to write an arbitary set of chunks of data to a -# file and optionally compress each chunk (very much like a zip file) and allow -# fast random-access reading of the file later on. It does not do zip as zip -# itself has more complexity than we need, and it was much simpler to implement -# this once here -# . -# This package contains unstripped shared libraries. It is provided primarily -# to provide a backtrace with names in a debugger, this makes it somewhat easier -# to interpret core dumps. The libraries are installed in /usr/lib/debug and -# are automatically used by gdb. diff --git a/trunk/eet/debian/control.in b/trunk/eet/debian/control.in new file mode 100644 index 0000000..e19193b --- /dev/null +++ b/trunk/eet/debian/control.in @@ -0,0 +1,85 @@ +Source: eet +Section: libs +Priority: optional +Maintainer: Maemo-EFL Team +Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23-1.1), automake1.7 | automaken | libtool, zlib1g-dev, libjpeg62-dev, libeina-dev (>= @EINA_VERSION@) +Standards-Version: 3.6.2.2 +#Homepage: http://www.enlightenment.org + +Package: libeet1-dev +Section: libdevel +Architecture: any +Depends: libeet1 (= ${Source-Version}), zlib1g-dev, libjpeg-dev +Replaces: libeet0-dev +Provides: libeet-dev +Description: Enlightenment DR17 file chunk reading/writing library development files + Eet is a tiny library designed to write an arbitary set of chunks of data to a + file and optionally compress each chunk (very much like a zip file) and allow + fast random-access reading of the file later on. It does not do zip as zip + itself has more complexity than we need, and it was much simpler to implement + this once here. + . + This package contains headers and static libraries for development with libeet. + libeet. + +#Package: libeet-doc +#Section: doc +#Architecture: all +#Enhances: libeet-dev +#Description: libeet1 API documentation +# Eet is a tiny library designed to write an arbitary set of chunks of data to a +# file and optionally compress each chunk (very much like a zip file) and allow +# fast random-access reading of the file later on. It does not do zip as zip +# itself has more complexity than we need, and it was much simpler to implement +# this once here. +# . +# This package contains documentation (html and manpages) for development with +# libeet. + +Package: libeet1 +Architecture: any +Depends: ${shlibs:Depends}, libeina0 (>= @EINA_VERSION@) +Replaces: libeet0 +Provides: libeet +Description: Enlightenment DR17 file chunk reading/writing library + Eet is a tiny library designed to write an arbitary set of chunks of data to a + file and optionally compress each chunk (very much like a zip file) and allow + fast random-access reading of the file later on. It does not do zip as zip + itself has more complexity than we need, and it was much simpler to implement + this once here. + . + It's small, fast, and does a job. It's heavily commented and fully documented. + +Package: eet1-bin +Architecture: any +Depends: ${shlibs:Depends} +Replaces: eet0-bin +Provides: eet-bin +Description: Enlightenment DR17 file chunk reading/writing utility + Eet is a tiny library designed to write an arbitary set of chunks of data to a + file and optionally compress each chunk (very much like a zip file) and allow + fast random-access reading of the file later on. It does not do zip as zip + itself has more complexity than we need, and it was much simpler to implement + this once here. + . + This package contains eet, an utility that allows you to extract, insert, + encode and decode config blobs created with libeet. + +#Package: libeet1-dbg +#Architecture: any +#Section: libdevel +#Priority: extra +#Provides: libeet-dbg +#Replaces: libeet0-dbg +#Depends: libeet1 (= ${Source-Version}) +#Description: Enlightenment DR17 file chunk reading/writing library - debug symbols +# Eet is a tiny library designed to write an arbitary set of chunks of data to a +# file and optionally compress each chunk (very much like a zip file) and allow +# fast random-access reading of the file later on. It does not do zip as zip +# itself has more complexity than we need, and it was much simpler to implement +# this once here +# . +# This package contains unstripped shared libraries. It is provided primarily +# to provide a backtrace with names in a debugger, this makes it somewhat easier +# to interpret core dumps. The libraries are installed in /usr/lib/debug and +# are automatically used by gdb. diff --git a/trunk/efl-core/debian/changelog b/trunk/efl-core/debian/changelog index f19bee1..990642d 100644 --- a/trunk/efl-core/debian/changelog +++ b/trunk/efl-core/debian/changelog @@ -1,4 +1,4 @@ -efl-core (0.9.99.050+svn38480-maemo1) unstable; urgency=low +efl-core (0.9.99.050+svn38798-maemo1) unstable; urgency=low * Synched with latest svn diff --git a/trunk/eina/debian/changelog b/trunk/eina/debian/changelog index 333a5a5..bde7fbe 100644 --- a/trunk/eina/debian/changelog +++ b/trunk/eina/debian/changelog @@ -1,4 +1,4 @@ -eina (0.0.1+svn38480-maemo1) unstable; urgency=low +eina (0.0.1+svn38798-maemo1) unstable; urgency=low * New EFL dependency. diff --git a/trunk/embryo/debian/changelog b/trunk/embryo/debian/changelog index 563e310..ba66030 100644 --- a/trunk/embryo/debian/changelog +++ b/trunk/embryo/debian/changelog @@ -1,4 +1,4 @@ -embryo (0.9.9.050+svn38480-maemo1) unstable; urgency=low +embryo (0.9.9.050+svn38798-maemo1) unstable; urgency=low * Synched with latest svn version. diff --git a/trunk/epsilon/debian/changelog b/trunk/epsilon/debian/changelog index c284449..b287676 100644 --- a/trunk/epsilon/debian/changelog +++ b/trunk/epsilon/debian/changelog @@ -1,4 +1,4 @@ -epsilon (0.3.0.012+svn38480-maemo1) unstable; urgency=low +epsilon (0.3.0.012+svn38798-maemo1) unstable; urgency=low * Synched with svn repository. diff --git a/trunk/etk/debian/changelog b/trunk/etk/debian/changelog index 4a16b57..1403a7b 100644 --- a/trunk/etk/debian/changelog +++ b/trunk/etk/debian/changelog @@ -1,4 +1,4 @@ -etk (0.1.0.042+svn38480-maemo1) unstable; urgency=low +etk (0.1.0.042+svn38798-maemo1) unstable; urgency=low * Synched with svn repository. diff --git a/trunk/evas/debian/changelog b/trunk/evas/debian/changelog index bb6df15..672eb2d 100644 --- a/trunk/evas/debian/changelog +++ b/trunk/evas/debian/changelog @@ -1,4 +1,4 @@ -evas (0.9.9.050+svn38480-maemo1) unstable; urgency=low +evas (0.9.9.050+svn38798-maemo1) unstable; urgency=low * Synched with svn repository. diff --git a/trunk/python-e_dbus/debian/changelog b/trunk/python-e_dbus/debian/changelog index 0348e64..9f7f95d 100644 --- a/trunk/python-e_dbus/debian/changelog +++ b/trunk/python-e_dbus/debian/changelog @@ -1,4 +1,4 @@ -python-edbus (0.3.0+svn38480-maemo1) unstable; urgency=low +python-edbus (0.3.0+svn38798-maemo1) unstable; urgency=low * Synched with svn repository. diff --git a/trunk/python-ecore/debian/changelog b/trunk/python-ecore/debian/changelog index 688c7e9..3c64986 100644 --- a/trunk/python-ecore/debian/changelog +++ b/trunk/python-ecore/debian/changelog @@ -1,4 +1,4 @@ -python-ecore (0.3.0+svn38480-maemo1) unstable; urgency=low +python-ecore (0.3.0+svn38798-maemo1) unstable; urgency=low * Updated version. diff --git a/trunk/python-edje/debian/changelog b/trunk/python-edje/debian/changelog index 721a737..a98dd3f 100644 --- a/trunk/python-edje/debian/changelog +++ b/trunk/python-edje/debian/changelog @@ -1,4 +1,4 @@ -python-edje (0.3.0+svn38480-maemo1) unstable; urgency=low +python-edje (0.3.0+svn38798-maemo1) unstable; urgency=low * Updated version. diff --git a/trunk/python-efl-core/debian/changelog b/trunk/python-efl-core/debian/changelog index c378ae6..67ab793 100644 --- a/trunk/python-efl-core/debian/changelog +++ b/trunk/python-efl-core/debian/changelog @@ -1,4 +1,4 @@ -python-efl-core (0.9.9.050+svn38480-maemo1) unstable; urgency=low +python-efl-core (0.9.9.050+svn38798-maemo1) unstable; urgency=low * Update package version. diff --git a/trunk/python-epsilon/debian/changelog b/trunk/python-epsilon/debian/changelog index fadd073..6c7ac33 100644 --- a/trunk/python-epsilon/debian/changelog +++ b/trunk/python-epsilon/debian/changelog @@ -1,4 +1,4 @@ -python-epsilon (0.3.0+svn38480-maemo1) unstable; urgency=low +python-epsilon (0.3.0+svn38798-maemo1) unstable; urgency=low * synched with svn repository. diff --git a/trunk/python-etk/debian/changelog b/trunk/python-etk/debian/changelog index 4701566..287a151 100644 --- a/trunk/python-etk/debian/changelog +++ b/trunk/python-etk/debian/changelog @@ -1,4 +1,4 @@ -python-etk (0.1.2+svn38480-maemo1) unstable; urgency=low +python-etk (0.1.2+svn38798-maemo1) unstable; urgency=low * Updated package version. diff --git a/trunk/python-evas/debian/changelog b/trunk/python-evas/debian/changelog index b2352a8..4debf01 100644 --- a/trunk/python-evas/debian/changelog +++ b/trunk/python-evas/debian/changelog @@ -1,4 +1,4 @@ -python-evas (0.3.0+svn38480-maemo1) unstable; urgency=low +python-evas (0.3.0+svn38798-maemo1) unstable; urgency=low * Synched with svn repository. diff --git a/trunk/scripts/repository-functions.sh b/trunk/scripts/repository-functions.sh index cbb0f1d..433b817 100644 --- a/trunk/scripts/repository-functions.sh +++ b/trunk/scripts/repository-functions.sh @@ -191,7 +191,7 @@ download_modules() { # Download python-efl-utils module$ if [ ! -z $__python_efl_utils_module ];then - get_sources $__python_efl_utils_module $__git_repo$__e17_python_efl_utils + get_sources $__python_efl_utils_module $__svn_repo$__e17_python_efl_utils fi # Download python-dispatcher module diff --git a/trunk/scripts/var-definitions.sh b/trunk/scripts/var-definitions.sh index ae5de94..034b72f 100644 --- a/trunk/scripts/var-definitions.sh +++ b/trunk/scripts/var-definitions.sh @@ -50,7 +50,7 @@ __e17_libs="e17/libs" __e17_proto="e17/proto" __e17_python_efl="BINDINGS/python/" __e17_python_etk="users/cmarcelo" -__e17_python_efl_utils="users/barbieri" +__e17_python_efl_utils="BINDINGS/python/" #__e17_python_dispatcher="users/ulisses" # modules to build -- 1.7.9.5