From 21dc73f67cf67dbf7a0e7762e52da1605e910036 Mon Sep 17 00:00:00 2001 From: "Eduardo Lima (Etrunko)" Date: Sun, 14 Jun 2009 17:05:18 -0300 Subject: [PATCH 1/1] Updated ecore control file. Removed libecore0-dekstop package and added libecore0-input package. --- trunk/ecore/debian/control.in | 30 ++++++++++++-------------- trunk/ecore/debian/libecore0-desktop.install | 1 - trunk/ecore/debian/libecore0-input.install | 1 + 3 files changed, 15 insertions(+), 17 deletions(-) delete mode 100644 trunk/ecore/debian/libecore0-desktop.install create mode 100644 trunk/ecore/debian/libecore0-input.install diff --git a/trunk/ecore/debian/control.in b/trunk/ecore/debian/control.in index 173f3db..d640f88 100644 --- a/trunk/ecore/debian/control.in +++ b/trunk/ecore/debian/control.in @@ -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 diff --git a/trunk/ecore/debian/libecore0-desktop.install b/trunk/ecore/debian/libecore0-desktop.install deleted file mode 100644 index 065c181..0000000 --- a/trunk/ecore/debian/libecore0-desktop.install +++ /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 index 0000000..34d8efb --- /dev/null +++ b/trunk/ecore/debian/libecore0-input.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libecore_input-*.so.* -- 1.7.9.5