Updated ecore control file.
authorEduardo Lima (Etrunko) <eduardo.lima@openbossa.org>
Sun, 14 Jun 2009 20:05:18 +0000 (17:05 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@openbossa.org>
Sun, 14 Jun 2009 20:05:18 +0000 (17:05 -0300)
Removed libecore0-dekstop package and added libecore0-input package.

trunk/ecore/debian/control.in
trunk/ecore/debian/libecore0-desktop.install [deleted file]
trunk/ecore/debian/libecore0-input.install [new file with mode: 0644]

index 173f3db..d640f88 100644 (file)
@@ -46,20 +46,6 @@ Description: Ecore Connection Library
 # .
 # This package contains the Enlightened Property 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
 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.
 
  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
 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
 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
 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
 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
 Provides: libecore-dev
 Description: Ecore headers, static libraries and documentation
  This is the core event abstraction layer and X abstraction layer that makes
diff --git a/trunk/ecore/debian/libecore0-desktop.install b/trunk/ecore/debian/libecore0-desktop.install
deleted file mode 100644 (file)
index 065c181..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libecore_desktop*.so.*
diff --git a/trunk/ecore/debian/libecore0-input.install b/trunk/ecore/debian/libecore0-input.install
new file mode 100644 (file)
index 0000000..34d8efb
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libecore_input-*.so.*