Added control.in file
authorjesus <jesus.palencia@openbossa.org>
Thu, 17 Jul 2008 18:50:18 +0000 (18:50 +0000)
committerjesus <jesus.palencia@openbossa.org>
Thu, 17 Jul 2008 18:50:18 +0000 (18:50 +0000)
15 files changed:
trunk/e_dbus/debian/control.in [new file with mode: 0644]
trunk/ecore/debian/control.in [new file with mode: 0644]
trunk/edje/debian/control.in [new file with mode: 0644]
trunk/efl-core/debian/control.in [new file with mode: 0644]
trunk/epsilon/debian/control.in [new file with mode: 0644]
trunk/etk/debian/control.in [new file with mode: 0644]
trunk/evas/debian/control.in [new file with mode: 0644]
trunk/python-e_dbus/debian_chinook/control.in [new file with mode: 0644]
trunk/python-ecore/debian/control.in [new file with mode: 0644]
trunk/python-edje/debian/control.in [new file with mode: 0644]
trunk/python-efl-core/debian/control.in [new file with mode: 0644]
trunk/python-efl_utils/debian/control.in [new file with mode: 0644]
trunk/python-epsilon/debian/control.in [new file with mode: 0644]
trunk/python-etk/debian/control.in [new file with mode: 0644]
trunk/python-evas/debian/control.in [new file with mode: 0644]

