[Git][haskell-team/DHG_packages][master] wreq: Disable doctests since they require network access
Ilias Tsitsimpis
gitlab at salsa.debian.org
Mon Jun 11 19:48:11 BST 2018
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9ec12aca by Ilias Tsitsimpis at 2018-06-11T19:51:38+03:00
wreq: Disable doctests since they require network access
Closes: #897512
- - - - -
2 changed files:
- p/haskell-wreq/debian/changelog
- p/haskell-wreq/debian/rules
Changes:
=====================================
p/haskell-wreq/debian/changelog
=====================================
--- a/p/haskell-wreq/debian/changelog
+++ b/p/haskell-wreq/debian/changelog
@@ -1,8 +1,12 @@
-haskell-wreq (0.5.2.1-2) UNRELEASED; urgency=medium
+haskell-wreq (0.5.2.1-2) unstable; urgency=medium
+ [ Clint Adams ]
* Set Rules-Requires-Root to no.
- -- Clint Adams <clint at debian.org> Sun, 06 May 2018 22:10:56 -0400
+ [ Ilias Tsitsimpis ]
+ * Disable doctests since they require network access (Closes: #897512)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 11 Jun 2018 19:51:02 +0300
haskell-wreq (0.5.2.1-1) unstable; urgency=medium
=====================================
p/haskell-wreq/debian/rules
=====================================
--- a/p/haskell-wreq/debian/rules
+++ b/p/haskell-wreq/debian/rules
@@ -4,5 +4,8 @@ DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = wreq
DEB_DEFAULT_COMPILER = ghc
+# Disable doctests since they require network access
+DEB_SETUP_GHC_CONFIGURE_ARGS += -f-doctest
+
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/9ec12acacf299eec74232c534d70ee01ee370037
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9ec12acacf299eec74232c534d70ee01ee370037
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/20180611/f5f1246d/attachment.html>
More information about the Pkg-haskell-commits
mailing list