[saga] 01/05: Revert "Update ARM fix"

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Oct 9 19:16:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository saga.

commit e8fe8927220c95cd05fd32790f157e271fbbda8f
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Oct 7 21:39:42 2014 +0200

    Revert "Update ARM fix"
    
    This reverts commit 1088989b8cf17f83c1a3504cb7bd83e6776898d4.
---
 debian/rules | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3da9cf3..1995355 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,13 +3,11 @@
 CFLAGS+=$(CPPFLAGS)
 DEB_BUILD_ARCH_CPU := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU 2>/dev/null)
 ifeq ($(DEB_BUILD_ARCH_CPU), arm)
-    DISABLE_GUI := --disable-gui
+    DISABLE_GUI := '--disable-gui'
 else ifeq ($(DEB_BUILD_ARCH_CPU), armhf)
-    DISABLE_GUI := --disable-gui
-else ifeq ($(DEB_BUILD_ARCH_CPU), armel)
-    DISABLE_GUI := --disable-gui
+    DISABLE_GUI := '--disable-gui'
 else
-    DISABLE_GUI := 
+    DISABLE_GUI := ''
 endif
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git



More information about the Pkg-grass-devel mailing list