[Pkg-haskell-commits] darcs: haskell-cmdargs: Disable testprog on non-TH arches.

Clint Adams clint at debian.org
Sat Jan 7 15:15:50 UTC 2012


Sat Jan  7 15:14:50 UTC 2012  Clint Adams <clint at debian.org>
  * Disable testprog on non-TH arches.
  Ignore-this: de3116ec5a680f20a87c4a168e02905

    M ./changelog +6
    M ./rules -1 +1

Sat Jan  7 15:14:50 UTC 2012  Clint Adams <clint at debian.org>
  * Disable testprog on non-TH arches.
  Ignore-this: de3116ec5a680f20a87c4a168e02905
diff -rN -u old-haskell-cmdargs//changelog new-haskell-cmdargs//changelog
--- old-haskell-cmdargs//changelog	2012-01-07 15:15:49.754681648 +0000
+++ new-haskell-cmdargs//changelog	2012-01-07 15:15:49.754681648 +0000
@@ -1,3 +1,9 @@
+haskell-cmdargs (0.9-4) unstable; urgency=low
+
+  * Disable testprog on non-TH architectures.
+
+ -- Clint Adams <clint at debian.org>  Sat, 07 Jan 2012 10:06:36 -0500
+
 haskell-cmdargs (0.9-3) unstable; urgency=low
 
   * Build without Quote module on architectures other than amd64,
diff -rN -u old-haskell-cmdargs//rules new-haskell-cmdargs//rules
--- old-haskell-cmdargs//rules	2012-01-07 15:15:49.750675043 +0000
+++ new-haskell-cmdargs//rules	2012-01-07 15:15:49.766679421 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/bin/ghci || echo --flags=-quotation)
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/bin/ghci || echo --flags=\"-quotation -testprog\")
 
 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