Bumped to latest EFL HEAD (38798) and also changed location
authorlfelipe <luis.strano@gmail.com>
Mon, 26 Jan 2009 20:51:00 +0000 (20:51 +0000)
committerlfelipe <luis.strano@gmail.com>
Mon, 26 Jan 2009 20:51:00 +0000 (20:51 +0000)
for python-efl_utils.

21 files changed:
trunk/e_dbus/debian/changelog
trunk/ecore/debian/changelog
trunk/edje/debian/changelog
trunk/eet/debian/changelog
trunk/eet/debian/control [deleted file]
trunk/eet/debian/control.in [new file with mode: 0644]
trunk/efl-core/debian/changelog
trunk/eina/debian/changelog
trunk/embryo/debian/changelog
trunk/epsilon/debian/changelog
trunk/etk/debian/changelog
trunk/evas/debian/changelog
trunk/python-e_dbus/debian/changelog
trunk/python-ecore/debian/changelog
trunk/python-edje/debian/changelog
trunk/python-efl-core/debian/changelog
trunk/python-epsilon/debian/changelog
trunk/python-etk/debian/changelog
trunk/python-evas/debian/changelog
trunk/scripts/repository-functions.sh
trunk/scripts/var-definitions.sh

index 252171e..39110f7 100644 (file)
@@ -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.
 
index 79b5090..3903e55 100644 (file)
@@ -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
 
index 9eceef8..3ec35be 100644 (file)
@@ -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
 
index 45f33bb..7f751e6 100644 (file)
@@ -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 (file)
index d61a4a8..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-Source: eet
-Section: libs
-Priority: optional
-Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-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 (file)
index 0000000..e19193b
--- /dev/null
@@ -0,0 +1,85 @@
+Source: eet
+Section: libs
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+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.
index f19bee1..990642d 100644 (file)
@@ -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
 
index 333a5a5..bde7fbe 100644 (file)
@@ -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.
 
index 563e310..ba66030 100644 (file)
@@ -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.
 
index c284449..b287676 100644 (file)
@@ -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.
 
index 4a16b57..1403a7b 100644 (file)
@@ -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.
 
index bb6df15..672eb2d 100644 (file)
@@ -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.
 
index 0348e64..9f7f95d 100644 (file)
@@ -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.
 
index 688c7e9..3c64986 100644 (file)
@@ -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.
 
index 721a737..a98dd3f 100644 (file)
@@ -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.
 
index c378ae6..67ab793 100644 (file)
@@ -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.
 
index fadd073..6c7ac33 100644 (file)
@@ -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.
 
index 4701566..287a151 100644 (file)
@@ -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.
 
index b2352a8..4debf01 100644 (file)
@@ -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.
 
index cbb0f1d..433b817 100644 (file)
@@ -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
index ae5de94..034b72f 100644 (file)
@@ -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