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

Sascha Steinbiss sascha-guest at moszumanska.debian.org
Wed Dec 9 00:54:50 UTC 2015


Author: sascha-guest
Date: 2015-12-09 00:54:50 +0000 (Wed, 09 Dec 2015)
New Revision: 20692

Modified:
   trunk/packages/genometools/trunk/debian/rules
Log:
extract x32 status correctly


Modified: trunk/packages/genometools/trunk/debian/rules
===================================================================
--- trunk/packages/genometools/trunk/debian/rules	2015-12-08 21:57:59 UTC (rev 20691)
+++ trunk/packages/genometools/trunk/debian/rules	2015-12-09 00:54:50 UTC (rev 20692)
@@ -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_TARGET_ARCH | cut -f 2 -d'=')
-BITS:=$(shell dpkg-architecture | grep DEB_TARGET_ARCH_BITS | cut -f 2 -d'=')
+DARCH:=$(shell dpkg-architecture | fgrep DEB_TARGET_ARCH= | cut -f 2 -d'=')
+BITS:=$(shell dpkg-architecture | fgrep DEB_TARGET_ARCH_BITS= | cut -f 2 -d'=')
 
 ifeq ($(DARCH),x32)
   X32:=yes




More information about the debian-med-commit mailing list