updating to use the newest version from efl svn repository
authorfolhabranca <folhabranca@gmail.com>
Tue, 23 Sep 2008 13:52:37 +0000 (13:52 +0000)
committerfolhabranca <folhabranca@gmail.com>
Tue, 23 Sep 2008 13:52:37 +0000 (13:52 +0000)
38 files changed:
trunk/build-all.sh
trunk/edje/debian/changelog
trunk/edje/debian/control
trunk/eet/debian/changelog
trunk/efl-core/debian/changelog
trunk/efl-core/debian/control.in
trunk/embryo/debian/changelog
trunk/epsilon/debian/changelog
trunk/epsilon/debian/control
trunk/epsilon/debian/control.in
trunk/epsilon/debian/patches/01_dont_overwrite_changelog.diff
trunk/etk/debian/changelog
trunk/etk/debian/control
trunk/etk/debian/patches/01_dont_overwrite_changelog.diff
trunk/evas/debian/changelog
trunk/evas/debian/control
trunk/evas/debian/control.in
trunk/evas/debian/rules
trunk/python-e_dbus/debian/changelog [new file with mode: 0644]
trunk/python-e_dbus/debian/compat [new file with mode: 0644]
trunk/python-e_dbus/debian/control [new file with mode: 0644]
trunk/python-e_dbus/debian/control.in [new file with mode: 0644]
trunk/python-e_dbus/debian/copyright [new file with mode: 0644]
trunk/python-e_dbus/debian/python2.5-edbus.install [new file with mode: 0644]
trunk/python-e_dbus/debian/rules [new file with mode: 0755]
trunk/python-ecore/debian/changelog
trunk/python-ecore/debian/control
trunk/python-edje/debian/changelog
trunk/python-edje/debian/control
trunk/python-efl-core/debian/changelog
trunk/python-efl_utils/debian/changelog
trunk/python-efl_utils/debian/control
trunk/python-epsilon/debian/changelog
trunk/python-epsilon/debian/control
trunk/python-etk/debian/changelog
trunk/python-etk/debian/control
trunk/python-evas/debian/changelog
trunk/python-evas/debian/control

index 18610ab..8816564 100755 (executable)
@@ -174,8 +174,6 @@ fi
 create_log_file
 start_log
 
-
-
 generate_versions
 
 # update modules
index 3d59f77..ed178e7 100644 (file)
@@ -1,3 +1,9 @@
+edje (0.9.9.043+svn36098-maemo1) unstable; urgency=low
+
+  * Synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:20:00 -0300
+
 edje (0.5.0.042-maemo6) unstable; urgency=low
 
   * debian/control: Update evas and ecore dependency info.
index 08b6d6a..55d11f5 100644 (file)
@@ -3,13 +3,13 @@ Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
 Suggests: edje0-bin
-Build-Depends: debhelper (>> 4.0.0), cdbs (>= 0.4.3-1.1), automake1.7 | automaken, libtool, libeet1-dev (>= 1.0.0-maemo2), libecore0-dev (>= 0.9.9.042-maemo5), libevas0-dev (>= 0.9.9.042-maemo6), libembryo0-dev (>= 0.9.1.042-maemo3)
+Build-Depends: debhelper (>> 4.0.0), cdbs (>= 0.4.3-1.1), automake1.7 | automaken, libtool, libeet1-dev (>= 1.0.1-maemo1), libecore0-dev (>= 0.9.9.043-maemo1), libevas0-dev (>= 0.9.9.043-maemo1), libembryo0-dev (>= 0.9.9.043-maemo1)
 Standards-Version: 3.7.2
 
 Package: edje0-bin
 Architecture: any
 Section: graphics
-Depends: ${shlibs:Depends}, libedje0 (= ${Source-Version}), embryo0-bin (>= 0.9.1.042-maemo3), libevas0-loader-png (>= 0.9.9.042-maemo6), libevas0-loader-jpeg (>= 0.9.9.042-maemo6), libevas0-engine-buffer (>= 0.9.9.042-maemo6)
+Depends: ${shlibs:Depends}, libedje0 (= ${Source-Version}), embryo0-bin (>= 0.9.1.042-maemo3), libevas0-loader-png (>= 0.9.9.043-maemo1), libevas0-loader-jpeg (>= 0.9.9.043-maemo1), libevas0-engine-buffer (>= 0.9.9.043-maemo1)
 Provides: edje-bin
 Description: Various binaries for use with Edje
  Edje is a graphical layout and animation library for animated resizable,
@@ -26,7 +26,7 @@ Description: Various binaries for use with Edje
 Package: libedje0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas0-loader-eet (>= 0.9.9.042-maemo6)
+Depends: ${shlibs:Depends}, libevas0-loader-eet (>= 0.9.9.043-maemo1)
 Provides: libedje
 Suggests: edje-bin (= ${Source-Version})
 Description: Graphical layout and animation library
@@ -48,7 +48,7 @@ Description: Graphical layout and animation library
 Package: libedje0-dev
 Architecture: any
 Section: libdevel
-Depends: libedje0 (= ${Source-Version}), libeet1-dev (>= 1.0.0-maemo2), libecore0-dev (>= 0.9.9.042-maemo5), libevas0-dev (>= 0.9.9.042-maemo6), libembryo0-dev (>= 0.9.1.042-maemo3)
+Depends: libedje0 (= ${Source-Version}), libeet1-dev (>= 1.0.1-maemo1), libecore0-dev (>= 0.9.9.043-maemo1), libevas0-dev (>= 0.9.9.042-maemo1), libembryo0-dev (>= 0.9.9.043-maemo1)
 Provides: libedje-dev
 Description: Edje headers, static libraries and documentation
  Edje is a graphical layout and animation library for animated resizable,
