[med-svn] r20637 - trunk/packages/genometools/trunk/debian

Sascha Steinbiss sascha-guest at moszumanska.debian.org
Sat Dec 5 01:52:10 UTC 2015


Author: sascha-guest
Date: 2015-12-05 01:52:09 +0000 (Sat, 05 Dec 2015)
New Revision: 20637

Modified:
   trunk/packages/genometools/trunk/debian/rules
Log:
use target arch


Modified: trunk/packages/genometools/trunk/debian/rules
===================================================================
--- trunk/packages/genometools/trunk/debian/rules	2015-12-04 23:06:34 UTC (rev 20636)
+++ trunk/packages/genometools/trunk/debian/rules	2015-12-05 01:52:09 UTC (rev 20637)
@@ -7,8 +7,8 @@
 export PATH := $(CURDIR)/debian/strip-nondeterminism:$(PATH)
 export SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%s)
 
-DARCH:=$(shell dpkg-architecture | grep DEB_BUILD_ARCH | cut -f 2 -d'=')
-BITS:=$(shell dpkg-architecture | grep DEB_BUILD_ARCH_BITS | cut -f 2 -d'=')
+DARCH:=$(shell dpkg-architecture | grep DEB_TARGET_ARCH | cut -f 2 -d'=')
+BITS:=$(shell dpkg-architecture | grep DEB_TARGET_ARCH_BITS | cut -f 2 -d'=')
 
 ifeq ($(DARCH),x32)
   X32:=yes




More information about the debian-med-commit mailing list