[Git][haskell-team/DHG_packages][master] splitmix: disable testsuite to avoid dependency loop

Clint Adams gitlab at salsa.debian.org
Mon Jun 1 02:43:13 BST 2020



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


Commits:
42ad2d04 by Clint Adams at 2020-05-31T21:42:36-04:00
splitmix: disable testsuite to avoid dependency loop

- - - - -


3 changed files:

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


Changes:

=====================================
p/haskell-splitmix/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-splitmix (0.0.4-3) unstable; urgency=medium
+
+  * Disable testsuite to avoid dependency loop.
+
+ -- Clint Adams <clint at debian.org>  Sun, 31 May 2020 21:41:19 -0400
+
 haskell-splitmix (0.0.4-2) unstable; urgency=medium
 
   * Patch for newer base-compat-batteries.


=====================================
p/haskell-splitmix/debian/control
=====================================
@@ -11,25 +11,6 @@ Build-Depends: debhelper (>= 10),
  libghc-random-dev (>= 1.0),
  libghc-random-dev (<< 1.2),
  libghc-random-prof,
- libghc-hunit-dev,
- libghc-hunit-prof,
- libghc-async-dev (>= 2.2.1),
- libghc-async-dev (<< 2.3),
- libghc-async-prof (>= 2.2.1),
- libghc-async-prof (<< 2.3),
- libghc-base-compat-batteries-dev (>= 0.10.5),
- libghc-base-compat-batteries-dev (<< 0.12),
- libghc-base-compat-batteries-prof (>= 0.10.5),
- libghc-random-dev,
- libghc-random-prof,
- libghc-tf-random-dev (>= 0.5),
- libghc-tf-random-dev (<< 0.6),
- libghc-tf-random-prof (>= 0.5),
- libghc-tf-random-prof (<< 0.6),
- libghc-vector-dev (>= 0.11.0.0),
- libghc-vector-dev (<< 0.13),
- libghc-vector-prof (>= 0.11.0.0),
- libghc-vector-prof (<< 0.13),
 Build-Depends-Indep: ghc-doc,
  libghc-random-doc,
 Standards-Version: 4.5.0


=====================================
p/haskell-splitmix/debian/rules
=====================================
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = no
 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = splitmix
 DEB_DEFAULT_COMPILER = ghc



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/42ad2d041a761fc26284a09c06c19af4e53ae610

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/42ad2d041a761fc26284a09c06c19af4e53ae610
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/20200601/2e57e1e3/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list