[Git][haskell-team/DHG_packages][master] servant: disable doctests on all architectures
Clint Adams
gitlab at salsa.debian.org
Fri Apr 27 02:04:45 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3aea7e78 by Clint Adams at 2018-04-26T21:04:08-04:00
servant: disable doctests on all architectures
- - - - -
3 changed files:
- p/haskell-binary-tagged/debian/patches/no-nats
- p/haskell-servant/debian/changelog
- p/haskell-servant/debian/rules
Changes:
=====================================
p/haskell-binary-tagged/debian/patches/no-nats
=====================================
--- a/p/haskell-binary-tagged/debian/patches/no-nats
+++ b/p/haskell-binary-tagged/debian/patches/no-nats
@@ -1,6 +1,6 @@
--- a/binary-tagged.cabal
+++ b/binary-tagged.cabal
-@@ -39,7 +39,6 @@ library
+@@ -39,7 +39,6 @@
, containers >=0.5 && <0.6
, generics-sop >=0.1 && <0.3
, hashable >=1.2 && <1.3
@@ -8,7 +8,7 @@
, scientific >=0.3 && <0.4
, SHA >=1.6 && <1.7
, semigroups >=0.16 && <0.19
-@@ -68,7 +67,6 @@ test-suite binary-tagged-test
+@@ -68,7 +67,6 @@
, containers >=0.5 && <0.6
, generics-sop >=0.1 && <0.3
, hashable >=1.2 && <1.3
@@ -16,7 +16,7 @@
, scientific >=0.3 && <0.4
, SHA >=1.6 && <1.7
, semigroups >=0.16 && <0.19
-@@ -105,7 +103,6 @@ benchmark binary-tagged-bench
+@@ -105,7 +103,6 @@
, containers >=0.5 && <0.6
, generics-sop >=0.1 && <0.3
, hashable >=1.2 && <1.3
=====================================
p/haskell-servant/debian/changelog
=====================================
--- a/p/haskell-servant/debian/changelog
+++ b/p/haskell-servant/debian/changelog
@@ -1,3 +1,9 @@
+haskell-servant (0.13.0.1-2) unstable; urgency=medium
+
+ * Disable doctests on all architectures.
+
+ -- Clint Adams <clint at debian.org> Thu, 26 Apr 2018 21:03:54 -0400
+
haskell-servant (0.13.0.1-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-servant/debian/rules
=====================================
--- a/p/haskell-servant/debian/rules
+++ b/p/haskell-servant/debian/rules
@@ -9,6 +9,8 @@ export LC_ALL=C.UTF-8
# doctests fail on armel due to #839840
ifeq (armel,$(DEB_HOST_ARCH))
DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-doctests
+else
+ DEB_SETUP_GHC_CONFIGURE_ARGS += -f-test-doctests
endif
include /usr/share/cdbs/1/rules/debhelper.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/3aea7e78a13ddc73ed38d54ef13d2bbe742c13b7
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/3aea7e78a13ddc73ed38d54ef13d2bbe742c13b7
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/20180427/04796ad5/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list