build-depends adjusted. provides python-ecore
authored_ <bartosh@gmail.com>
Sat, 22 Sep 2007 22:21:59 +0000 (22:21 +0000)
committered_ <bartosh@gmail.com>
Sat, 22 Sep 2007 22:21:59 +0000 (22:21 +0000)
trunk/python-ecore/debian/control
trunk/python-ecore/debian/rules

index c3f9c3b..a822f30 100644 (file)
@@ -2,13 +2,14 @@ Source: python-ecore
 Section: python
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso2), python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libecore0-dev (>= 0.9.9.040-maemo.1)
+Build-Depends: debhelper (>> 4.2.0), cdbs (>= 0.4.23), python2.5-dev (>= 2.5.1-1osso2), python2.5-setuptools (>= 0.6c3), python2.5-pyrex (>= 0.9.5.1), libecore0-dev (>= 0.9.9.040-maemo.1), python-evas-dev
 #, python2.5-numeric-dev (>= 24.2-1osso4)
 Standards-Version: 3.6.2.2
 
 Package: python2.5-ecore
 Section: python
 Architecture: any
+Provides: python-ecore
 Depends: python2.5 (>= 2.5.1-1osso2), ${shlibs:Depends}
 Description: Python bindings for Ecore
  This packages contains modules that allow you to use 
index 92ed1b4..748dbbf 100755 (executable)
@@ -13,7 +13,7 @@ DEB_BUILD_ARCH  ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 ifeq ($(DEB_BUILD_ARCH),armel)
     #CFLAGS="-Os -mthumb -mfloat-abi=softfp -Wall -Wstrict-prototypes"
-    CFLAGS+="-DNDEBUG=1 -fomit-frame-pointer -O2 -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant"
+    CFLAGS+="-DNDEBUG=1 -I/usr/include/python2.5/python-evas -fomit-frame-pointer -O2 -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s -ffast-math -funsafe-math-optimizations -fno-math-errno -fsingle-precision-constant"
 endif
 
 build: build-stamp