[med-svn] [bowtie2] 03/05: Use /usr/share/dpkg/architecture.mk to find DEB_HOST_ARCH

Alex Mestiashvili malex-guest at moszumanska.debian.org
Sat Jan 6 16:23:22 UTC 2018


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

malex-guest pushed a commit to branch master
in repository bowtie2.

commit d365e9b8e28fe3967641db7ef65abbad9579be08
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Sat Jan 6 15:41:16 2018 +0100

    Use /usr/share/dpkg/architecture.mk to find DEB_HOST_ARCH
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5c15215..7bfce80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,8 @@ LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 export LANG=C
 export LC_ALL=C.UTF-8
 
-DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
+include /usr/share/dpkg/architecture.mk
+
 EXTRA_OPTIONS =
 ifneq ($(DEB_HOST_ARCH),amd64)
         EXTRA_OPTIONS = NO_TBB=1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie2.git



More information about the debian-med-commit mailing list