The following commit has been merged in the master branch:
commit 65ca0639135ffa412cafbe418b68c2506ceed59f
Author: Steve Langasek <[email protected]>
Date: Tue Apr 19 14:46:40 2011 -0700
t/tests/binaries-multiarch: update for DEB_HOST_MULTIARCH.
diff --git a/t/tests/binaries-multiarch/debian/Makefile
b/t/tests/binaries-multiarch/debian/Makefile
index 4ed23c4..ea0a4e8 100644
--- a/t/tests/binaries-multiarch/debian/Makefile
+++ b/t/tests/binaries-multiarch/debian/Makefile
@@ -1,10 +1,10 @@
-TRIPLETT = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+TRIPLETT = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-ifeq (,$(filter-out i486-linux-gnu i686-linux-gnu,$(TRIPLETT)))
+ifeq (i386-linux-gnu,$(TRIPLETT))
WRONG_TRIPLETT = x86_64-linux-gnu
else
- WRONG_TRIPLETT = i486-linux-gnu
+ WRONG_TRIPLETT = i386-linux-gnu
endif
all:
--
Debian package checker
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]