[Git][haskell-team/DHG_packages][master] hashable: disable tests due to dependency loop

Clint Adams gitlab at salsa.debian.org
Sat May 30 23:55:02 BST 2020



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


Commits:
be3ca6fc by Clint Adams at 2020-05-30T18:54:20-04:00
hashable: disable tests due to dependency loop

- - - - -


3 changed files:

- p/haskell-hashable/debian/changelog
- p/haskell-hashable/debian/control
- p/haskell-hashable/debian/rules


Changes:

=====================================
p/haskell-hashable/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hashable (1.3.0.0-2) unstable; urgency=medium
+
+  * Disable tests due to a dependency loop.
+
+ -- Clint Adams <clint at debian.org>  Sat, 30 May 2020 18:53:58 -0400
+
 haskell-hashable (1.3.0.0-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-hashable/debian/control
=====================================
@@ -9,13 +9,8 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc (>= 8.4.3),
  ghc-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev (>= 2.4.0.1),
  libghc-random-dev (>= 1.0),
  libghc-random-dev (<< 1.2),
- libghc-test-framework-dev (>= 0.3.3),
- libghc-test-framework-hunit-dev,
- libghc-test-framework-quickcheck2-dev (>= 0.2.9),
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.5.0
 Homepage: http://github.com/tibbe/hashable


=====================================
p/haskell-hashable/debian/rules
=====================================
@@ -5,7 +5,8 @@ GHC_LFSFLAGS := $(LFS_CFLAGS) $(patsubst %,-optc %,$(LFS_CFLAGS))
 
 DEB_SETUP_GHC_CONFIGURE_ARGS = --hsc2hs-options="$(LFS_CFLAGS)" --gcc-options="$(LFS_CFLAGS)" --ghc-options="$(GHC_LFSFLAGS)"
 
-DEB_ENABLE_TESTS := yes
+# tests create a dependency loop with splitmix
+DEB_ENABLE_TESTS := no
 
 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/be3ca6fcdf9fa8eca37127a534ba656b58227e0a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/be3ca6fcdf9fa8eca37127a534ba656b58227e0a
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/20200530/e9cd07ba/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list