[pcl] 02/04: Fix syntax in rules file

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Sun Oct 11 16:23:44 UTC 2015


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

jspricke-guest pushed a commit to branch master
in repository pcl.

commit 86cefa1e7539b952637ebb9e5bf7a617423e57bc
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sun Oct 11 16:55:38 2015 +0200

    Fix syntax in rules file
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 387d5ae..0f0bab1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
 
 ifeq ($(DEB_HOST_ARCH_BITS),32)
-        PARALLEL = ""
+  PARALLEL=
 else
-        PARALLEL = --parallel
+  PARALLEL=--parallel
 endif
 
 .PHONY: override_dh_auto_configure \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pcl.git



More information about the debian-science-commits mailing list