[clfft] 69/74: d/rules: use DEB_TARGET_MULTIARCH for multiarch paths.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jan 14 19:52:19 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/sid
in repository clfft.

commit 2544397a6a2afd801e1dff390545d501664ed4d3
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jan 14 19:16:20 2016 +0000

    d/rules: use DEB_TARGET_MULTIARCH for multiarch paths.
---
 debian/rules | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index ba3bab9..900a491 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,6 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
 export DEB_CXXFLAGS_MAINT_APPEND = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
-# Environment information.
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
 # Common build options.
 CMAKE_BUILD_OPTIONS = \
 	-DBUILD_RUNTIME=ON \
@@ -20,7 +17,7 @@ CMAKE_BUILD_OPTIONS = \
 	-DBUILD_TEST=OFF \
 	-DBUILD_LOADLIBRARIES=OFF \
 	-DBUILD_SHARED_LIBS=ON \
-	-DSUFFIX_LIB=/${DEB_HOST_MULTIARCH}
+	-DSUFFIX_LIB="/$(DEB_TARGET_MULTIARCH)"
 
 %:
 	dh $@ --parallel \

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



More information about the debian-science-commits mailing list