[DHG_packages] 01/01: hpack: enable testsuite

Clint Adams clint at moszumanska.debian.org
Sat Jul 16 01:17:15 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 226e08cbf726743bb7d6c11e8a2c6b3fb00d88f1
Author: Clint Adams <clint at debian.org>
Date:   Fri Jul 15 21:16:16 2016 -0400

    hpack: enable testsuite
---
 p/haskell-hpack/debian/changelog | 6 ++++++
 p/haskell-hpack/debian/control   | 9 ++++++++-
 p/haskell-hpack/debian/rules     | 1 +
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/p/haskell-hpack/debian/changelog b/p/haskell-hpack/debian/changelog
index 7fae294..ab60d40 100644
--- a/p/haskell-hpack/debian/changelog
+++ b/p/haskell-hpack/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hpack (0.14.1-2) unstable; urgency=medium
+
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Fri, 15 Jul 2016 21:06:35 -0400
+
 haskell-hpack (0.14.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hpack/debian/control b/p/haskell-hpack/debian/control
index 7bc7459..d5f6452 100644
--- a/p/haskell-hpack/debian/control
+++ b/p/haskell-hpack/debian/control
@@ -20,6 +20,13 @@ Build-Depends: debhelper (>= 9),
  libghc-unordered-containers-prof,
  libghc-yaml-dev,
  libghc-yaml-prof,
+ libghc-quickcheck2-dev,
+ libghc-aeson-qq-dev,
+ libghc-hspec-dev (>= 2),
+ libghc-hspec-dev (<< 3),
+ libghc-interpolate-dev,
+ libghc-mockery-dev (>= 0.3),
+ libghc-temporary-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-glob-doc,
  libghc-aeson-doc,
@@ -27,7 +34,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
  libghc-unordered-containers-doc,
  libghc-yaml-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://github.com/sol/hpack#readme
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hpack
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-hpack/debian/rules b/p/haskell-hpack/debian/rules
index 9091ddb..4bfb2e2 100755
--- a/p/haskell-hpack/debian/rules
+++ b/p/haskell-hpack/debian/rules
@@ -2,6 +2,7 @@
 
 DEB_CABAL_PACKAGE = hpack
 DEB_DEFAULT_COMPILER = ghc
+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