[DHG_packages] 01/01: semigroupoids: enable testsuite

Clint Adams clint at moszumanska.debian.org
Fri Jul 7 22:20:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to annotated tag haskell-semigroupoids_v5.1-3
in repository DHG_packages.

commit ee222ec0130a5a51429c36d08dfbd7f32f5df0dc
Author: Clint Adams <clint at debian.org>
Date:   Fri Jul 7 18:19:50 2017 -0400

    semigroupoids: enable testsuite
---
 p/haskell-semigroupoids/debian/changelog | 6 ++++++
 p/haskell-semigroupoids/debian/control   | 4 +++-
 p/haskell-semigroupoids/debian/rules     | 2 ++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/p/haskell-semigroupoids/debian/changelog b/p/haskell-semigroupoids/debian/changelog
index 04c0a80..cbde56f 100644
--- a/p/haskell-semigroupoids/debian/changelog
+++ b/p/haskell-semigroupoids/debian/changelog
@@ -1,3 +1,9 @@
+haskell-semigroupoids (5.1-3) unstable; urgency=medium
+
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Fri, 07 Jul 2017 18:19:39 -0400
+
 haskell-semigroupoids (5.1-2) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-semigroupoids/debian/control b/p/haskell-semigroupoids/debian/control
index 2bb38ed..03d69f7 100644
--- a/p/haskell-semigroupoids/debian/control
+++ b/p/haskell-semigroupoids/debian/control
@@ -32,6 +32,8 @@ Build-Depends: debhelper (>= 9),
  libghc-transformers-compat-dev (>= 0.5),
  libghc-transformers-compat-dev (<< 0.6),
  libghc-transformers-compat-prof,
+ libghc-doctest-dev (>=0.9.1),
+ libghc-doctest-dev (<< 0.12),
 Build-Depends-Indep: ghc-doc,
  libghc-base-orphans-doc,
  libghc-bifunctors-doc,
@@ -41,7 +43,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-semigroups-doc,
  libghc-tagged-doc,
  libghc-transformers-compat-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: http://github.com/ekmett/semigroupoids
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-semigroupoids
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-semigroupoids/debian/rules b/p/haskell-semigroupoids/debian/rules
index 683e77b..01f1aaf 100755
--- a/p/haskell-semigroupoids/debian/rules
+++ b/p/haskell-semigroupoids/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_ENABLE_TESTS = yes
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list