From: etrunko Date: Mon, 10 Dec 2007 19:42:19 +0000 (+0000) Subject: Build libecore0-imf and libecore0-imf-evas packages X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=c8b891a358bf878c56197c683247764481a9ef04;p=maemo-efl Build libecore0-imf and libecore0-imf-evas packages --- diff --git a/trunk/ecore/debian/control b/trunk/ecore/debian/control index 3220087..d1b405c 100644 --- a/trunk/ecore/debian/control +++ b/trunk/ecore/debian/control @@ -148,11 +148,39 @@ Description: Ecore functions for dealing with the X Windows System This package contains the Ecore wrapper and convenience functions for using the X Windows System. +Package: libecore0-imf +Architecture: any +Section: libdevel +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 library. + +Package: libecore0-imf-evas +Architecture: any +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore-imf +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 Ecore Evas Input Method Framework library. + Package: libecore0-all Architecture: any Section: libdevel Architecture: any -Depends: libecore0 (= ${Source-Version}), libecore-con, libecore-desktop, libecore-evas, libecore-file, libecore-job, libecore-txt, libecore-x, libecore-ipc +Depends: libecore0 (= ${Source-Version}), libecore-con, libecore-desktop, libecore-evas, libecore-file, libecore-job, libecore-txt, libecore-x, libecore-ipc, libecore-imf, libecore-imf-evas Provides: libecore-all Description: Virtual package providing all available Ecore modules. This is the core event abstraction layer and X abstraction layer that makes