[Pkg-electronics-commits] [geda-gaf] 01/01: skip test suite on armel|armhf

Bdale Garbee bdale at alioth.debian.org
Fri Oct 18 00:03:03 UTC 2013


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

bdale pushed a commit to branch master
in repository geda-gaf.

commit 5fbb1c686a412bb41d6c02e15cb58173b179cf97
Author: Bdale Garbee <bdale at gag.com>
Date:   Thu Oct 17 17:19:16 2013 -0600

    skip test suite on armel|armhf
---
 debian/changelog |    7 +++++++
 debian/rules     |    5 +++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 82425ec..d1c63d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+geda-gaf (1:1.8.2-2) unstable; urgency=low
+
+  * don't run the test suite on armel|armhf, as it seems to cause a make
+    recursion explosion on those architectures for some reason.
+
+ -- Bdale Garbee <bdale at gag.com>  Thu, 17 Oct 2013 17:14:18 -0600
+
 geda-gaf (1:1.8.2-1) unstable; urgency=low
 
   [ Bdale Garbee ]
diff --git a/debian/rules b/debian/rules
index 460a738..ee2d6fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_BUILD_ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 TEST_HOME=$(CURDIR)/tmp-home
 
 %:
@@ -17,8 +18,12 @@ override_dh_auto_configure:
 	                     --disable-rpath LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
 
 override_dh_auto_test:
+ifneq (${DEB_BUILD_ARCH},armel)
+  ifneq (${DEB_BUILD_ARCH},armhf)
 	mkdir -p $(TEST_HOME)
 	HOME=$(TEST_HOME) dh_auto_test
+  endif
+endif
 
 LIBPKG=libgeda42
 DEVPKG=libgeda-dev

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/geda-gaf.git



More information about the Pkg-electronics-commits mailing list