index 725d7ec..12dafe0 100644 (file)
@@ -1,3 +1,9 @@
+eet (1.0.1+svn36098-maemo1) unstable; urgency=low
+
+  * Synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:30:00 -0300
+
 eet (1.0.0-maemo2) unstable; urgency=low
 
   * debian/rules: Try to guess the target device in a bit more clever way.
index 1a7258f..0b88571 100644 (file)
@@ -1,3 +1,9 @@
+efl-core (0.9.99.043+svn36098-maemo1) unstable; urgency=low
+
+  * New release.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Fri, 12 Sep 2008 19:30:00 -0300
+
 efl-core (0.9.1.042-maemo6) unstable; urgency=low
 
   * Updated libetk dependency info.
index 008505a..f41bde6 100644 (file)
@@ -8,7 +8,7 @@ Package: efl-core
 Priority: optional
 Architecture: all
 Depends: libeet1 (>= @EET_VERSION@), libevas0 (>= @EVAS_VERSION@), libevas0-all (>= @EVAS_VERSION@), libecore0 (>= @ECORE_VERSION@), libecore0-all (>= @ECORE_VERSION@), libembryo0 (>= @EMBRYO_VERSION@), libedje0 (>= @EDJE_VERSION@),
- libepeg0 (>= @EPEG_VERSION@), libimlib2 (>= @IMLIB2_VERSION@), libepsilon0 (>= @EPSILON_VERSION@), libetk0 (>= @ETK_VERSION@), libetk0-engine-all (>= @ETK_VERSION@), libedbus0 (>= @E_DBUS_VERSION@)
+ libepsilon0 (>= @EPSILON_VERSION@), libetk0 (>= @ETK_VERSION@), libetk0-engine-all (>= @ETK_VERSION@), libedbus0 (>= @E_DBUS_VERSION@)
 Description: Enlightenment Foundation Libraries Core metapackage
  This metapackage brings Enlightenment Foundation Core Libraries
  to the system
@@ -19,7 +19,7 @@ Package: efl-core-dev
 Priority: optional
 Architecture: all
 Depends: efl-core (= ${Source-Version}), libeet1-dev (>= @EET_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libecore0-dev (>= @ECORE_VERSION@), libembryo0-dev (>= @EMBRYO_VERSION@), libedje0-dev (>= @EDJE_VERSION@),
- libepeg0-dev (>= @EPEG_VERSION@), libimlib2-dev (>= @IMLIB2_VERSION@), libepsilon0-dev (>= @EPSILON_VERSION@), libetk0-dev (>= @ETK_VERSION@), libedbus0-dev (>= @E_DBUS_VERSION@)
+ libepsilon0-dev (>= @EPSILON_VERSION@), libetk0-dev (>= @ETK_VERSION@), libedbus0-dev (>= @E_DBUS_VERSION@)
 Description: Enlightenment Foundation Libraries Core metapackage
  This metapackage brings Enlightenment Foundation Core Libraries
  to the system
index bbaf11a..37eab56 100644 (file)
@@ -1,3 +1,9 @@
+embryo (0.9.9.043+svn36098-maemo1) unstable; urgency=low
+
+  * Synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:30:00 -0300
+
 embryo (0.9.1.042-maemo3) unstable; urgency=low
 
   * debian/rules: Try to guess the target device in a bit more clever way.
index aa8b806..09377dc 100644 (file)
@@ -1,3 +1,9 @@
+epsilon (0.3.0.012+svn36098-maemo1) unstable; urgency=low
+
+  * Synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:40:00 -0300
+
 epsilon (0.3.0.012-maemo5) unstable; urgency=low
 
   * debian/control: Updated dependency info.
index 0cd1822..bb5a5a1 100644 (file)
@@ -2,7 +2,7 @@ Source: epsilon
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: cdbs, quilt, debhelper, zlib1g-dev, libepeg0-dev (>= 0.9.1.042-maemo3), libevas0-dev (>= 0.9.9.042-maemo6), libecore0-dev (>= 0.9.9.042-maemo5), libedje0-dev (>= 0.5.0.042-maemo6), libimlib2-dev (>= 1.4.1.000-maemo3), libpng12-dev
+Build-Depends: cdbs, quilt, debhelper, zlib1g-dev, libevas0-dev (>= 0.9.9.043-maemo1), libecore0-dev (>= 0.9.9.043-maemo1), libedje0-dev (>= 0.9.9.043-maemo1), libpng12-dev
 Standards-Version: 3.7.2
 
 Package: libepsilon0-dev
index d0fd952..fed1f7c 100644 (file)
@@ -2,7 +2,7 @@ Source: epsilon
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: cdbs, quilt, debhelper, zlib1g-dev, libepeg0-dev (>= @EPEG_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libecore0-dev (>= @ECORE_VERSION@), libedje0-dev (>= @EDJE_VERSION@), libimlib2-dev (>= @IMLIB2_VERSION@), libpng12-dev
+Build-Depends: cdbs, quilt, debhelper, zlib1g-dev, libevas0-dev (>= @EVAS_VERSION@), libecore0-dev (>= @ECORE_VERSION@), libedje0-dev (>= @EDJE_VERSION@), libpng12-dev
 Standards-Version: 3.7.2
 
 Package: libepsilon0-dev
index cb18049..cf9909e 100644 (file)
@@ -6,8 +6,8 @@ diff -upr epsilon/Makefile.am epsilon.new/Makefile.am
  
  EXTRA_DIST = README AUTHORS COPYING epsilon.spec.in epsilon.spec gendoc \
 -           Doxyfile debian/changelog debian/changelog.in debian/rules \
--           debian/copyright debian/control debian/epsilon0-bin.install \
--           debian/libepsilon0.install debian/libepsilon0-dev.install \
+-           debian/copyright debian/control debian/libepsilon-bin.install \
+-           debian/libepsilon0.install debian/libepsilon-dev.install \
 -           epsilon.pc.in
 +           Doxyfile epsilon.pc.in
  
@@ -44,8 +44,8 @@ diff -upr epsilon/Makefile.in epsilon.new/Makefile.in
  
  EXTRA_DIST = README AUTHORS COPYING epsilon.spec.in epsilon.spec gendoc \
 -           Doxyfile debian/changelog debian/changelog.in debian/rules \
--           debian/copyright debian/control debian/epsilon0-bin.install \
--           debian/libepsilon0.install debian/libepsilon0-dev.install \
+-           debian/copyright debian/control debian/libepsilon-bin.install \
+-           debian/libepsilon0.install debian/libepsilon-dev.install \
 -           epsilon.pc.in
 +           Doxyfile epsilon.pc.in
  
index efcd4d7..d80a354 100644 (file)
@@ -1,3 +1,9 @@
+etk (0.1.0.042+svn36098-maemo1) unstable; urgency=low
+
+  * Synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:40:00 -0300
+
 etk (0.1.0.042-maemo6) unstable; urgency=low
 
   * debian/control: Fixed dependency on libecore0-imf-evas.
index 119c08a..af2f473 100644 (file)
@@ -2,13 +2,13 @@ Source: etk
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: cdbs, quilt, debhelper (>= 4.0.0), autotools-dev, libevas0-dev (>= 0.9.9.042-maemo6), libecore0-dev (>= 0.9.9.042-maemo5), libedje0-dev (>= 0.5.0.042-maemo6), edje0-bin (>= 0.5.0.042-maemo6)
+Build-Depends: cdbs, quilt, debhelper (>= 4.0.0), autotools-dev, libevas0-dev (>= 0.9.9.043-maemo1), libecore0-dev (>= 0.9.9.043-maemo1), libedje0-dev (>= 0.9.9.043-maemo1), edje0-bin (>= 0.9.9.043-maemo1)
 Standards-Version: 3.7.2
 
 Package: libetk0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.042-maemo6), libecore0 (>= 0.9.9.042-maemo5), libecore0-imf-evas (>= 0.9.9.042-maemo5), libedje0 (>= 0.5.0.042-maemo6), libetk0-engine-evas-software-x11 (= ${Source-Version}), libetk0-engine-evas-software-x11-16 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.043-maemo1), libecore0 (>= 0.9.9.043-maemo1), libecore0-imf-evas (>= 0.9.9.043-maemo1), libedje0 (>= 0.9.9.043-maemo1), libetk0-engine-evas-software-x11 (= ${Source-Version}), libetk0-engine-evas-software-x11-16 (= ${Source-Version})
 Provides: libetk
 Description: A widget toolkit based on the EFL
  ETK is a widget toolkit based on the enlightenment foundation libraries.
