Updated EFL to svn rev38480 and added new package Eina (which
[maemo-efl] / trunk / e_dbus / debian / control.in
index 243b8f5..2d5cb29 100644 (file)
@@ -2,13 +2,13 @@ Source: e-dbus
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: cdbs, debhelper (>= 4), libecore0-dev (>= @ECORE_VERSION@), libdbus-1-dev
+Build-Depends: cdbs, debhelper (>= 4), libecore0-dev (>= @ECORE_VERSION@), libdbus-1-dev, libeina-dev (>= @EINA_VERSION@)
 Standards-Version: 3.7.2
 
 Package: libedbus0-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, libedbus0 (= ${Source-Version}), libecore0-dev (>= @ECORE_VERSION@), libdbus-1-dev
+Depends: ${shlibs:Depends}, libedbus0 (= ${Source-Version}), libecore0-dev (>= @ECORE_VERSION@), libdbus-1-dev, libeina0 (>= @EINA_VERSION@)
 Provides: libedbus-dev
 Description: D-Bus and HAL wrapper libraries for use with the EFL - Development files
  Wrappers around D-Bus to ease integrating D-Bus with EFL based applications.