[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, master, updated. 0.9.9.050+svn20081201-1-2519-gb2340b1
Albin Tonnerre
albin.tonnerre at gmail.com
Sun Aug 2 15:32:13 UTC 2009
The following commit has been merged in the master branch:
commit b2340b1fb0d8262cfa9f64bb85efb02e4d0feb91
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date: Mon Jul 20 18:29:15 2009 +0200
The previous patch got applied wrong, fix debian/rules. Add lpia to the architectures for libecore-fb, so that Ubuntu can use it
diff --git a/debian/changelog b/debian/changelog
index 2fb819c..9169d3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ecore (0.9.9.061-3) unstable; urgency=low
+
+ * The previous patch got applied wrong, fix debian/rules
+ * Add lpia to the architectures for libecore-fb, so that Ubuntu can use it.
+
+ -- Albin Tonnerre <albin.tonnerre at gmail.com> Mon, 20 Jul 2009 18:29:34 +0200
+
ecore (0.9.9.061-2) unstable; urgency=low
* Build using -Wl,-z,defs and -Wl,--as-needed
diff --git a/debian/control b/debian/control
index 587ef35..bae829d 100644
--- a/debian/control
+++ b/debian/control
@@ -61,7 +61,7 @@ Description: Ecore Evas Wrapper Library
This package contains the Ecore Evas wrapper functions.
Package: libecore-fb-svn-02
-Architecture: alpha amd64 armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
+Architecture: alpha amd64 armel hppa i386 ia64 lpia m68k mips mipsel powerpc s390 sparc
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Ecore frame buffer system functions
This is the core event abstraction layer and X abstraction layer that makes
diff --git a/debian/rules b/debian/rules
index fe1ebb7..a79a2bd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,11 +29,11 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-ecore-fb \
--enable-ecore-evas-fb \
--disable-rpath \
--disable-openssl \
+ --enable-gnutls \
+ --enable-doc
binary-install/libecore-dev::
# Only available when on Linux architectures:
ifeq ($(DEB_HOST_ARCH_OS),linux)
dh_install -plibecore-dev debian/tmp/usr/lib/libecore_fb.so
endif
- --enable-gnutls \
- --enable-doc
--
Core abstraction layer for enlightenment DR 0.17
More information about the Pkg-e-commits
mailing list