@@ -26,7 +26,7 @@ Description: A widget toolkit based on the EFL
 Package: libetk0-engine-evas
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.042-maemo6), libecore0 (>= 0.9.9.042-maemo5), libedje0 (>= 0.5.0.042-maemo6), libetk0 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.043-maemo1), libecore0 (>= 0.9.9.043-maemo1), libedje0 (>= 0.9.9.043-maemo1), libetk0 (= ${Source-Version})
 Provides: libetk-engine-evas
 Description: Evas engine for Etk
  ETK is a widget toolkit based on the enlightenment foundation libraries.
@@ -36,7 +36,7 @@ Description: Evas engine for Etk
 Package: libetk0-engine-evas-x11
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.042-maemo6), libecore0 (>= 0.9.9.042-maemo5), libedje0 (>= 0.5.0.042-maemo6), libetk0 (= ${Source-Version}), libetk0-engine-evas (= ${Source-Version})
+Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.043-maemo1), libecore0 (>= 0.9.9.043-maemo1), libedje0 (>= 0.9.9.043-maemo1), libetk0 (= ${Source-Version}), libetk0-engine-evas (= ${Source-Version})
 Provides: libetk-engine-evas-x11
 Description: X11 engine for Etk
  ETK is a widget toolkit based on the enlightenment foundation libraries.
@@ -46,7 +46,7 @@ Description: X11 engine for Etk
 Package: libetk0-engine-evas-software-x11
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.042-maemo6), libecore0 (>= 0.9.9.042-maemo5), libedje0 (>= 0.5.0.042-maemo6), libetk0 (= ${Source-Version}), libetk0-engine-evas-x11 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.043-maemo1), libecore0 (>= 0.9.9.043-maemo1), libedje0 (>= 0.9.9.043-maemo1), libetk0 (= ${Source-Version}), libetk0-engine-evas-x11 (= ${Source-Version})
 Provides: libetk-engine-evas-software-x11
 Description: X11 software engine for Etk
  ETK is a widget toolkit based on the enlightenment foundation libraries.
@@ -56,7 +56,7 @@ Description: X11 software engine for Etk
 Package: libetk0-engine-evas-software-x11-16
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.042-maemo6), libecore0 (>= 0.9.9.042-maemo5), libedje0 (>= 0.5.0.042-maemo6), libetk0 (= ${Source-Version}), libetk0-engine-evas-x11 (= ${Source-Version}), libetk0-engine-evas-software-x11 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libevas0 (>= 0.9.9.043-maemo1), libecore0 (>= 0.9.9.043-maemo1), libedje0 (>= 0.9.9.043-maemo1), libetk0 (= ${Source-Version}), libetk0-engine-evas-x11 (= ${Source-Version}), libetk0-engine-evas-software-x11 (= ${Source-Version})
 Provides: libetk-engine-evas-software-x11-16
 Description: X11 software engine for Etk optimized for 16 bits
  ETK is a widget toolkit based on the enlightenment foundation libraries.
