[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, master, updated. 0.9.9.050+svn20081201-1-2297-g1b640b3

Albin Tonnerre albin.tonnerre at gmail.com
Thu Feb 5 23:38:52 UTC 2009


The following commit has been merged in the master branch:
commit 1b640b366488eb741d0722a7b1db4b0269e4ffff
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Fri Feb 6 00:21:46 2009 +0100

    Build ecore-x against Xtest to get the keyboards working, and remove a spurious dependency on libfam0

diff --git a/debian/changelog b/debian/changelog
index 6889a49..215b296 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ ecore (0.9.9.050+svn20090202-1) experimental; urgency=low
       + use 'make doc'
       + build-depend on doxygen
    * Use a proper short description for libecore-dbg
+   * Remove spurious dependency of libecore-file0 on libfam0
+   * Build-depend on x11proto-xext-dev and libxtst-dev to get the illume
+     keyboards working. Probably Closes: #514021
 
  -- Albin Tonnerre <albin.tonnerre at gmail.com>  Thu, 05 Feb 2009 18:31:20 +0100
 
diff --git a/debian/control b/debian/control
index 1314710..6afc17f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: dpkg-dev (>= 1.14.8), debhelper (>= 6), cdbs, libeina-dev (>= 0.0
  libeet-dev (>= 1.0.0), libevas-dev (>= 0.9.9.050+svn20081206), libssl-dev,
  libcurl4-openssl-dev, libxcursor-dev, libxss-dev, libxrender-dev, libxinerama-dev,
  libxrandr-dev, libxext-dev, libxp-dev, libxcomposite-dev, libjpeg62-dev,
- libxdamage-dev, doxygen
+ libxdamage-dev, x11proto-xext-dev, libxtst-dev, doxygen
 Standards-Version: 3.8.0
 Homepage: http://enlightenment.org
 Vcs-Git: git://git.debian.org/pkg-e/libs/ecore.git
@@ -74,7 +74,7 @@ Description: Ecore frame buffer system functions
 
 Package: libecore-file0
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libfam0 | libfam0c102 | libgamin0
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Ecore File Library
  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
@@ -164,7 +164,7 @@ Depends: ${misc:Depends}, libecore-0.9.9.050a (= ${binary:Version}),
          libeet-dev, libevas-dev (>= 0.9.9.050+svn20081206), libeina-dev, pkg-config,
          libssl-dev, libcurl4-openssl-dev, libxcursor-dev, libxss-dev,
          libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev,
-         libxp-dev, libxcomposite-dev, libxdamage-dev
+         libxp-dev, libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev
 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