Updated ecore control file.
[maemo-efl] / trunk / ecore / debian / control.in
index 173f3db..d640f88 100644 (file)
@@ -46,20 +46,6 @@ Description: Ecore Connection Library
 # .
 # 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
@@ -131,6 +117,18 @@ Description: Ecore Evas Input Method Framework
  This package contains the Evas helper functions for the Ecore Input Method
  Framework module.
 
+Package: libecore0-input
+Architecture: any
+Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}),
+Description: Ecore input 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 Input Library.
+
 Package: libecore0-ipc
 Architecture: any
 Section: libs
@@ -191,7 +189,7 @@ Description: Ecore functions for dealing with 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})
+Depends: libecore0 (= ${Source-Version}), libecore0-con (= ${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}), libecore0-input (= ${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
@@ -205,7 +203,7 @@ Description: Virtual package providing all available Ecore modules.
 Package: libecore0-dev
 Architecture: any
 Section: libdevel
-Depends: libecore0 (= ${Source-Version}), libevas0-dev (>= @EVAS_VERSION@), libecore0-all (= ${Source-Version}), libssl-dev, libcurl3-openssl-dev, libxcursor-dev, libxrender-dev, libxrandr-dev
+Depends: ${shlibs: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