[Pkg-haskell-commits] darcs: haskell-yaml: Enable test suite.

Clint Adams clint at debian.org
Fri Mar 2 17:10:31 UTC 2012


Fri Mar  2 17:10:17 UTC 2012  Clint Adams <clint at debian.org>
  * Enable test suite.
  Ignore-this: 566120a2eac0a8aa44e990fd2a15ba21

    M ./changelog -2 +7
    M ./control -2 +4
    M ./rules +2

Fri Mar  2 17:10:17 UTC 2012  Clint Adams <clint at debian.org>
  * Enable test suite.
  Ignore-this: 566120a2eac0a8aa44e990fd2a15ba21
diff -rN -u old-haskell-yaml//changelog new-haskell-yaml//changelog
--- old-haskell-yaml//changelog	2012-03-02 17:10:31.561759653 +0000
+++ new-haskell-yaml//changelog	2012-03-02 17:10:31.571302421 +0000
@@ -1,9 +1,14 @@
-haskell-yaml (0.5.2-3) UNRELEASED; urgency=low
+haskell-yaml (0.5.2-3) unstable; urgency=low
 
+  [ Joey Hess ]
   * Fix package description; this package does not provide an interface to
     syck, but to libYAML.
 
- -- Joey Hess <joeyh at debian.org>  Fri, 02 Mar 2012 01:46:58 -0400
+  [ Clint Adams ]
+  * Bump to Standards-Version 3.9.3.
+  * Enable test suite.
+
+ -- Clint Adams <clint at debian.org>  Fri, 02 Mar 2012 12:03:09 -0500
 
 haskell-yaml (0.5.2-2) unstable; urgency=low
 
diff -rN -u old-haskell-yaml//control new-haskell-yaml//control
--- old-haskell-yaml//control	2012-03-02 17:10:31.539414735 +0000
+++ new-haskell-yaml//control	2012-03-02 17:10:31.571302421 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 7)
   , cdbs
-  , haskell-devscripts (>= 0.8)
+  , haskell-devscripts (>= 0.8.10)
   , ghc
   , ghc-prof
   , libghc-aeson-dev (>> 0.5)
@@ -24,6 +24,8 @@
   , libghc-vector-prof
   , libyaml-dev
   , pkg-config
+  , libghc-hspec-dev
+  , libghc-hunit-dev
 Build-Depends-Indep: ghc-doc
   , libghc-aeson-doc
   , libghc-attoparsec-doc
@@ -31,7 +33,7 @@
   , libghc-transformers-doc
   , libghc-unordered-containers-doc
   , libghc-vector-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/yaml
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-yaml
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-yaml
diff -rN -u old-haskell-yaml//rules new-haskell-yaml//rules
--- old-haskell-yaml//rules	2012-03-02 17:10:31.515286126 +0000
+++ new-haskell-yaml//rules	2012-03-02 17:10:31.575270173 +0000
@@ -2,5 +2,7 @@
 
 DEB_SETUP_GHC_CONFIGURE_ARGS := --flags=system-libyaml
 
+DEB_ENABLE_TESTS = yes
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list