@@ -76,7 +76,7 @@ Description: Virtual package provfing all engines for Etk
 Package: libetk0-dev
 Architecture: any
 Section: libdevel
-Depends: libevas0-dev (>= 0.9.9.042-maemo6), libecore0-dev (>= 0.9.9.042-maemo5), libedje0-dev (>= 0.5.0.042-maemo6), libetk0 (= ${Source-Version})
+Depends: libevas0-dev (>= 0.9.9.043-maemo1), libecore0-dev (>= 0.9.9.043-maemo1), libedje0-dev (>= 0.9.9.043-maemo1), libetk0 (= ${Source-Version})
 Provides: libetk-dev
 Description: Etk headers, static libraries and documentation
  Headers, static libraries and documentation for the ETK widget library.
index a915144..377bd09 100644 (file)
@@ -11,23 +11,6 @@ diff -upNr etk/Makefile.am etk.new/Makefile.am
  
  bin_SCRIPTS = 
  
-@@ -23,15 +22,7 @@ README \
- ABOUT-NLS \
- etk.pc.in \
- etk.spec.in \
--etk.spec \
--debian/changelog \
--debian/changelog.in \
--debian/libetk0.install \
--debian/libetk0-dev.install \
--debian/etk0-bin.install \
--debian/control \
--debian/copyright \
--debian/rules 
-+etk.spec
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = etk.pc
 diff -upNr etk/Makefile.in etk.new/Makefile.in
 --- etk/Makefile.in    2008-05-08 16:02:25.000000000 -0300
 +++ etk.new/Makefile.in        2008-05-08 16:03:35.000000000 -0300
@@ -64,23 +47,6 @@ diff -upNr etk/Makefile.in etk.new/Makefile.in
  
  bin_SCRIPTS = 
  EXTRA_DIST = \
-@@ -243,15 +241,7 @@ README \
- ABOUT-NLS \
- etk.pc.in \
- etk.spec.in \
--etk.spec \
--debian/changelog \
--debian/changelog.in \
--debian/libetk0.install \
--debian/libetk0-dev.install \
--debian/etk0-bin.install \
--debian/control \
--debian/copyright \
--debian/rules 
-+etk.spec
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = etk.pc
 @@ -313,8 +303,6 @@ etk.spec: $(top_builddir)/config.status 
        cd $(top_builddir) && $(SHELL) ./config.status $@
  etk.pc: $(top_builddir)/config.status $(srcdir)/etk.pc.in
index 9f72a38..0fdb2a5 100644 (file)
@@ -1,3 +1,9 @@
+evas (0.9.9.043+svn36098-maemo1) unstable; urgency=low
+
+  * Synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:42:00 -0300
+
 evas (0.9.9.042-maemo6) unstable; urgency=low
 
   * debian/control: Added libfontconfig1-dev to libevas-dev dependencies.
index 6d8f40e..5a42f21 100644 (file)
@@ -2,7 +2,7 @@ Source: evas
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.3-1.1), quilt, automake1.7 | automaken, libtool, libeet1-dev (>= 1.0.0-maemo2), libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev | xlibs-dev, zlib1g, libjpeg62-dev, autotools-dev, x11proto-xext-dev, libxext-dev, libfontconfig1-dev
+Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.3-1.1), quilt, automake1.7 | automaken, libtool, libeet1-dev (>= 1.0.1-maemo1), libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev | xlibs-dev, zlib1g, libjpeg62-dev, libungif4-dev, libtiff4-dev, autotools-dev, x11proto-xext-dev, libxext-dev, libfontconfig1-dev
 Standards-Version: 3.7.2
 #Homepage: http://www.enlightenment.org
 
@@ -35,7 +35,7 @@ Description: enlightenment advanced canvas library
 Package: libevas0-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libfreetype6-dev, zlib1g-dev, libjpeg-dev, libeet1-dev (>= 1.0.0-maemo2), libfontconfig1-dev
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libfreetype6-dev, zlib1g-dev, libjpeg-dev, libeet1-dev (>= 1.0.1-maemo1), libfontconfig1-dev
 Provides: libevas-dev
 Description: Enlightenment DR17 advanced canvas library development files
  Evas is an advanced canvas library, providing six engines for rendering: X11,
@@ -158,7 +158,7 @@ Description: Evas module providing a buffer render engine
 Package: libevas0-loader-eet
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libeet1 (>= 1.0.0-maemo2)
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libeet1 (>= 1.0.1-maemo1)
 Provides: libevas-loader-eet
 Description: Evas module providing an Eet loader
  Evas is an advanced canvas library, providing six engines for rendering: X11,
@@ -194,31 +194,31 @@ Description: Evas module providing a JPEG loader
  .
  This package contains an Evas loader module for JPEG.
 
-#Package: libevas0-loader-gif
-#Section: libs
-#Architecture: any
-#Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libungif4g
-#Provides: libevas-loader-gif
-#Description: Evas module providing a GIF loader
-# Evas is an advanced canvas library, providing six engines for rendering: X11,
-# OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
-# and Qtopia.
-# Due to its simple API, evas can be developed with rapidly, and cleanly.
-# .
-# This package contains an Evas loader module for GIF.
+Package: libevas0-loader-gif
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libungif4g
+Provides: libevas-loader-gif
+Description: Evas module providing a GIF loader
+ Evas is an advanced canvas library, providing six engines for rendering: X11,
+ OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
+ and Qtopia.
+ Due to its simple API, evas can be developed with rapidly, and cleanly.
+ .
+ This package contains an Evas loader module for GIF.
 
