[med-svn] [ngs-sdk] 02/03: Last patch seem to require using DEB_BUILD_GNU_CPU instead of DEB_BUILD_ARCH_CPU

Andreas Tille tille at debian.org
Sat Feb 6 09:58:15 UTC 2016


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

tille pushed a commit to branch master
in repository ngs-sdk.

commit 859af8c070947184a48e3e63403ffc8d0c470a4c
Author: Andreas Tille <tille at debian.org>
Date:   Sat Feb 6 10:50:48 2016 +0100

    Last patch seem to require using DEB_BUILD_GNU_CPU instead of  DEB_BUILD_ARCH_CPU
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index bef720e..f25c849 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
 
 OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
-CPU := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
+CPU := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 BUILDTYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 SODIR := $(DEBPKGNAME)/$(BUILDTYPE)/$(DEBPKGNAME)/$(OS)/gcc/$(CPU)
 

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



More information about the debian-med-commit mailing list