[Git][haskell-team/DHG_packages][master] filestore: enable testsuite

Clint Adams gitlab at salsa.debian.org
Fri Apr 13 19:17:25 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c12ecada by Clint Adams at 2018-04-13T14:16:53-04:00
filestore: enable testsuite

- - - - -


3 changed files:

- p/haskell-filestore/debian/changelog
- p/haskell-filestore/debian/control
- p/haskell-filestore/debian/rules


Changes:

=====================================
p/haskell-filestore/debian/changelog
=====================================
--- a/p/haskell-filestore/debian/changelog
+++ b/p/haskell-filestore/debian/changelog
@@ -1,3 +1,9 @@
+haskell-filestore (0.6.3.2-2) unstable; urgency=medium
+
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Fri, 13 Apr 2018 14:16:42 -0400
+
 haskell-filestore (0.6.3.2-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-filestore/debian/control
=====================================
--- a/p/haskell-filestore/debian/control
+++ b/p/haskell-filestore/debian/control
@@ -30,6 +30,13 @@ Build-Depends:
  libghc-xml-dev (<< 1.4),
  libghc-xml-dev (>= 1.3),
  libghc-xml-prof,
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 1.7),
+ libghc-mtl-dev,
+ libghc-diff-dev (>= 0.2),
+ libghc-diff-dev (<< 0.4),
+ mercurial,
+ git,
 Build-Depends-Indep:
  ghc-doc,
  libghc-diff-doc,


=====================================
p/haskell-filestore/debian/rules
=====================================
--- a/p/haskell-filestore/debian/rules
+++ b/p/haskell-filestore/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_ENABLE_TESTS = yes
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
@@ -7,3 +9,5 @@ DEB_GHC_EXTRA_PACKAGES := libghc-filestore-data (>= $(CABAL_VERSION))
 
 install/libghc-filestore-data:: debian/tmp-inst-ghc
 	mv debian/tmp-inst-ghc/usr/share/filestore debian/libghc-filestore-data/usr/share
+
+check-ghc-stamp: export LC_ALL := C.UTF-8



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c12ecada046ff21b57f5b5406dab34eba81b4bd7

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c12ecada046ff21b57f5b5406dab34eba81b4bd7
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/20180413/27416a4d/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list