From d22af9bf00a4662ecad9816b30836146dbf4ce6f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 20 Apr 2006 06:48:08 +0000 Subject: [PATCH] control deps fix SVN revision: 22252 --- legacy/ecore/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/debian/control b/legacy/ecore/debian/control index 98fdec3fbb..e57354bf8c 100644 --- a/legacy/ecore/debian/control +++ b/legacy/ecore/debian/control @@ -180,7 +180,7 @@ Description: Ecore headers, static libraries and documentation Package: ecore0-bin Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-config (= ${Source-Version}) Provides: ecore-bin Conflicts: ecore-test Description: Tools that support Ecore. @@ -197,7 +197,7 @@ Description: Tools that support Ecore. Package: ecore0-debug Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore0-config (= ${Source-Version}) +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}) Provides: ecore-debug Conflicts: ecore-test Description: Tools for debugging/demonstration of Ecore.