[Git][haskell-team/DHG_packages][master] cryptohash-sha256: re-enable tests on all architectures

Clint Adams gitlab at salsa.debian.org
Tue May 1 00:07:37 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
52e1d497 by Clint Adams at 2018-04-30T19:06:46-04:00
cryptohash-sha256: re-enable tests on all architectures

- - - - -


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-6) unstable; urgency=medium
+
+  * Re-enable tests on all architectures.
+
+ -- Clint Adams <clint at debian.org>  Mon, 30 Apr 2018 19:06:31 -0400
+
 haskell-cryptohash-sha256 (0.11.101.0-5) unstable; urgency=medium
 
   * Disable tests on mips and mipsel due to strange pipe problem.


=====================================
p/haskell-cryptohash-sha256/debian/rules
=====================================
--- a/p/haskell-cryptohash-sha256/debian/rules
+++ b/p/haskell-cryptohash-sha256/debian/rules
@@ -4,11 +4,7 @@ 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
+DEB_ENABLE_TESTS = yes
 
 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/52e1d4978717a332796c7219a9747a4fb9328a5a

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/52e1d4978717a332796c7219a9747a4fb9328a5a
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/20180430/a8d46c3b/attachment.html>


More information about the Pkg-haskell-commits mailing list