[Git][haskell-team/DHG_packages][master] jwt: disable doctests on armel
Clint Adams
gitlab at salsa.debian.org
Fri Apr 27 02:08:50 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
74b3ddc9 by Clint Adams at 2018-04-26T21:08:26-04:00
jwt: disable doctests on armel
- - - - -
2 changed files:
- p/haskell-jwt/debian/changelog
- p/haskell-jwt/debian/rules
Changes:
=====================================
p/haskell-jwt/debian/changelog
=====================================
--- a/p/haskell-jwt/debian/changelog
+++ b/p/haskell-jwt/debian/changelog
@@ -1,3 +1,9 @@
+haskell-jwt (0.7.2-7) unstable; urgency=medium
+
+ * Disable doctests on armel.
+
+ -- Clint Adams <clint at debian.org> Thu, 26 Apr 2018 21:08:00 -0400
+
haskell-jwt (0.7.2-6) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-jwt/debian/rules
=====================================
--- a/p/haskell-jwt/debian/rules
+++ b/p/haskell-jwt/debian/rules
@@ -5,5 +5,10 @@ DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = jwt
DEB_DEFAULT_COMPILER = ghc
+# doctests fail on armel due to #839840
+ifeq (armel,$(DEB_HOST_ARCH))
+ DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-doctests
+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/74b3ddc9c47b80a6d87d36e4ac7931a8655bb848
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/74b3ddc9c47b80a6d87d36e4ac7931a8655bb848
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/20180427/f7369dd2/attachment.html>
More information about the Pkg-haskell-commits
mailing list