[arrayfire] 06/07: d/rules: fix missing dpkg query for DEB_HOST_ARCH.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Dec 17 14:05:00 UTC 2015


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

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

commit 37f14f523f8e18f4b86c6e5f53efd03083e867a4
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Dec 16 19:59:11 2015 +0000

    d/rules: fix missing dpkg query for DEB_HOST_ARCH.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index ce25521..12b21ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # Environment information.
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 BUILDDIR = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)

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



More information about the debian-science-commits mailing list