[DHG_packages] 02/02: github: Enable tests

James McCoy jamessan at debian.org
Wed May 4 01:59:14 UTC 2016


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

jamessan pushed a commit to branch master
in repository DHG_packages.

commit ff6fbd31a0d43fdb7fdd91ec73a356deba7c3caf
Author: James McCoy <jamessan at jamessan.com>
Date:   Tue May 3 21:58:47 2016 -0400

    github: Enable tests
---
 p/haskell-github/debian/changelog | 4 ++--
 p/haskell-github/debian/control   | 2 ++
 p/haskell-github/debian/rules     | 2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/p/haskell-github/debian/changelog b/p/haskell-github/debian/changelog
index 144d9e1..e20cf63 100644
--- a/p/haskell-github/debian/changelog
+++ b/p/haskell-github/debian/changelog
@@ -1,9 +1,9 @@
-haskell-github (0.14.1-1) UNRELEASED; urgency=medium
+haskell-github (0.14.1-1) unstable; urgency=medium
 
   * New upstream release
     + Fix parsing of various JSON fields which may be null.  (Closes: #819564)
 
- -- James McCoy <jamessan at debian.org>  Tue, 03 May 2016 00:47:16 -0400
+ -- James McCoy <jamessan at debian.org>  Tue, 03 May 2016 21:38:30 -0400
 
 haskell-github (0.13.2-4) unstable; urgency=medium
 
diff --git a/p/haskell-github/debian/control b/p/haskell-github/debian/control
index de285f1..ce45dcb 100644
--- a/p/haskell-github/debian/control
+++ b/p/haskell-github/debian/control
@@ -38,9 +38,11 @@ Build-Depends: debhelper (>= 9),
  libghc-exceptions-dev (>= 0.8.0.2),
  libghc-exceptions-dev (<< 0.9),
  libghc-exceptions-prof,
+ libghc-file-embed-dev,
  libghc-hashable-dev (>= 1.2.3.3),
  libghc-hashable-dev (<< 1.3),
  libghc-hashable-prof,
+ libghc-hspec-dev,
  libghc-http-client-dev (>= 0.4.8.1),
  libghc-http-client-dev (<< 0.5),
  libghc-http-client-prof,
diff --git a/p/haskell-github/debian/rules b/p/haskell-github/debian/rules
index 683e77b..01f1aaf 100755
--- a/p/haskell-github/debian/rules
+++ b/p/haskell-github/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