[DHG_packages] 01/01: say: don't pass -N for test suite. closes: #864855.

Clint Adams clint at moszumanska.debian.org
Mon Jun 19 17:56:03 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 68f6680a7175100c1569c4715bfe27ec40fc12a0
Author: Clint Adams <clint at debian.org>
Date:   Mon Jun 19 13:55:15 2017 -0400

    say: don't pass -N for test suite.  closes: #864855.
---
 p/haskell-say/debian/changelog      |  6 ++++++
 p/haskell-say/debian/patches/no--N  | 20 ++++++++++++++++++++
 p/haskell-say/debian/patches/series |  1 +
 3 files changed, 27 insertions(+)

diff --git a/p/haskell-say/debian/changelog b/p/haskell-say/debian/changelog
index 5cdc8ac..0f73ed2 100644
--- a/p/haskell-say/debian/changelog
+++ b/p/haskell-say/debian/changelog
@@ -1,3 +1,9 @@
+haskell-say (0.1.0.0-2) unstable; urgency=medium
+
+  * Don't pass -N for test suite.  closes: #864855.
+
+ -- Clint Adams <clint at debian.org>  Mon, 19 Jun 2017 13:52:06 -0400
+
 haskell-say (0.1.0.0-1) unstable; urgency=low
 
   * Initial release.
diff --git a/p/haskell-say/debian/patches/no--N b/p/haskell-say/debian/patches/no--N
new file mode 100644
index 0000000..9cf7fd3
--- /dev/null
+++ b/p/haskell-say/debian/patches/no--N
@@ -0,0 +1,20 @@
+--- haskell-say.orig/say.cabal
++++ haskell-say/say.cabal
+@@ -33,7 +33,7 @@
+                      , say
+                      , temporary
+                      , text
+-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
++  ghc-options:         -threaded -rtsopts
+   default-language:    Haskell2010
+ 
+ benchmark say-bench
+@@ -46,7 +46,7 @@
+                      , say
+                      , temporary
+                      , text
+-  ghc-options:         -threaded -O2 -rtsopts -with-rtsopts=-N
++  ghc-options:         -threaded -O2 -rtsopts
+   default-language:    Haskell2010
+ 
+ source-repository head
diff --git a/p/haskell-say/debian/patches/series b/p/haskell-say/debian/patches/series
new file mode 100644
index 0000000..09e2732
--- /dev/null
+++ b/p/haskell-say/debian/patches/series
@@ -0,0 +1 @@
+no--N

-- 
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