summaryrefslogtreecommitdiff
path: root/p/haskell-vector-algorithms/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-16 18:57:18 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-16 18:57:18 +0300
commit74f6d04316083047187963754362098560352414 (patch)
treead4d3b94e3ec1062b1470e491b53a62fb296faab /p/haskell-vector-algorithms/debian
parent91a9b1e9deda5f930d4caf0fba22411218693c0f (diff)
downloadDHG_packages-74f6d04316083047187963754362098560352414.tar.gz
haskell-vector-algorithms: Disalbe test suite due to https://github.com/NixOS/nixpkgs/issues/6259
Diffstat (limited to 'p/haskell-vector-algorithms/debian')
-rw-r--r--p/haskell-vector-algorithms/debian/changelog1
-rwxr-xr-xp/haskell-vector-algorithms/debian/rules4
2 files changed, 4 insertions, 1 deletions
diff --git a/p/haskell-vector-algorithms/debian/changelog b/p/haskell-vector-algorithms/debian/changelog
index 68ebe1d4c..6482bafe1 100644
--- a/p/haskell-vector-algorithms/debian/changelog
+++ b/p/haskell-vector-algorithms/debian/changelog
@@ -1,6 +1,7 @@
haskell-vector-algorithms (0.6.0.4-1) UNRELEASED; urgency=medium
* New upstream release
+ * Disalbe test suite due to https://github.com/NixOS/nixpkgs/issues/6259
-- Joachim Breitner <nomeata@debian.org> Thu, 16 Apr 2015 15:11:13 +0200
diff --git a/p/haskell-vector-algorithms/debian/rules b/p/haskell-vector-algorithms/debian/rules
index 01f1aaf04..0b306e7aa 100755
--- a/p/haskell-vector-algorithms/debian/rules
+++ b/p/haskell-vector-algorithms/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = yes
+# Would require building Setup with -threaded:
+# https://github.com/NixOS/nixpkgs/issues/6259
+# DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk