[DHG_packages] 01/01: typed-process: don't pass -N for the test suite. closes: #864856.

Clint Adams clint at moszumanska.debian.org
Mon Jun 19 18:01:47 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 08570da1fce6fc37c5ebd5dda66b2431f4349c7a
Author: Clint Adams <clint at debian.org>
Date:   Mon Jun 19 14:00:36 2017 -0400

    typed-process: don't pass -N for the test suite.  closes: #864856.
---
 p/haskell-typed-process/debian/changelog      |  6 ++++++
 p/haskell-typed-process/debian/patches/no--N  | 11 +++++++++++
 p/haskell-typed-process/debian/patches/series |  1 +
 3 files changed, 18 insertions(+)

diff --git a/p/haskell-typed-process/debian/changelog b/p/haskell-typed-process/debian/changelog
index d2488a5..7200fcd 100644
--- a/p/haskell-typed-process/debian/changelog
+++ b/p/haskell-typed-process/debian/changelog
@@ -1,3 +1,9 @@
+haskell-typed-process (0.1.0.0-2) unstable; urgency=medium
+
+  * Don't pass -N for the test suite.  closes: #864856.
+
+ -- Clint Adams <clint at debian.org>  Mon, 19 Jun 2017 13:57:53 -0400
+
 haskell-typed-process (0.1.0.0-1) unstable; urgency=low
 
   * Initial release.
diff --git a/p/haskell-typed-process/debian/patches/no--N b/p/haskell-typed-process/debian/patches/no--N
new file mode 100644
index 0000000..54128a9
--- /dev/null
+++ b/p/haskell-typed-process/debian/patches/no--N
@@ -0,0 +1,11 @@
+--- haskell-typed-process.orig/typed-process.cabal
++++ haskell-typed-process/typed-process.cabal
+@@ -43,7 +43,7 @@
+                      , http-conduit >= 2.1.10
+                      , temporary
+                      , typed-process
+-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
++  ghc-options:         -threaded -rtsopts
+   default-language:    Haskell2010
+ 
+ source-repository head
diff --git a/p/haskell-typed-process/debian/patches/series b/p/haskell-typed-process/debian/patches/series
index e60cd13..62de1c0 100644
--- a/p/haskell-typed-process/debian/patches/series
+++ b/p/haskell-typed-process/debian/patches/series
@@ -1 +1,2 @@
 no-network-tests
+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