-#Package: libevas0-loader-tiff
-#Section: libs
-#Architecture: any
-#Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libtiff4
-#Provides: libevas-loader-tiff
-#Description: Evas module providing a TIFF loader
-# Evas is an advanced canvas library, providing six engines for rendering: X11,
-# OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
-# and Qtopia.
-# Due to its simple API, evas can be developed with rapidly, and cleanly.
-# .
-# This package contains an Evas loader module for TIFF.
+Package: libevas0-loader-tiff
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libtiff4
+Provides: libevas-loader-tiff
+Description: Evas module providing a TIFF loader
+ Evas is an advanced canvas library, providing six engines for rendering: X11,
+ OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
+ and Qtopia.
+ Due to its simple API, evas can be developed with rapidly, and cleanly.
+ .
+ This package contains an Evas loader module for TIFF.
 
 #Package: libevas0-loader-xpm
 #Section: libs
@@ -249,7 +249,7 @@ Description: Evas module providing a JPEG loader
 Package: libevas0-saver-eet
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libeet1 (>= 1.0.0-maemo2)
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libeet1 (>= 1.0.1-maemo1)
 Provides: libevas-saver-eet
 Description: Evas module providing an Eet saver
  Evas is an advanced canvas library, providing six engines for rendering: X11,
index 9161f1e..0742e87 100644 (file)
@@ -2,7 +2,7 @@ Source: evas
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.3-1.1), quilt, automake1.7 | automaken, libtool, libeet1-dev (>= @EET_VERSION@), libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev | xlibs-dev, zlib1g, libjpeg62-dev, autotools-dev, x11proto-xext-dev, libxext-dev, libfontconfig1-dev
+Build-Depends: debhelper (>= 4.2.0), cdbs (>= 0.4.3-1.1), quilt, automake1.7 | automaken, libtool, libeet1-dev (>= @EET_VERSION@), libfreetype6-dev, libpng12-dev | libpng-dev, libx11-dev | xlibs-dev, zlib1g, libjpeg62-dev, libungif4-dev, autotools-dev, x11proto-xext-dev, libxext-dev, libfontconfig1-dev
 Standards-Version: 3.7.2
 #Homepage: http://www.enlightenment.org
 
@@ -194,18 +194,18 @@ Description: Evas module providing a JPEG loader
  .
  This package contains an Evas loader module for JPEG.
 
-#Package: libevas0-loader-gif
-#Section: libs
-#Architecture: any
-#Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libungif4g
-#Provides: libevas-loader-gif
-#Description: Evas module providing a GIF loader
-# Evas is an advanced canvas library, providing six engines for rendering: X11,
-# OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
-# and Qtopia.
-# Due to its simple API, evas can be developed with rapidly, and cleanly.
-# .
-# This package contains an Evas loader module for GIF.
+Package: libevas0-loader-gif
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libungif4g
+Provides: libevas-loader-gif
+Description: Evas module providing a GIF loader
+ Evas is an advanced canvas library, providing six engines for rendering: X11,
+ OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
+ and Qtopia.
+ Due to its simple API, evas can be developed with rapidly, and cleanly.
+ .
+ This package contains an Evas loader module for GIF.
 
 #Package: libevas0-loader-tiff
 #Section: libs
index f52ef02..2d0ff47 100755 (executable)
@@ -4,19 +4,18 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-software-16-x11                  \
-                                                        --enable-software-x11                          \
-                                                        --disable-scale-smooth                         \
-                                                        --disable-pthreads                                     \
-                                                        --enable-no-dither-mask                        \
-                                                        --enable-small-dither-mask                     \
-                                                        --disable-fb                                           \
-                                                        --disable-xrender-x11                          \
+                                                        --enable-software-x11                  \
+                                                        --disable-scale-smooth                 \
+                                                        --disable-pthreads                     \
+                                                        --enable-no-dither-mask                \
+                                                        --enable-small-dither-mask             \
+                                                        --disable-fb                           \
+                                                        --disable-xrender-x11                  \
                                                         --disable-image-loader-tiff            \
-                                                        --disable-image-loader-edb                     \
-                                                        --disable-image-loader-gif                     \
-                                                        --disable-image-loader-xpm                     \
-                                                        --disable-image-loader-svg                     \
-                                                        --disable-convert-yuv                          \
+                                                        --disable-image-loader-edb             \
+                                                        --disable-image-loader-xpm             \
+                                                        --disable-image-loader-svg             \
+                                                        --disable-convert-yuv                  \
                                                         --disable-convert-8-rgb-332            \
                                                         --disable-convert-8-rgb-666            \
                                                         --disable-convert-8-rgb-232            \
@@ -39,6 +38,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-software-16-x11                 \
                                                         --disable-convert-32-rgb-rot-270       \
                                                         --disable-convert-32-rgb-rot-90        \
                                                         --disable-sdl
+#--disable-image-loader-gif                    \
 
 CFLAGS+=-I/usr/X11R6/include
 
