[pcl] 01/01: Enable parallel on all architectures again

Jochen Sprickerhof jspricke at moszumanska.debian.org
Fri Dec 2 09:38:09 UTC 2016


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

jspricke pushed a commit to branch master
in repository pcl.

commit 8ab26bcb7b61bcabf96ddde688e17e5dac43cb3e
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Fri Dec 2 10:37:06 2016 +0100

    Enable parallel on all architectures again
    
    Closes: #846520
---
 debian/rules | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index e2bcd8c..e837d7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,14 +20,6 @@ BUILD_DOC = $(if $(shell dh_listpackages | grep libpcl-doc),-DWITH_DOCS=ON)
 
 # Multiarch.
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-# Num bits
-DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
-
-ifeq ($(DEB_HOST_ARCH_BITS),32)
-  PARALLEL=
-else
-  PARALLEL=--parallel
-endif
 
 .PHONY: override_dh_auto_configure \
 	override_dh_install \
@@ -102,7 +94,7 @@ override_dh_installchangelogs:
 
 
 %:
-	dh  $@ $(PARALLEL) --builddirectory=build
+	dh  $@ --parallel --builddirectory=build
 
 
 get-orig-source:

-- 
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