diff --git a/legacy/ecore/debian/control b/legacy/ecore/debian/control index 84059b672d..d472786329 100644 --- a/legacy/ecore/debian/control +++ b/legacy/ecore/debian/control @@ -108,6 +108,20 @@ Description: Ecore Input Method Framework module applications. This package contains the Ecore Input Method Framework module. +Package: libecore0-imf-evas +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) +Provides: libecore-imf-evas +Description: Evas helpers for the 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 Evas helper functions for the Ecore Input Method + Framework module. + Package: libecore0-ipc Architecture: any Section: libs @@ -165,7 +179,7 @@ Package: libecore0-all Architecture: any Section: libdevel Architecture: any -Depends: libecore0 (= ${Source-Version}), libecore-config, libecore-con, libecore-desktop, libecore-evas, libecore-fb, libecore-file, libecore-imf, libecore-ipc, libecore-job, libecore-txt, libecore-x +Depends: libecore0 (= ${Source-Version}), libecore-config, libecore-con, libecore-desktop, libecore-evas, libecore-fb, libecore-file, libecore-imf, libecore-imf-evas, libecore-ipc, libecore-job, libecore-txt, libecore-x Provides: libecore-all Description: Virtual package providing all available Ecore modules. This is the core event abstraction layer and X abstraction layer that makes diff --git a/legacy/ecore/debian/libecore0-imf-evas.install b/legacy/ecore/debian/libecore0-imf-evas.install new file mode 100644 index 0000000000..8476e83211 --- /dev/null +++ b/legacy/ecore/debian/libecore0-imf-evas.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libecore_imf_evas.so.*