[DHG_packages] 01/01: doctemplates: patch to not build testsuite with RTS -N. closes: #868989

Clint Adams clint at moszumanska.debian.org
Fri Jul 21 20:49:13 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 3d2ffeb80971a09d3427109bf143a94e0a324cb3
Author: Clint Adams <clint at debian.org>
Date:   Fri Jul 21 16:48:05 2017 -0400

    doctemplates: patch to not build testsuite with RTS -N.  closes: #868989
---
 p/haskell-doctemplates/debian/changelog      |  6 ++++++
 p/haskell-doctemplates/debian/patches/no--N  | 11 +++++++++++
 p/haskell-doctemplates/debian/patches/series |  1 +
 3 files changed, 18 insertions(+)

diff --git a/p/haskell-doctemplates/debian/changelog b/p/haskell-doctemplates/debian/changelog
index d6d0230..3546177 100644
--- a/p/haskell-doctemplates/debian/changelog
+++ b/p/haskell-doctemplates/debian/changelog
@@ -1,3 +1,9 @@
+haskell-doctemplates (0.1.0.2-2) unstable; urgency=medium
+
+  * Patch to not build testsuite with RTS -N.  closes: #868989.
+
+ -- Clint Adams <clint at debian.org>  Fri, 21 Jul 2017 16:46:32 -0400
+
 haskell-doctemplates (0.1.0.2-1) unstable; urgency=low
 
   * Initial release.
diff --git a/p/haskell-doctemplates/debian/patches/no--N b/p/haskell-doctemplates/debian/patches/no--N
new file mode 100644
index 0000000..c158cbc
--- /dev/null
+++ b/p/haskell-doctemplates/debian/patches/no--N
@@ -0,0 +1,11 @@
+--- a/doctemplates.cabal
++++ b/doctemplates.cabal
+@@ -40,7 +40,7 @@
+                        aeson,
+                        hspec,
+                        text
+-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
++  ghc-options:         -threaded
+   default-language:    Haskell2010
+ 
+ source-repository head
diff --git a/p/haskell-doctemplates/debian/patches/series b/p/haskell-doctemplates/debian/patches/series
new file mode 100644
index 0000000..09e2732
--- /dev/null
+++ b/p/haskell-doctemplates/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