[Git][haskell-team/DHG_packages][master] foundation: Disable testsuite on armel
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Aug 26 15:25:41 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ab8d20fc by Ilias Tsitsimpis at 2022-08-26T17:25:26+03:00
foundation: Disable testsuite on armel
- - - - -
2 changed files:
- p/haskell-foundation/debian/changelog
- p/haskell-foundation/debian/rules
Changes:
=====================================
p/haskell-foundation/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-foundation (0.0.28-2) UNRELEASED; urgency=medium
+haskell-foundation (0.0.28-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Disable testsuite on armel (Closes: #1017539)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:21 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 26 Aug 2022 17:21:10 +0300
haskell-foundation (0.0.28-1) unstable; urgency=medium
=====================================
p/haskell-foundation/debian/rules
=====================================
@@ -1,9 +1,10 @@
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes
-DEB_SETUP_BIN_NAME = debian/hlibrary.setup
-DEB_CABAL_PACKAGE = foundation
-DEB_DEFAULT_COMPILER = ghc
+# Testsuite fails on armel, see https://bugs.debian.org/1017539
+ifneq (,$(filter armel, $(DEB_HOST_ARCH)))
+ DEB_ENABLE_TESTS = no
+endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ab8d20fc397099ae202010c9c63e865b5cbc94b3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/ab8d20fc397099ae202010c9c63e865b5cbc94b3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220826/3382ea19/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list