diff --git a/trunk/e_dbus/debian/control.in b/trunk/e_dbus/debian/control.in
new file mode 100644 (file)
index 0000000..243b8f5
--- /dev/null
@@ -0,0 +1,25 @@
+Source: e-dbus
+Section: libs
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Build-Depends: cdbs, debhelper (>= 4), libecore0-dev (>= @ECORE_VERSION@), libdbus-1-dev
+Standards-Version: 3.7.2
+
+Package: libedbus0-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, libedbus0 (= ${Source-Version}), libecore0-dev (>= @ECORE_VERSION@), libdbus-1-dev
+Provides: libedbus-dev
+Description: D-Bus and HAL wrapper libraries for use with the EFL - Development files
+ Wrappers around D-Bus to ease integrating D-Bus with EFL based applications.
+ .
+ This package contains the e_dbus headers and static libraries.
+
+Package: libedbus0
+Architecture: any
+Depends: ${shlibs:Depends}, libecore0 (>= @ECORE_VERSION@), libdbus-1-2 | libdbus-1-3
+Provides: libedbus
+Description: D-Bus and HAL wrapper libraries for use with the EFL
+ Wrappers around D-Bus to ease integrating D-Bus with EFL based applications.
+ .
+ This package contains the e_dbus library.
diff --git a/trunk/ecore/debian/control.in b/trunk/ecore/debian/control.in
new file mode 100644 (file)
index 0000000..71be401
--- /dev/null
@@ -0,0 +1,267 @@
+Source: ecore
+Section: libs
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Build-Depends: cdbs, debhelper (>= 4), libeet1-dev (>= @EET_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libssl-dev, libcurl3-dev, libcurl3-openssl-dev, libxcursor-dev, x-dev | libx11-dev, libxrender-dev, libxrandr-dev, libxext-dev, libfreetype6-dev, libjpeg62-dev
+Standards-Version: 3.7.2
+
+Package: libecore0
+Architecture: any
+Provides: libecore
+Depends: ${shlibs:Depends}
+Description: Core abstraction layer for enlightenment DR 0.17
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+
+Package: libecore0-con
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libssl0.9.7|libssl0.9.8
+Provides: libecore-con
+Description: Ecore Connection Library
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Ecore Connection Library.
+
+#Package: libecore0-config
+#Architecture: any
+#Section: libs
+#Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libevas0 (>= @EVAS_VERSION@), libeet1 (>= @EET_VERSION@)
+#Provides: libecore-config
+#Description: Ecore Enlightened Property Library
+# This is the core event abstraction layer and X abstraction layer that makes
+# doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+# handlers fast, optimized, and convenient. It's a separate library so anyone
+# can make use of the work put into Ecore to make this job easy for
+# applications.
+# .
+# This package contains the Enlightened Property Library.
+
+Package: libecore0-desktop
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-file (= ${Source-Version})
+Provides: libecore-desktop
+Description: Ecore freedesktop.org .desktop, icon, menu parsing Library
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Ecore freedesktop.org .desktop, icon, menu parsing Library.
+
+Package: libecore0-evas
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-x (= ${Source-Version}), libecore0-txt (= ${Source-Version}), libecore0-job (= ${Source-Version}), libevas0 (>= @EVAS_VERSION@), libx11-6, libxext6, libevas0-engine-software-x11 (>= @EVAS_VERSION@), libevas0-engine-software-x11-16 (>= @EVAS_VERSION@)
+Provides: libecore-evas
+Description: Ecore Evas Wrapper Library
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Ecore Evas wrapper functions.
+
+#Package: libecore0-fb
+#Architecture: any
+#Section: libs
+#Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version})
+#Provides: libecore-fb
+#Description: Ecore frame buffer system functions
+# This is the core event abstraction layer and X abstraction layer that makes
+# doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+# handlers fast, optimized, and convenient. It's a separate library so anyone
+# can make use of the work put into Ecore to make this job easy for
+# applications.
+# .
+# This package contains the Ecore frame buffer system functions.
+
+Package: libecore0-file
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version})
+Provides: libecore-file
+Description: Ecore File Library
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Ecore File Library.
+
+Package: libecore0-imf
+Architecture: any
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version})
+Provides: libecore-imf
+Description: Ecore Input Method Framework
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Ecore Input Method Framework module.
+
+Package: libecore0-imf-evas
+Architecture: any
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-evas (= ${Source-Version}), libecore0-imf (= ${Source-Version})
+Provides: libecore-imf-evas
+Description: Ecore Evas Input Method Framework
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Evas helper functions for the Ecore Input Method
+ Framework module.
+
+Package: libecore0-ipc
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-con (= ${Source-Version})
+Provides: libecore-ipc
+Description: Ecore inter-process communication functions
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Ecore inter-process communication functions.
+
+Package: libecore0-job
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version})
+Provides: libecore-job
+Description: Ecore job dealing functions
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains functions for dealing with Ecore jobs.
+
+Package: libecore0-txt
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version})
+Provides: libecore-txt
+Description: Ecore text encoding conversion functions
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Ecore text encoding conversion functions.
+
+Package: libecore0-x
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-job (= ${Source-Version}), libecore0-txt (= ${Source-Version})
+Provides: libecore-x
+Description: Ecore functions for dealing with the X Windows System
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This package contains the Ecore wrapper and convenience functions for using
+ the X Windows System.
+
+Package: libecore0-all
+Architecture: any
+Section: libdevel
+Depends: libecore0 (= ${Source-Version}), libecore0-con (= ${Source-Version}), libecore0-desktop (= ${Source-Version}), libecore0-evas (= ${Source-Version}), libecore0-file (= ${Source-Version}), libecore0-job (= ${Source-Version}), libecore0-txt (= ${Source-Version}), libecore0-x (= ${Source-Version}), libecore0-ipc (= ${Source-Version}), libecore0-imf (= ${Source-Version}), libecore0-imf-evas (= ${Source-Version})
+Provides: libecore-all
+Description: Virtual package providing all available Ecore modules.
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ .
+ This virtual package provides all available Ecore modules.
+
+Package: libecore0-dev
+Architecture: any
+Section: libdevel
+Architecture: any
+Depends: libecore0 (= ${Source-Version}), libevas0-dev (>= @EVAS_VERSION@), libecore0-all (= ${Source-Version}), libssl-dev, libcurl3-openssl-dev, libxcursor-dev, libxrender-dev, libxrandr-dev
+Provides: libecore-dev
+Description: Ecore headers, static libraries and documentation
+ This is the core event abstraction layer and X abstraction layer that makes
+ doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+ handlers fast, optimized, and convenient. It's a separate library so anyone
+ can make use of the work put into Ecore to make this job easy for
+ applications.
+ This package contains headers, static libraries and documentation for
+ the Ecore library.
+
+#Package: libecore0-doc
+#Architecture: all
+#Section: doc
+#Enhances: libecore-dev
+#Provides: libecore-doc
+#Description: Ecore API Documentation
+# This is the core event abstraction layer and X abstraction layer that makes
+# doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+# handlers fast, optimized, and convenient. It's a separate library so anyone
+# can make use of the work put into Ecore to make this job easy for
+# applications.
+# .
+# This package provides development documentation (html and manpages)for the
+# Ecore library.
+
+#Package: ecore0-bin
+#Architecture: any
+#Section: libs
+#Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-config (= ${Source-Version})
+#Provides: ecore-bin
+#Conflicts: ecore-test
+#Description: Tools that support Ecore.
+# This is the core event abstraction layer and X abstraction layer that makes
+# doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+# handlers fast, optimized, and convenient. It's a separate library so anyone
+# can make use of the work put into Ecore to make this job easy for
+# applications.
+# .
+# This package includes:
+#  - ecore_config: allows creation/editing of ecore_config databases
+
+#Package: libecore0-dbg
+#Architecture: any
+#Section: libdevel
+#Priority: extra
+#Depends: libecore0 (= ${Source-Version})
+#Provides: libecore-dbg
+#Description:  Core abstraction layer for enlightenment DR 0.17
+# This is the core event abstraction layer and X abstraction layer that makes
+# doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
+# handlers fast, optimized, and convenient. It's a separate library so anyone
+# can make use of the work put into Ecore to make this job easy for
+# applications
+# .
+# 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/edje/debian/control.in b/trunk/edje/debian/control.in
new file mode 100644 (file)
index 0000000..5d0585f
--- /dev/null
@@ -0,0 +1,74 @@
+Source: edje
+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 (>= @EET_VERSION@), libecore0-dev (>= @ECORE_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libembryo0-dev (>= @EMBRYO_VERSION@)
+Standards-Version: 3.7.2
+
+Package: edje0-bin
+Architecture: any
+Section: graphics
+Depends: ${shlibs:Depends}, libedje0 (= ${Source-Version}), embryo0-bin (>= @EMBRYO_VERSION@), libevas0-loader-png (>= @EVAS_VERSION@), libevas0-loader-jpeg (>= @EVAS_VERSION@), libevas0-engine-buffer (>= @EVAS_VERSION@)
+Provides: edje-bin
+Description: Various binaries for use with Edje
+ Edje is a graphical layout and animation library for animated resizable,
+ compressed and scalable themes. It is the theming engine behind
+ Enlightenment DR 0.17.
+ .
+ This package contains the following binaries:
+  - edje: View and test compiled edje files.
+  - edje_cc: Compiles EDC files.
+  - edje_decc: Used to decompile compiled edje files.
+  - edje_recc: A convenience script to recompile EDC files.
+  - edje_ls: Lists the contents of a compiled EDC file.
+
+Package: libedje0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libevas0-loader-eet (>= @EVAS_VERSION@)
+Provides: libedje
+Suggests: edje-bin (= ${Source-Version})
+Description: Graphical layout and animation library
+ Edje is a graphical layout and animation library for animated resizable,
+ compressed and scalable themes. It is the theming engine behind
+ Enlightenment DR 0.17.
+
+#Package: libedje-doc
+#Architecture: all
+#Section: doc
+#Enhances: libedje0-dev
+#Description: libedje0 development documentation
+# Edje is a graphical layout and animation library for animated resizable,
+# compressed and scalable themes. It is the theming engine behind
+# Enlightenment DR 0.17.
+# .
+# This package provides development documentation for Edje.
+
+Package: libedje0-dev
+Architecture: any
+Section: libdevel
+Depends: libedje0 (= ${Source-Version}), libeet1-dev (>= @EET_VERSION@), libecore0-dev (>= @ECORE_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libembryo0-dev (>= @EMBRYO_VERSION@)
+Provides: libedje-dev
+Description: Edje headers, static libraries and documentation
+ Edje is a graphical layout and animation library for animated resizable,
+ compressed and scalable themes. It is the theming engine behind
+ Enlightenment DR 0.17.
+ .
+ This package provides headers and shared libraries for Edje.
+
+#Package: libedje0-dbg
+#Architecture: any
+#Section: libdevel
+#Priority: extra
+#Depends: libedje0 (= ${Source-Version})
+#Provides: libedje-dbg
+#Description: Graphical layout and animation library
+# Edje is a graphical layout and animation library for animated resizable,
+# compressed and scalable themes. It is the theming engine behind
+# Enlightenment DR 0.17.
+# .
+# 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/control.in b/trunk/efl-core/debian/control.in
new file mode 100644 (file)
index 0000000..008505a
--- /dev/null
@@ -0,0 +1,28 @@
+Source: efl-core
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Build-Depends: debhelper, cdbs
+Standards-Version: 3.6.1
+
+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@)
+Description: Enlightenment Foundation Libraries Core metapackage
+ This metapackage brings Enlightenment Foundation Core Libraries
+ to the system
+ .
+ Homepage: http://www.enlightenment.org/
+
+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@)
+Description: Enlightenment Foundation Libraries Core metapackage
+ This metapackage brings Enlightenment Foundation Core Libraries
+ to the system
+ .
+ Homepage: http://www.enlightenment.org/
+
diff --git a/trunk/epsilon/debian/control.in b/trunk/epsilon/debian/control.in
new file mode 100644 (file)
index 0000000..d0fd952
--- /dev/null
@@ -0,0 +1,36 @@
+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
+Standards-Version: 3.7.2
+
+Package: libepsilon0-dev
+Section: libdevel
+Architecture: any
+Depends: libepsilon0 (= ${Source-Version})
+Provides: libepsilon-dev
+Description: Enlightenment thumbnailing library development files
+ This is a small, display independent, and quick thumbnailing library.
+ .
+ This package contains headers and static libraries for development with
+ libepeg.
+
+Package: libepsilon0
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: epsilon-bin
+Provides: libepsilon
+Description: Enlightenment thumbnailing library API
+ This is a small, display independent, and quick thumbnailing library.
+ .
+ This package contains the shared library.
+
+Package: epsilon0-bin
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: epsilon-bin
+Description: Enlightenment thumbnailing binary
+ This is a small, display independent, and quick thumbnailing library.
+ .
+ This package contains the Epsilon binary program.
diff --git a/trunk/etk/debian/control.in b/trunk/etk/debian/control.in
new file mode 100644 (file)
index 0000000..3c41f7d
--- /dev/null
@@ -0,0 +1,83 @@
+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 (>= @EVAS_VERSION@), libecore0-dev (>= @ECORE_VERSION@), libedje0-dev (>= @EDJE_VERSION@), edje0-bin (>= @EDJE_VERSION@)
+Standards-Version: 3.7.2
+
+Package: libetk0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libevas0 (>= @EVAS_VERSION@), libecore0 (>= @ECORE_VERSION@), libecore0-imf-evas (>= @ECORE_VERSION@), libedje0 (>= @EDJE_VERSION@), 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.
+
+#Package: libetk0-engine-fb
+#Architecture: any
+#Section: libs
+#Depends: ${shlibs:Depends}, libetk0 (= ${Source-Version}), libevas0 (>= 0.9.9.042-maemo6), libecore0 (>= 0.9.9.042-maemo5), libedje0 (>= 0.5.0.042-maemo6)
+#Provides: libetk-engine-fb
+#Description: Framebuffer engine for Etk
+# ETK is a widget toolkit based on the enlightenment foundation libraries.
+# .
+# This package provides the framebuffer device render engine.
+
+Package: libetk0-engine-evas
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libevas0 (>= @EVAS_VERSION@), libecore0 (>= @ECORE_VERSION@), libedje0 (>= @EDJE_VERSION@), libetk0 (= ${Source-Version})
+Provides: libetk-engine-evas
+Description: Evas engine for Etk
+ ETK is a widget toolkit based on the enlightenment foundation libraries.
+ .
+ This package provides the Evas rendering engine.
+
+Package: libetk0-engine-evas-x11
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libevas0 (>= @EVAS_VERSION@), libecore0 (>= @ECORE_VERSION@), libedje0 (>= @EDJE_VERSION@), 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.
+ .
+ This package provides the X11 rendering engine.
+
+Package: libetk0-engine-evas-software-x11
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libevas0 (>= @EVAS_VERSION@), libecore0 (>= @ECORE_VERSION@), libedje0 (>= @EDJE_VERSION@), 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.
+ .
+ This package provides the X11 software rendering engine.
+
+Package: libetk0-engine-evas-software-x11-16
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, libevas0 (>= @EVAS_VERSION@), libecore0 (>= @ECORE_VERSION@), libedje0 (>= @EDJE_VERSION@), 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.
+ .
+ This package provides the X11 software rendering engine optimized for 16 bits.
+
+Package: libetk0-engine-all
+Architecture: any
+Section: libs
+Depends: libetk0-engine-evas-x11 (= ${Source-Version}), libetk0-engine-evas (= ${Source-Version}), libetk0-engine-evas-software-x11 (= ${Source-Version}), libetk0-engine-evas-software-x11-16 (= ${Source-Version})
+Provides: libetk-engine-all
+Description: Virtual package provfing all engines for Etk
+ ETK is a widget toolkit based on the enlightenment foundation libraries.
+ .
+ This is a virtual package providing all available rendering engines.
+
+Package: libetk0-dev
+Architecture: any
+Section: libdevel
+Depends: libevas0-dev (>= @EVAS_VERSION@), libecore0-dev (>= @ECORE_VERSION@), libedje0-dev (>= @EDJE_VERSION@), libetk0 (= ${Source-Version})
+Provides: libetk-dev
+Description: Etk headers, static libraries and documentation
+ Headers, static libraries and documentation for the ETK widget library.
+
diff --git a/trunk/evas/debian/control.in b/trunk/evas/debian/control.in
new file mode 100644 (file)
index 0000000..9161f1e
--- /dev/null
@@ -0,0 +1,370 @@
+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
+Standards-Version: 3.7.2
+#Homepage: http://www.enlightenment.org
+
+Package: libevas0
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: libevas0-engines-all
+Provides: libevas
+Description: enlightenment advanced canvas library
+ 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 the core library.
+
+#Package: libevas-doc
+#Architecture: all
+#Section: doc
+#Enhances: libevas0-dev
+#Description: Evas API Documentation
+# 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 provides development documentation (html and manpages) for the
+# Evas library.
+
+Package: libevas0-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libfreetype6-dev, zlib1g-dev, libjpeg-dev, libeet1-dev (>= @EET_VERSION@), 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,
+ 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 provides headers and static libraries required to develop against
+ evas.
+
+#Package: libevas0-dbg
+#Architecture: any
+#Section: libdevel
+#Depends: libevas0 (= ${Source-Version})
+#Priority: extra
+#Provides: libevas-dbg
+#Description: enlightenment advanced canvas library
+# Evas is an advanced canvas library, providing six engines for rendering: X11,
+# OpenGL (hardware accelerated), DirectFB, the framebuffer, Microsoft Windows
+# and Qtopia.
+# .
+# 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.
+
+#Package: libevas0-engine-fb
+#Section: libs
+#Architecture: any
+#Depends: ${shlibs:Depends}, libevas0-engine-software-generic (= ${Source-Version})
+#Provides: libevas-engine-fb
+#Description: Evas module providing a framebuffer render engine
+# 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 engine module for framebuffer rendering.
+
+Package: libevas0-engine-software-x11
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libevas0-engine-software-generic (= ${Source-Version})
+Provides: libevas-engine-software-x11
+Description: Evas module providing a software X11 render engine
+ 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 engine module for software X11 rendering.
+
+Package: libevas0-engine-software-x11-16
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libevas0-engine-software-generic (= ${Source-Version})
+Provides: libevas-engine-software-x11-16
+Description: Evas module providing the software X11 render engine optmized for 16 bits
+ 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 the Evas engine module for software X11 rendering optimized
+ for 16 bits.
+
+Package: libevas0-engine-software-generic
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version})
+Provides: libevas-engine-software-generic
+Description: Evas module providing a generic software render engine
+ 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 engine module for generic software
+ rendering.
+
+Package: libevas0-engine-buffer
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libevas0-engine-software-generic (= ${Source-Version})
+Provides: libevas-engine-buffer
+Description: Evas module providing a buffer render engine
+ 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 engine module for buffer rendering.
+
+#Package: libevas0-engine-xrender
+#Section: libs
+#Architecture: any
+#Depends: ${shlibs:Depends}, libevas0-engine-software-generic (= ${Source-Version})
+#Provides: libevas-engine-xrender
+#Description: Evas module providing a Xrender engine
+# 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 engine module for Xrender.
+
+#Package: libevas0-engine-gl-x11
+#Section: libs
+#Architecture: any
+#Depends: ${shlibs:Depends}, libevas0-engine-software-generic (= ${Source-Version})
+#Provides: libevas-engine-gl-x11
+#Description: Evas module providing an OpenGL engine
+# 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 engine module for OpenGl.
+
+Package: libevas0-loader-eet
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libeet1 (>= @EET_VERSION@)
+Provides: libevas-loader-eet
+Description: Evas module providing an Eet 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 Eet.
+
+Package: libevas0-loader-png
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libpng12-0
+Provides: libevas-loader-png
+Description: Evas module providing a PNG 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 PNG.
+
+Package: libevas0-loader-jpeg
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libjpeg62
+Provides: libevas-loader-jpeg
+Description: Evas module providing a JPEG 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 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-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
+#Architecture: any
+#Provides: libevas-loader-xpm
+#Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libxpm4
+#Description: Evas module providing a X11 pixmap 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 XPM.
+
+#Package: libevas0-loader-svg
+#Section: libs
+#Architecture: any
+#Provides: libevas-loader-svg
+#Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), librsvg2-2
+#Description: Evas module providing a SVG 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 SVG.
+
+Package: libevas0-saver-eet
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libeet1 (>= @EET_VERSION@)
+Provides: libevas-saver-eet
+Description: Evas module providing an Eet saver
+ 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 saver module for Eet.
+
+Package: libevas0-saver-png
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libpng12-0
+Provides: libevas-saver-png
+Description: Evas module providing a PNG saver
+ 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 saver module for PNG.
+
+Package: libevas0-saver-jpeg
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libjpeg62
+Provides: libevas-saver-jpeg
+Description: Evas module providing a JPEG saver
+ 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 saver module for JPEG.
+
+#Package: libevas0-saver-tiff
+#Section: libs
+#Architecture: any
+#Depends: ${shlibs:Depends}, libevas0 (= ${Source-Version}), libtiff4
+#Provides: libevas-saver-tiff
+#Description: Evas module providing a TIFF saver
+# 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 saver module for TIFF.
+
+Package: libevas0-engines-all
+Section: graphics
+Architecture: any
+Depends: libevas0-engine-buffer (= ${Source-Version}), libevas0-engine-software-generic (= ${Source-Version}), libevas0-engine-software-x11 (= ${Source-Version}), libevas0-engine-software-x11-16 (= ${Source-Version})
+Provides: libevas-engines-all
+Description: virtual package providing important Evas engine modules
+ 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 will install the following Evas engine modules:
+  - buffer
+  - software/genenric
+  - software/X11
+  - software/X11-16
+
+#Package: libevas0-engines-extra
+#Architecture: any
+#Depends: libevas-engine-fb  (= ${Source-Version}), libevas-engine-gl-x11  (= ${Source-Version})
+#Provides: libevas-engines-extra
+#Description: virtual package providing optional Evas engine modules
+# 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 will install the following Evas engine modules:
+#  - GL/X11
+#  - Framebuffer
+
+Package: libevas0-savers-all
+Section: graphics
+Architecture: any
+Depends: libevas0-saver-eet (= ${Source-Version}), libevas0-saver-jpeg (= ${Source-Version}), libevas0-saver-png (= ${Source-Version})
+Provides: libevas-savers-all
+Description: virtual package providing all available Evas savers
+ 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 is a virtual package providing all available Evas saver modules.
+
+Package: libevas0-loaders-all
+Section: graphics
+Architecture: any
+Depends: libevas0-loader-eet (= ${Source-Version}), libevas0-loader-jpeg (= ${Source-Version}), libevas0-loader-png (= ${Source-Version})
+Provides: libevas-loaders-all
+Description: virtual package providing all available Evas loaders
+ 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 is a virtual package providing all available Evas loader modules.
+
+Package: libevas0-all
+Section: graphics
+Architecture: any
+Depends: libevas0-loaders-all (= ${Source-Version}), libevas0-savers-all (= ${Source-Version}), libevas0-engines-all (= ${Source-Version})
+Provides: libevas-all
+Description: virtual package providing all available Evas modules
+ 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 is a virtual package providing all available Evas modules.
diff --git a/trunk/python-e_dbus/debian_chinook/control.in b/trunk/python-e_dbus/debian_chinook/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-ecore/debian/control.in b/trunk/python-ecore/debian/control.in
new file mode 100644 (file)
index 0000000..5260869
--- /dev/null
@@ -0,0 +1,18 @@
+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 (>= @ECORE_VERSION@), python2.5-cython-dev, python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@)
+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 (>= @PYTHON-EVAS_VERSION@), libecore0 (>= @ECORE_VERSION@), libecore0-all (>= @ECORE_VERSION@)
+Description: Python bindings for Ecore
+ .
+ This packages contains modules that allow you to use
+ Ecore(enlightenment core library) in Python programs.
+
+
diff --git a/trunk/python-edje/debian/control.in b/trunk/python-edje/debian/control.in
new file mode 100644 (file)
index 0000000..4e52efc
--- /dev/null
@@ -0,0 +1,24 @@
+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 (>= @EDJE_VERSION@), edje0-bin (>= @EDJE_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), 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 (>= @PYTHON-EVAS_VERSION@)
+Description: Python bindings for Edje
+ This packages contains modules that allow you to use
+ Edje(enlightenment Graphical layout and animation library) in Python programs.
+
+Package: python2.5-edje-demo
+Section: user/accessories
+Architecture: any
+Depends: ${shlibs:Depends}, python2.5 (>= 2.5.1-1osso6), libecore0-evas (>= @ECORE_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@), python2.5-edje (= ${Source-Version})
+Description: Python-edje demos
+ This package contains python-edje demos:
+ App Launcher, Virtual keyboard
+
diff --git a/trunk/python-efl-core/debian/control.in b/trunk/python-efl-core/debian/control.in
new file mode 100644 (file)
index 0000000..4b1aa77
--- /dev/null
@@ -0,0 +1,17 @@
+Source: python-efl-core
+Priority: optional
+Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
+Build-Depends: cdbs
+Standards-Version: 3.6.1
+
+Package: python2.5-efl-core
+Priority: optional
+Architecture: all
+Depends: efl-core (>= @EFL-CORE_VERSION@), python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= @PYTHON-EVAS_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@), python2.5-edje (>= @PYTHON-EDJE_VERSION@), python2.5-epsilon (>= @PYTHON-EPSILON_VERSION@),
+ python2.5-etk (>= @PYTHON-ETK_VERSION@), python2.5-efl-utils (>= @PYTHON-EFL_UTILS_VERSION@), python2.5-dbus-ecore (>= 0.71-1osso10) | python2.5-edbus (>= @PYTHON-E_DBUS_VERSION@)
+Description: Python bindings for EFL (Enlightenment Foundation Libraries)
+ This package includes Python bindings for Enlightenment Foundation Core Libraries
+ .
+ Homepage: http://www.enlightenment.org/
+
+
diff --git a/trunk/python-efl_utils/debian/control.in b/trunk/python-efl_utils/debian/control.in
new file mode 100644 (file)
index 0000000..addff09
--- /dev/null
@@ -0,0 +1,16 @@
+Source: python-efl-utils
+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)
+Standards-Version: 3.6.2.2
+
+Package: python2.5-efl-utils
+Section: python
+Architecture: all
+Provides: python-efl-utils
+Depends: python2.5 (>= 2.5.1-1osso6), python2.5-evas (>= @PYTHON-EVAS_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@)
+Description: Python utilities to work with EFL
+ .
+ This packages contains helper modules for EFL.
+
diff --git a/trunk/python-epsilon/debian/control.in b/trunk/python-epsilon/debian/control.in
new file mode 100644 (file)
index 0000000..a65bb3d
--- /dev/null
@@ -0,0 +1,17 @@
+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 (>= @ECORE_VERSION@), libepsilon0-dev (>= @EPSILON_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), 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 (>= @EPSILON_VERSION@)
+Description: Python bindings for Ecore
+ This packages contains modules that allow you to use
+ Ecore(enlightenment core library) in Python programs.
+
+
diff --git a/trunk/python-etk/debian/control.in b/trunk/python-etk/debian/control.in
new file mode 100644 (file)
index 0000000..46c7422
--- /dev/null
@@ -0,0 +1,17 @@
+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 (>= @ETK_VERSION@), python2.5-evas-dev (>= @PYTHON-EVAS_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@), 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 (>= @ETK_VERSION@), libetk0-engine-all (>= @ETK_VERSION@), python2.5-evas (>= @PYTHON-EVAS_VERSION@), python2.5-ecore (>= @PYTHON-ECORE_VERSION@)
+Description: Python bindings for Ecore
+ This packages contains modules that allow you to use
+ Ecore(enlightenment core library) in Python programs.
+
+
diff --git a/trunk/python-evas/debian/control.in b/trunk/python-evas/debian/control.in
new file mode 100644 (file)
index 0000000..741ed45
--- /dev/null
@@ -0,0 +1,25 @@
+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 (>= @EVAS_VERSION@), 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 (>= @EVAS_VERSION@), libevas0-all (>= @EVAS_VERSION@)
+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.
+
+Package: python2.5-evas-dev
+Section: python
+Architecture: any
+Provides: python-evas
+Depends: libevas0-dev (>= @EVAS_VERSION@), 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.
+