[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-154-g42f022e



The following commit has been merged in the master branch:
commit 65ca0639135ffa412cafbe418b68c2506ceed59f
Author: Steve Langasek <steve.langasek@linaro.org>
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


Reply to: