Fixed build dependencies
authoretrunko <eblima@gmail.com>
Mon, 17 Dec 2007 21:55:11 +0000 (21:55 +0000)
committeretrunko <eblima@gmail.com>
Mon, 17 Dec 2007 21:55:11 +0000 (21:55 +0000)
trunk/embryo/debian/changelog
trunk/embryo/debian/control
trunk/embryo/debian/rules

index 47d3916..c606a23 100644 (file)
@@ -1,3 +1,9 @@
+embryo (0.9.1.041-maemo.4) unstable; urgency=low
+
+  * Updated package version.
+
+ -- Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>  Mon, 17 Dec 2007 19:52:52 -0200
+
 embryo (0.9.1.041-maemo.3) unstable; urgency=low
 
   * rules: use BUILD_DEB_OPTIONS for n770 and n8x0 variants
index f6052e1..bb18b67 100644 (file)
@@ -2,7 +2,7 @@ Source: embryo
 Section: libs
 Priority: optional
 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
-Build-Depends: debhelper (>= 4.0.0), cdbs (>= 0.4.3-1.1), automake1.7 | automaken, libtool
+Build-Depends: cdbs, debhelper (>= 4.0.0), automake1.7 | automaken, libtool
 Standards-Version: 3.7.2
 
 Package: embryo0-bin
index c04cdca..5437088 100755 (executable)
@@ -11,7 +11,7 @@ ifneq (,$(findstring armel,$(DEB_BUILD_ARCH)))
                CFLAGS += -mfpu=vfp -mfloat-abi=softfp -mcpu=arm1136jf-s
        endif
        ifneq (,$(findstring n770,$(DEB_BUILD_OPTIONS)))
-               CFLAGS += -mcpu=arm926ej-s
+                CFLAGS += -mcpu=arm926ej-s
        endif
 endif