add ecore_imf and clean up rules.

SVN revision: 32811
This commit is contained in:
kaethorn 2007-11-21 15:28:33 +00:00 committed by kaethorn
parent 4a6cc12b9c
commit 2e3bda35c9
3 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -0,0 +1 @@
debian/tmp/usr/lib/libecore_imf.so.*

View File

@ -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