[ode] 02/04: Dropped unused vars and clean tabs

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Oct 13 13:16:43 UTC 2015


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

lepalom-guest pushed a commit to branch master
in repository ode.

commit d4b28fc57699cb3a4523ac8523a12a28e43676e2
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Tue Oct 13 15:04:47 2015 +0200

    Dropped unused vars and clean tabs
---
 debian/rules | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/debian/rules b/debian/rules
index 41c0bcf..201dc8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,17 +5,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-DEB_HOST_GNU_TYPE = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-# Multiarch.
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-# Num bits
-DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
 
 # enabling single precision only for armel, mips and mipsel
 ifeq ($(DEB_HOST_ARCH),armel)
@@ -30,9 +20,9 @@ endif
 
 CONFIG_OPTS += 	--mandir=/usr/share/man \
                 --with-libccd=system \
-		--enable-libccd \
+                --enable-libccd \
                 --enable-shared \
-		--enable-static
+                --enable-static
 
 %:
 	dh $@ --parallel --with autoreconf

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



More information about the Pkg-games-commits mailing list