[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, master, updated. debian/0.9.9.042-1-3-g2108df0

Jan Luebbe jluebbe at debian.org
Mon Mar 17 14:23:27 UTC 2008


The following commit has been merged in the master branch:
commit d4955474309be6b3e9a4e3b106079265b8715a8a
Author: Jan Luebbe <jluebbe at debian.org>
Date:   Mon Mar 17 15:01:21 2008 +0100

    libecore-dev must depend on libecore-*0 do allow correct
    generation of shlibdeps.

diff --git a/debian/control b/debian/control
index 5bdd85c..f99609e 100644
--- a/debian/control
+++ b/debian/control
@@ -149,7 +149,18 @@ Package: libecore-dev
 Architecture: any
 Section: libdevel
 Suggests: libecore-doc
-Depends: libecore0 (= ${binary:Version}), pkg-config
+Depends: libecore0 (= ${binary:Version}),
+         libecore-con0 (= ${binary:Version}),
+         libecore-config0 (= ${binary:Version}),
+         libecore-evas0 (= ${binary:Version}),
+         libecore-fb0 (= ${binary:Version}),
+         libecore-file0 (= ${binary:Version}),
+         libecore-imf0 (= ${binary:Version}),
+         libecore-ipc0 (= ${binary:Version}),
+         libecore-job0 (= ${binary:Version}),
+         libecore-txt0 (= ${binary:Version}),
+         libecore-x0 (= ${binary:Version}),
+         pkg-config
 Description: Ecore headers and static libraries
  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

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list