[Git][haskell-team/DHG_packages][master] haskell-servant: re-enable doctest, now we should have a good version in unstable
Gianfranco Costamagna
gitlab at salsa.debian.org
Tue Jun 26 11:32:20 BST 2018
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a9809b58 by Gianfranco Costamagna at 2018-06-26T12:31:39+02:00
haskell-servant: re-enable doctest, now we should have a good version in unstable
- - - - -
3 changed files:
- p/haskell-servant/debian/changelog
- p/haskell-servant/debian/control
- p/haskell-servant/debian/rules
Changes:
=====================================
p/haskell-servant/debian/changelog
=====================================
--- a/p/haskell-servant/debian/changelog
+++ b/p/haskell-servant/debian/changelog
@@ -1,7 +1,11 @@
-haskell-servant (0.13.0.1-3) UNRELEASED; urgency=medium
+haskell-servant (0.13.0.1-3) unstable; urgency=medium
+ [ Clint Adams ]
* Set Rules-Requires-Root to no.
+ [ Gianfranco Costamagna ]
+ * Re-enable doctest and add cabal-doctest dependency
+
-- Clint Adams <clint at debian.org> Sun, 06 May 2018 22:10:32 -0400
haskell-servant (0.13.0.1-2) unstable; urgency=medium
=====================================
p/haskell-servant/debian/control
=====================================
--- a/p/haskell-servant/debian/control
+++ b/p/haskell-servant/debian/control
@@ -20,6 +20,9 @@ Build-Depends:
libghc-base-compat-dev (>= 0.9.3),
libghc-base-compat-dev (<< 0.11),
libghc-base-compat-prof,
+ libghc-cabal-doctest-dev (>= 1.0.1),
+ libghc-cabal-doctest-dev (<<1.1),
+ libghc-cabal-doctest-prof,
libghc-case-insensitive-dev (>= 1.2.0.10),
libghc-case-insensitive-dev (<< 1.3),
libghc-case-insensitive-prof,
=====================================
p/haskell-servant/debian/rules
=====================================
--- a/p/haskell-servant/debian/rules
+++ b/p/haskell-servant/debian/rules
@@ -9,8 +9,6 @@ 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/a9809b58739f782e26489e59c10607a2549ce315
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/a9809b58739f782e26489e59c10607a2549ce315
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/20180626/cdd52d48/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list