[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, master, updated. debian/0.9.9.042-3-3-gef699d8
Albin Tonnerre
albin.tonnerre at gmail.com
Wed Mar 19 22:21:40 UTC 2008
The following commit has been merged in the master branch:
commit 0c5b9df0ff16eb10473e13c40ea1a749e503f7c0
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Wed Mar 19 18:26:36 2008 +0100
Revert "Add missing libecore*0 missing deps to libecore-dbg as well"
This reverts commit 10ea6076e0bf4615d94830915e855b164cb2366b.
Add missing depends to libecore-dev
diff --git a/debian/changelog b/debian/changelog
index 34f0a31..3d80dc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
ecore (0.9.9.042-3) UNRELEASED; urgency=low
- * Add libecore*0 to libecore-dbg as well
+ * Add missing Depends to libecore-dev. They got lost when merging
+ libecore*-dev into libecore-dev. sigh
- -- Albin Tonnerre <albin.tonnerre at gmail.com> Mon, 17 Mar 2008 17:41:33 +0100
+ -- Albin Tonnerre <albin.tonnerre at gmail.com> Wed, 19 Mar 2008 18:30:12 +0100
ecore (0.9.9.042-2) experimental; urgency=low
diff --git a/debian/control b/debian/control
index ec33465..6571712 100644
--- a/debian/control
+++ b/debian/control
@@ -160,6 +160,9 @@ Depends: libecore0 (= ${binary:Version}),
libecore-job0 (= ${binary:Version}),
libecore-txt0 (= ${binary:Version}),
libecore-x0 (= ${binary:Version}),
+ libevas-dev,
+ libssl-dev,
+ libcurl4-openssl-dev,
pkg-config
Description: Ecore headers and static libraries
This is the core event abstraction layer and X abstraction layer that makes
@@ -202,17 +205,7 @@ Package: libecore-dbg
Architecture: any
Section: libdevel
Priority: extra
-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})
+Depends: libecore0 (= ${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