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

Clint Adams gitlab at salsa.debian.org
Tue Aug 27 23:07:00 BST 2019



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


Commits:
e82f9b56 by Clint Adams at 2019-08-27T22:06:20Z
config-ini: enable testsuite

- - - - -


5 changed files:

- p/haskell-config-ini/debian/changelog
- p/haskell-config-ini/debian/control
- + p/haskell-config-ini/debian/patches/series
- + p/haskell-config-ini/debian/patches/setup-hs
- p/haskell-config-ini/debian/rules


Changes:

=====================================
p/haskell-config-ini/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-config-ini (0.2.4.0-2) unstable; urgency=medium
+
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Tue, 27 Aug 2019 18:01:59 -0400
+
 haskell-config-ini (0.2.4.0-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-config-ini/debian/control
=====================================
@@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 10),
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof (>= 0.2.7),
  libghc-unordered-containers-prof (<< 0.3),
-# libghc-hedgehog-dev,
-# libghc-ini-dev,
+ libghc-hedgehog-dev,
+ libghc-ini-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-megaparsec-doc,
  libghc-unordered-containers-doc,


=====================================
p/haskell-config-ini/debian/patches/series
=====================================
@@ -0,0 +1 @@
+setup-hs


=====================================
p/haskell-config-ini/debian/patches/setup-hs
=====================================
@@ -0,0 +1,5 @@
+--- /dev/null
++++ b/Setup.hs
+@@ -0,0 +1,2 @@
++import Distribution.Simple
++main = defaultMain


=====================================
p/haskell-config-ini/debian/rules
=====================================
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = no # needs hedgehog and ini
+DEB_ENABLE_TESTS = yes
 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = config-ini
 DEB_DEFAULT_COMPILER = ghc



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e82f9b56f28c6c531b990ba22b57276c5d56ce96
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/20190827/3e589764/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list