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

Albin Tonnerre albin.tonnerre at gmail.com
Mon Mar 17 16:44:10 UTC 2008


The following commit has been merged in the master branch:
commit 10ea6076e0bf4615d94830915e855b164cb2366b
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Mon Mar 17 17:44:43 2008 +0100

    Add missing libecore*0 missing deps to libecore-dbg as well

diff --git a/debian/changelog b/debian/changelog
index e3feca9..34f0a31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ecore (0.9.9.042-3) UNRELEASED; urgency=low
+
+  * Add libecore*0 to libecore-dbg as well
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com>  Mon, 17 Mar 2008 17:41:33 +0100
+
 ecore (0.9.9.042-2) experimental; urgency=low
 
   * Change doc-base section to Programming/C
diff --git a/debian/control b/debian/control
index 6375c05..ec33465 100644
--- a/debian/control
+++ b/debian/control
@@ -202,7 +202,17 @@ Package: libecore-dbg
 Architecture: any
 Section: libdevel
 Priority: extra
-Depends: libecore0 (= ${binary:Version})
+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})
 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

-- 
Core abstraction layer for enlightenment DR 0.17



More information about the Pkg-e-commits mailing list