[Git][haskell-team/DHG_packages][master] cryptohash-sha256: disable tests on mips and mipsel
Clint Adams
gitlab at salsa.debian.org
Sun Apr 29 15:36:46 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
dcfe0a8d by Clint Adams at 2018-04-29T10:36:02-04:00
cryptohash-sha256: disable tests on mips and mipsel
- - - - -
2 changed files:
- p/haskell-cryptohash-sha256/debian/changelog
- p/haskell-cryptohash-sha256/debian/rules
Changes:
=====================================
p/haskell-cryptohash-sha256/debian/changelog
=====================================
--- a/p/haskell-cryptohash-sha256/debian/changelog
+++ b/p/haskell-cryptohash-sha256/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cryptohash-sha256 (0.11.101.0-5) unstable; urgency=medium
+
+ * Disable tests on mips and mipsel due to strange pipe problem.
+
+ -- Clint Adams <clint at debian.org> Sun, 29 Apr 2018 10:35:28 -0400
+
haskell-cryptohash-sha256 (0.11.101.0-4) unstable; urgency=medium
* Actually fix the build-deps.
=====================================
p/haskell-cryptohash-sha256/debian/rules
=====================================
--- a/p/haskell-cryptohash-sha256/debian/rules
+++ b/p/haskell-cryptohash-sha256/debian/rules
@@ -1,9 +1,14 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = yes
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = cryptohash-sha256
DEB_DEFAULT_COMPILER = ghc
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+ DEB_ENABLE_TESTS = no
+else
+ DEB_ENABLE_TESTS = yes
+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/dcfe0a8db15c56cd4a914a01958bf0aafd18005c
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/dcfe0a8db15c56cd4a914a01958bf0aafd18005c
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/20180429/92324c86/attachment.html>
More information about the Pkg-haskell-commits
mailing list