[DHG_packages] 01/01: semigroupoids: disable testsuite on armel

Clint Adams clint at moszumanska.debian.org
Wed Jul 12 11:48:10 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit ad48d5ca34643ead764d9400144dd2b8eccad6b7
Author: Clint Adams <clint at debian.org>
Date:   Wed Jul 12 07:47:19 2017 -0400

    semigroupoids: disable testsuite on armel
---
 p/haskell-semigroupoids/debian/changelog | 6 ++++++
 p/haskell-semigroupoids/debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/p/haskell-semigroupoids/debian/changelog b/p/haskell-semigroupoids/debian/changelog
index cbde56f..01ed1ac 100644
--- a/p/haskell-semigroupoids/debian/changelog
+++ b/p/haskell-semigroupoids/debian/changelog
@@ -1,3 +1,9 @@
+haskell-semigroupoids (5.1-4) unstable; urgency=medium
+
+  * Disable testsuite on armel.
+
+ -- Clint Adams <clint at debian.org>  Wed, 12 Jul 2017 07:46:55 -0400
+
 haskell-semigroupoids (5.1-3) unstable; urgency=medium
 
   * Enable testsuite.
diff --git a/p/haskell-semigroupoids/debian/rules b/p/haskell-semigroupoids/debian/rules
index 01f1aaf..4ddf5db 100755
--- a/p/haskell-semigroupoids/debian/rules
+++ b/p/haskell-semigroupoids/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
+ifneq (armel,$(DEB_HOST_ARCH))
 DEB_ENABLE_TESTS = yes
+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