diff --git a/trunk/python-e_dbus/debian/changelog b/trunk/python-e_dbus/debian/changelog
new file mode 100644 (file)
index 0000000..bbf6063
--- /dev/null
@@ -0,0 +1,36 @@
+python-edbus (0.3.0+svn36098-maemo1) unstable; urgency=low
+
+  * Synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:50:00 -0300
+
+python-edbus (0.1.1-maemo4) unstable; urgency=low
+
+  * debian/rules: Try to guess the target device in a bit more clever way.
+  * debian/control: Fix build dependency info.
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Thu, 03 Jul 2008 16:05:28 -0300
+
+python-edbus (0.1.1-maemo3) unstable; urgency=low
+
+  * New release
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Tue, 06 May 2008 15:49:22 -0300
+
+python-edbus (0.1.1-maemo2) unstable; urgency=low
+
+  * New release
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Fri, 07 Mar 2008 10:36:24 -0300
+
+python-edbus (0.1.1-maemo1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Fri, 15 Feb 2008 12:04:42 -0200
+
+python-edbus (0.1.0-maemo.1) unstable; urgency=low
+
+  * Maemo build
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Wed, 12 Dec 2007 01:15:53 -0200
diff --git a/trunk/python-e_dbus/debian/compat b/trunk/python-e_dbus/debian/compat
new file mode 100644 (file)
index 0000000..b8626c4
--- /dev/null
@@ -0,0 +1 @@
+4
diff --git a/trunk/python-e_dbus/debian/control b/trunk/python-e_dbus/debian/control
new file mode 100644 (file)
index 0000000..d117b87
--- /dev/null
@@ -0,0 +1,17 @@
+Source: python-edbus
+Section: python
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), python2.5-dbus, libedbus0-dev (>= 0.5.0.043-maemo1), libecore0-dev (>= 0.9.9.043-maemo1)
+Standards-Version: 3.6.2.2
+
+Package: python2.5-edbus
+Section: python
+Architecture: any
+Provides: python-edbus
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), python2.5-dbus
+Description: DBus python integration for ecore.
+ .
+ This packages contains modules that allow you to use
+ E_Dbus in Python programs.
+
diff --git a/trunk/python-e_dbus/debian/control.in b/trunk/python-e_dbus/debian/control.in
new file mode 100644 (file)
index 0000000..27c0935
--- /dev/null
@@ -0,0 +1,17 @@
+Source: python-edbus
+Section: python
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), python2.5-dbus, libedbus0-dev (>= @E_DBUS_VERSION@), libecore0-dev (>= @ECORE_VERSION@)
+Standards-Version: 3.6.2.2
+
+Package: python2.5-edbus
+Section: python
+Architecture: any
+Provides: python-edbus
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), python2.5-dbus
+Description: DBus python integration for ecore.
+ .
+ This packages contains modules that allow you to use
+ E_Dbus in Python programs.
+
diff --git a/trunk/python-e_dbus/debian/copyright b/trunk/python-e_dbus/debian/copyright
new file mode 100644 (file)
index 0000000..441430f
--- /dev/null
@@ -0,0 +1,43 @@
+This package was debianized by Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br> on
+Tue, 06 May 2008 15:49:22 -0300.
+
+The source is downloaded from the e17/proto/python-efl/python-e_dbus module
+of the enlightenment CVS tree. For more information, see:
+
+  http://www.enlightenment.org
+
+Upstream Authors
+
+        Enlightenment team <enlightenment-devel@lists.sourceforge.net>
+
+Copyright:
+
+        Copyright (C) 2000 Gustavo Sverzut Barbieri and various contributors (see AUTHORS)
+
+License:
+
+  Permission is hereby granted, free of charge, to any person obtaining a
+  copy of this software and associated documentation files (the "Software"),
+  to deal in the Software without restriction, including without limitation
+  the rights to use, copy, modify, merge, publish, distribute, sublicense,
+  and/or sell copies of the Software, and to permit persons to whom the
+  Software is furnished to do so, subject to the following conditions:
+
+  The above copyright notice and this permission notice shall be included in
+  all copies of the Software, its documentation and marketing & publicity
+  materials, and acknowledgment shall be given in the documentation,
+  materials and software packages that this Software was used.
+
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+  THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+On Debian systems, the complete text of the BSD License can be found
+in `/usr/share/common-licenses/BSD'.
+
+The Debian packaging is:
+  (C) 2006 2007,Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
+  and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/trunk/python-e_dbus/debian/python2.5-edbus.install b/trunk/python-e_dbus/debian/python2.5-edbus.install
new file mode 100644 (file)
index 0000000..fc600a7
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/python2.5/site-packages/*.so
+usr/lib/python2.5/site-packages/*/*
diff --git a/trunk/python-e_dbus/debian/rules b/trunk/python-e_dbus/debian/rules
new file mode 100755 (executable)
index 0000000..9cbc896
--- /dev/null
@@ -0,0 +1,86 @@
+#!/usr/bin/make -f
+
+DEB_DESTDIR=$(CURDIR)/debian/tmp
+
+PYVER=2.5
+PYTHON=python$(PYVER)
+
+DEB_BUILD_ARCH?=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+ifeq ($(DEB_BUILD_ARCH),armel)
+       COMMON_CFLAGS=-DNDEBUG=1 -fomit-frame-pointer -O2 -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant
+       N770_CFLAGS=-mcpu=arm926ej-s
+       N8x0_CFLAGS=-mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s
+       ifneq ($(DEB_BUILD_OPTIONS),)
+               ifneq (,$(findstring n8x0,$(DEB_BUILD_OPTIONS)))
+                       SPECIFIC_CFLAGS=$(N8x0_CFLAGS)
+               else
+                       ifneq (,$(findstring n770,$(DEB_BUILD_OPTIONS)))
+                               SPECIFIC_CFLAGS=$(N770_CFLAGS)
+                       endif
+               endif
+       endif
+    ifeq ($(SPECIFIC_CFLAGS),)
+        ifeq (0,$(shell test -e /etc/osso_software_version; echo $$?))
+            SW_VERSION?=$(shell cat /etc/osso_software_version|cut -d_ -f2)
+                       ifneq (,$(findstring $(SW_VERSION),OSSO1.1 2008SE DIABLO))
+                               SPECIFIC_CFLAGS=$(N8x0_CFLAGS)
+            endif
+               endif
+       ifeq ($(SPECIFIC_CFLAGS),)
+            # Our last hope is to look at the value returned by `sb-conf current`
+            SB_CURRENT?=$(shell sb-conf current|cut -d_ -f1)
+                       ifneq (,$(findstring $(SB_CURRENT),GREGALE BORA CHINOOK DIABLO))
+                               ifeq ($(SB_CURRENT),GREGALE)
+                                       SPECIFIC_CFLAGS=$(N770_CFLAGS)
+                               else
+                                       SPECIFIC_CFLAGS=$(N8x0_CFLAGS)
+                               endif
+                       else
+                               COMMON_CFLAGS=
+                       endif
+        endif
+    endif
+endif
+
+CFLAGS+=$(COMMON_CFLAGS) $(SPECIFIC_CFLAGS)
+
+build: build-stamp
+build-stamp:
+       dh_testdir
+       CFLAGS="$(CFLAGS)" $(PYTHON) setup.py build_ext build
+       touch build-stamp
+clean:
+       dh_testdir
+       dh_testroot
+       CFLAGS="$(CFLAGS)" $(PYTHON) setup.py clean
+       -rm -f build-stamp
+       -rm -rf build dist python_e_dbus.egg-info
+       -rm -f *.py[co]
+       dh_clean
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_installdirs
+       CFLAGS="$(CFLAGS)" $(PYTHON) setup.py install --root=$(DEB_DESTDIR)
+       dh_install --sourcedir=$(DEB_DESTDIR) --fail-missing
+
+binary: binary-arch
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_installdocs
+       dh_installdebconf
+       dh_installchangelogs
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_makeshlibs
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+.PHONY: build install clean binary binary-arch
index 79c5b10..33bd597 100644 (file)
@@ -1,3 +1,9 @@
+python-ecore (0.3.0+svn36098-maemo1) unstable; urgency=low
+
+  * synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Mon, 11 Sep 2008 16:45:00 -0300
+
 python-ecore (0.3.0-maemo4) unstable; urgency=low
 
   * debian/control: Updated python2.5-evas and ecore dependency info.
index 71271fb..696fae5 100644 (file)
@@ -2,14 +2,14 @@ Source: python-ecore
 Section: python
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libecore0-dev (>= 0.9.9.042-maemo5), python2.5-cython-dev, python2.5-evas-dev (>= 0.2.3-maemo6)
+Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libecore0-dev (>= 0.9.9.043-maemo1), python2.5-cython-dev, python2.5-evas-dev (>= 0.3.0-maemo1)
 Standards-Version: 3.6.2.2
 
 Package: python2.5-ecore
 Section: python
 Architecture: any
 Provides: python-ecore
-Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= 0.2.3-maemo6), libecore0 (>= 0.9.9.042-maemo5), libecore0-all (>= 0.9.9.042-maemo5)
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= 0.3.0-maemo1), libecore0 (>= 0.9.9.043-maemo1), libecore0-all (>= 0.9.9.043-maemo1)
 Description: Python bindings for Ecore
  .
  This packages contains modules that allow you to use
index cf26e67..3acc50c 100644 (file)
@@ -1,3 +1,9 @@
+python-edje (0.3.0+svn36098-maemo1) unstable; urgency=low
+
+  * synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:50:00 -0300
+
 python-edje (0.2.1-maemo6) unstable; urgency=low
 
   * debian/control: Updated dependency info.
index 1faed3a..4d7f4c3 100644 (file)
@@ -2,14 +2,14 @@ Source: python-edje
 Section: python
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libedje0-dev (>= 0.5.0.042-maemo6), edje0-bin (>= 0.5.0.042-maemo6), python2.5-evas-dev (>= 0.2.3-maemo6), python2.5-cython-dev
+Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libedje0-dev (>= 0.9.9.043-maemo1), edje0-bin (>= 0.9.9.043-maemo1), python2.5-evas-dev (>= 0.3.0-maemo1), python2.5-cython-dev
 Standards-Version: 3.6.2.2
 
 Package: python2.5-edje
 Section: python
 Architecture: any
 Provides: python-edje
-Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= 0.2.3-maemo6)
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= 0.3.0-maemo1)
 Description: Python bindings for Edje
  This packages contains modules that allow you to use
  Edje(enlightenment Graphical layout and animation library) in Python programs.
@@ -17,7 +17,7 @@ Description: Python bindings for Edje
 Package: python2.5-edje-demo
 Section: user/accessories
 Architecture: any
-Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libecore0-evas (>= 0.9.9.042-maemo5), python2.5-ecore (>= 0.3.0-maemo4), python2.5-edje (= ${Source-Version})
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libecore0-evas (>= 0.9.9.043-maemo1), python2.5-ecore (>= 0.3.0-maemo5), python2.5-edje (= ${Source-Version})
 Description: Python-edje demos
  This package contains python-edje demos:
  App Launcher, Virtual keyboard
index 58bf478..7543c10 100644 (file)
@@ -1,3 +1,9 @@
+python-efl-core (0.9.9.043+svn36098-maemo1) unstable; urgency=low
+
+  * New release.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Fri, 12 Sep 2008 19:15:00 -0300
+
 python-efl-core (0.9.1.042-maemo5) unstable; urgency=low
 
   * New release.
index 749f1b0..7cabd8f 100644 (file)
@@ -1,3 +1,9 @@
+python-efl-utils (0.1.3-maemo6) unstable; urgency=low
+
+  * debian/control: Updated dependency info.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 19:30:00 -0300
+
 python-efl-utils (0.1.3-maemo5) unstable; urgency=low
 
   * debian/control: Updated dependency info.
index a93097a..ba3653e 100644 (file)
@@ -9,7 +9,7 @@ Package: python2.5-efl-utils
 Section: python
 Architecture: all
 Provides: python-efl-utils
-Depends: python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= 0.2.3-maemo6), python2.5-ecore (>= 0.3.0-maemo4)
+Depends: python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= 0.3.0-maemo1), python2.5-ecore (>= 0.3.0-maemo5)
 Description: Python utilities to work with EFL
  .
  This packages contains helper modules for EFL.
index 73faf3c..269d519 100644 (file)
@@ -1,3 +1,9 @@
+python-epsilon (0.3.0+svn36098-maemo1) unstable; urgency=low
+
+  * synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 16:56:00 -0300
+
 python-epsilon (0.2.1-maemo5) unstable; urgency=low
 
   * debian/control: Updated dependency info.
index 24b6d85..b0150af 100644 (file)
@@ -2,14 +2,14 @@ Source: python-epsilon
 Section: python
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libecore0-dev (>= 0.9.9.042-maemo5), libepsilon0-dev (>= 0.3.0.012-maemo5), python2.5-evas-dev (>= 0.2.3-maemo6), python2.5-cython-dev
+Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libecore0-dev (>= 0.9.9.043-maemo1), libepsilon0-dev (>= 0.3.0.012-maemo6), python2.5-evas-dev (>= 0.3.0-maemo1), python2.5-cython-dev
 Standards-Version: 3.6.2.2
 
 Package: python2.5-epsilon
 Section: python
 Architecture: any
 Provides: python-epsilon
-Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libepsilon0 (>= 0.3.0.012-maemo5)
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libepsilon0 (>= 0.3.0.012-maemo6)
 Description: Python bindings for Ecore
  This packages contains modules that allow you to use
  Ecore(enlightenment core library) in Python programs.
index 2c0c62e..ef95276 100644 (file)
@@ -1,3 +1,9 @@
+python-etk (0.1.2+svn36098-maemo1) unstable; urgency=low
+
+  * synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Thu, 11 Sep 2008 17:00:00 -0300
+
 python-etk (0.1.2-maemo3) unstable; urgency=low
 
   * debian/control: Updated dependency info.
index 62884b6..b2f29b8 100644 (file)
@@ -2,14 +2,14 @@ Source: python-etk
 Section: python
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libetk0-dev (>= 0.1.0.042-maemo6), python2.5-evas-dev (>= 0.2.3-maemo6), python2.5-ecore (>= 0.3.0-maemo4), python2.5-cython-dev
+Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libetk0-dev (>= 0.1.0.042-maemo6), python2.5-evas-dev (>= 0.2.3-maemo6), python2.5-ecore (>= 0.3.0-maemo5), python2.5-cython-dev
 Standards-Version: 3.6.2.2
 
 Package: python2.5-etk
 Section: python
 Architecture: any
 Provides: python-etk
-Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libetk0 (>= 0.1.0.042-maemo6), libetk0-engine-all (>= 0.1.0.042-maemo6), python2.5-evas (>= 0.2.3-maemo6), python2.5-ecore (>= 0.3.0-maemo4)
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libetk0 (>= 0.1.0.042-maemo7), libetk0-engine-all (>= 0.1.0.042-maemo7), python2.5-evas (>= 0.3.0-maemo1), python2.5-ecore (>= 0.3.0-maemo5)
 Description: Python bindings for Ecore
  This packages contains modules that allow you to use
  Ecore(enlightenment core library) in Python programs.
index edb2d54..488ebeb 100644 (file)
@@ -1,3 +1,9 @@
+python-evas (0.3.0+svn36098-maemo1) unstable; urgency=low
+
+  * Synched with svn repository.
+
+ -- Eduardo Rocha <eduardo.rocha@openbossa.org>  Mon, 11 Sep 2008 17:00:00 -0300
+
 python-evas (0.2.3-maemo6) unstable; urgency=low
 
   * debian/control: Update evas dependency info.
index 640bc6a..616de0a 100644 (file)
@@ -2,14 +2,14 @@ Source: python-evas
 Section: python
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libevas0-dev (>= 0.9.9.042-maemo6), python2.5-numeric-dev (>= 24.2-1osso4), python2.5-cython-dev
+Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso6), python-setuptools (>= 0.6c3) | python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libevas0-dev (>= 0.9.9.043-maemo1), python2.5-numeric-dev (>= 24.2-1osso4), python2.5-cython-dev
 Standards-Version: 3.6.2.2
 
 Package: python2.5-evas
 Section: python
 Architecture: any
 Provides: python-evas
-Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libevas0 (>= 0.9.9.042-maemo6), libevas0-all (>= 0.9.9.042-maemo6)
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libevas0 (>= 0.9.9.043-maemo1), libevas0-all (>= 0.9.9.043-maemo1)
 Description: Python bindings for enlightenment advanced canvas library
  This packages contains modules that allow you to use
  Evas(enlightenment advanced canvas library) in Python programs.
@@ -18,7 +18,7 @@ Package: python2.5-evas-dev
 Section: python
 Architecture: any
 Provides: python-evas
-Depends: libevas0-dev (>= 0.9.9.042-maemo6), python2.5-evas (= ${Source-Version})
+Depends: libevas0-dev (>= 0.9.9.043-maemo1), python2.5-evas (= ${Source-Version})
 Description: Python bindings for enlightenment advanced canvas library development files
  This packages contains  modules that allow you to use
  Evas(enlightenment advanced canvas library) in Python programs.