diff --git a/legacy/ecore/debian/control b/legacy/ecore/debian/control index cd7e0f0171..84059b672d 100644 --- a/legacy/ecore/debian/control +++ b/legacy/ecore/debian/control @@ -95,6 +95,19 @@ Description: Ecore File Library applications. This package contains the Ecore File Library. +Package: libecore0-imf +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) +Provides: libecore-imf +Description: Ecore Input Method Framework module + 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-ipc Architecture: any Section: libs @@ -152,7 +165,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-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-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.install b/legacy/ecore/debian/libecore0-imf.install new file mode 100644 index 0000000000..a4a971ddf8 --- /dev/null +++ b/legacy/ecore/debian/libecore0-imf.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libecore_imf.so.* diff --git a/legacy/ecore/debian/rules b/legacy/ecore/debian/rules index 3c7ccc75a2..b07a0b7a8e 100644 --- a/legacy/ecore/debian/rules +++ b/legacy/ecore/debian/rules @@ -5,5 +5,6 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS := --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb -clean:: +debian/stamp-autotools-files: ./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb + touch debian/stamp-autotools-files