Updated EFL to svn rev38480 and added new package Eina (which
[maemo-efl] / trunk / ecore / debian / control.in
index 71be401..50e328a 100644 (file)
@@ -2,13 +2,13 @@ Source: ecore
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-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.