Commit c12ecada authored by Clint Adams's avatar Clint Adams
Browse files

filestore: enable testsuite

parent c88ca9df
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-filestore (0.6.3.2-2) unstable; urgency=medium

  * Enable testsuite.

 -- Clint Adams <clint@debian.org>  Fri, 13 Apr 2018 14:16:42 -0400

haskell-filestore (0.6.3.2-1) unstable; urgency=medium

  * New upstream release
+7 −0
Original line number Diff line number Diff line
@@ -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,
+4 −0
Original line number Diff line number Diff line
#!/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