[DHG_packages] 01/01: Exclude armhf testsuite on http-conduit
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Aug 12 15:08:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository DHG_packages.
commit 6210c9d61425ec8af9e71be51a88d7864f1b2c77
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Aug 12 17:08:15 2016 +0200
Exclude armhf testsuite on http-conduit
---
p/haskell-http-conduit/debian/changelog | 8 ++++++++
p/haskell-http-conduit/debian/rules | 6 +++++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/p/haskell-http-conduit/debian/changelog b/p/haskell-http-conduit/debian/changelog
index 5d0fcb5..587b397 100644
--- a/p/haskell-http-conduit/debian/changelog
+++ b/p/haskell-http-conduit/debian/changelog
@@ -1,3 +1,11 @@
+haskell-http-conduit (2.1.11-2) UNRELEASED; urgency=medium
+
+ * Exclude testsuite in armhf, because some particular
+ sbuild configurations disallow network calls
+ (the package builds fine on a pbuilder+qemu armhf environment)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 12 Aug 2016 17:07:05 +0200
+
haskell-http-conduit (2.1.11-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-http-conduit/debian/rules b/p/haskell-http-conduit/debian/rules
index 01f1aaf..6ad71fd 100755
--- a/p/haskell-http-conduit/debian/rules
+++ b/p/haskell-http-conduit/debian/rules
@@ -1,6 +1,10 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = yes
+ifeq (,$(filter $(DEB_BUILD_ARCH),armhf))
+ DEB_ENABLE_TESTS = yes
+else
+DEB_ENABLE_TESTS = no
+endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list