X-Git-Url: http://git.maemo.org/git/?p=maemo-efl;a=blobdiff_plain;f=trunk%2Fecore%2Fdebian%2Fcontrol.in;h=50e328afddb8faeba5719dcd4f0e4d0a768f43e0;hp=71be401a9b39196c040a1ea5d12d60dfa24413f8;hb=c516777e4a1390f5e5472bdcbe44d216a6c78ff5;hpb=cfbcd20c8fdb44fff8acd22d60db0d78315bf243 diff --git a/trunk/ecore/debian/control.in b/trunk/ecore/debian/control.in index 71be401..50e328a 100644 --- a/trunk/ecore/debian/control.in +++ b/trunk/ecore/debian/control.in @@ -2,13 +2,13 @@ Source: ecore Section: libs Priority: optional Maintainer: Maemo-EFL Team -Build-Depends: cdbs, debhelper (>= 4), libeet1-dev (>= @EET_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libssl-dev, libcurl3-dev, libcurl3-openssl-dev, libxcursor-dev, x-dev | libx11-dev, libxrender-dev, libxrandr-dev, libxext-dev, libfreetype6-dev, libjpeg62-dev +Build-Depends: cdbs, debhelper (>= 4), libeina-dev (>= @EINA_VERSION@), libeet1-dev (>= @EET_VERSION@), libevas0-dev (>= @EVAS_VERSION@), libssl-dev, libcurl3-dev, libcurl3-openssl-dev, libxcursor-dev, x-dev | libx11-dev, libxrender-dev, libxrandr-dev, libxext-dev, libfreetype6-dev, libjpeg62-dev Standards-Version: 3.7.2 Package: libecore0 Architecture: any Provides: libecore -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, libeina0 (>= @EINA_VERSION@) Description: Core abstraction layer for enlightenment DR 0.17 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 @@ -248,20 +248,20 @@ Description: Ecore headers, static libraries and documentation # This package includes: # - ecore_config: allows creation/editing of ecore_config databases -#Package: libecore0-dbg -#Architecture: any -#Section: libdevel -#Priority: extra -#Depends: libecore0 (= ${Source-Version}) -#Provides: libecore-dbg -#Description: Core abstraction layer for enlightenment DR 0.17 -# 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 unstripped shared libraries. It is provided primarily -# to provide a backtrace with names in a debugger, this makes it somewhat easier -# to interpret core dumps. The libraries are installed in /usr/lib/debug and -# are automatically used by gdb. +Package: libecore0-dbg +Architecture: any +Section: libdevel +Priority: extra +Depends: libecore0 (= ${Source-Version}) +Provides: libecore-dbg +Description: Core abstraction layer for enlightenment DR 0.17 + 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 unstripped shared libraries. It is provided primarily + to provide a backtrace with names in a debugger, this makes it somewhat easier + to interpret core dumps. The libraries are installed in /usr/lib/debug and + are automatically used by gdb.