[DHG_packages] 02/02: xmlhtml: enable new test suite

Sean Whitton spw-guest at moszumanska.debian.org
Sat Aug 13 23:31:29 UTC 2016


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

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit 66eaea8f2034dd045930530451b35de09e651267
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Sat Aug 13 16:30:43 2016 -0700

    xmlhtml: enable new test suite
---
 p/haskell-xmlhtml/debian/changelog |  8 +++++++-
 p/haskell-xmlhtml/debian/control   | 12 ++++++++++++
 p/haskell-xmlhtml/debian/rules     |  2 ++
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/p/haskell-xmlhtml/debian/changelog b/p/haskell-xmlhtml/debian/changelog
index 29e6df9..8f0821f 100644
--- a/p/haskell-xmlhtml/debian/changelog
+++ b/p/haskell-xmlhtml/debian/changelog
@@ -6,12 +6,18 @@ haskell-xmlhtml (0.2.3.5-1) unstable; urgency=medium
 
   [ Sean Whitton ]
   * New upstream release
+  * Enable new upstream test suite with DEB_ENABLE_TESTS=yes in d/rules.
+    - New build dependencies:
+      - libghc-hunit-{dev,prof}
+      - libghc-test-framework-{dev,prof}
+      - libghc-test-framework-hunit-{dev,prof}
+      - libghc-test-framework-quickcheck2-{dev,prof}
   * Drop extend-dependency-range patch.
     Merged upstream.
   * Update Homepage:
   * Update Vcs-Browser:
 
- -- Sean Whitton <spwhitton at spwhitton.name>  Sat, 13 Aug 2016 11:58:55 -0700
+ -- Sean Whitton <spwhitton at spwhitton.name>  Sat, 13 Aug 2016 16:22:06 -0700
 
 haskell-xmlhtml (0.2.3.4-5) unstable; urgency=medium
 
diff --git a/p/haskell-xmlhtml/debian/control b/p/haskell-xmlhtml/debian/control
index c4f9109..d94f8d7 100644
--- a/p/haskell-xmlhtml/debian/control
+++ b/p/haskell-xmlhtml/debian/control
@@ -17,9 +17,21 @@ Build-Depends: debhelper (>= 9),
  libghc-blaze-markup-dev (>= 0.5),
  libghc-blaze-markup-dev (<< 0.8),
  libghc-blaze-markup-prof,
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 1.4),
+ libghc-hunit-prof,
  libghc-parsec3-dev (>= 3.1.2),
  libghc-parsec3-dev (<< 3.2),
  libghc-parsec3-prof,
+ libghc-test-framework-dev (>= 0.8.0.3),
+ libghc-test-framework-dev (<< 0.9),
+ libghc-test-framework-prof,
+ libghc-test-framework-hunit-dev (>= 0.3),
+ libghc-test-framework-hunit-dev (<< 0.4),
+ libghc-test-framework-hunit-prof,
+ libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-test-framework-quickcheck2-dev (<< 0.4),
+ libghc-test-framework-quickcheck2-prof,
  libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
  libghc-text-prof,
diff --git a/p/haskell-xmlhtml/debian/rules b/p/haskell-xmlhtml/debian/rules
index 683e77b..0eaeb62 100755
--- a/p/haskell-xmlhtml/debian/rules
+++ b/p/haskell-xmlhtml/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