[DHG_packages] 01/01: cryptonite-conduit: Patch to remove the -N RTS flag when running tests

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Sat Nov 4 14:09:35 UTC 2017


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

iliastsi-guest pushed a commit to annotated tag haskell-cryptonite-conduit_v0.2.0-2
in repository DHG_packages.

commit a1b1c26f45eee00bf68f046b1c222cfd53bd4c61
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Sat Nov 4 15:20:10 2017 +0200

    cryptonite-conduit: Patch to remove the -N RTS flag when running tests
    
    Closes: #880429
---
 p/haskell-cryptonite-conduit/debian/changelog        |  5 +++--
 .../debian/patches/disable_rts_n                     | 20 ++++++++++++++++++++
 p/haskell-cryptonite-conduit/debian/patches/series   |  1 +
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/p/haskell-cryptonite-conduit/debian/changelog b/p/haskell-cryptonite-conduit/debian/changelog
index aeff7bd..130ef3e 100644
--- a/p/haskell-cryptonite-conduit/debian/changelog
+++ b/p/haskell-cryptonite-conduit/debian/changelog
@@ -1,8 +1,9 @@
-haskell-cryptonite-conduit (0.2.0-2) UNRELEASED; urgency=medium
+haskell-cryptonite-conduit (0.2.0-2) unstable; urgency=medium
 
   * Use the HTTPS form of the copyright-format URL
+  * Patch to remove the -N RTS flag when running tests (Closes: #880429)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 13:22:18 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 04 Nov 2017 15:20:02 +0200
 
 haskell-cryptonite-conduit (0.2.0-1) unstable; urgency=low
 
diff --git a/p/haskell-cryptonite-conduit/debian/patches/disable_rts_n b/p/haskell-cryptonite-conduit/debian/patches/disable_rts_n
new file mode 100644
index 0000000..2438a80
--- /dev/null
+++ b/p/haskell-cryptonite-conduit/debian/patches/disable_rts_n
@@ -0,0 +1,20 @@
+Description: Remove the -N RTS flag
+ This flag is not supported on architectures with no SMP.
+Author: Ilias Tsitsimpis <iliastsi at debian.org>
+Bug: https://github.com/haskell-crypto/cryptonite-conduit/issues/3
+Bug-Debian: https://bugs.debian.org/880429
+---
+
+Index: b/cryptonite-conduit.cabal
+===================================================================
+--- a/cryptonite-conduit.cabal
++++ b/cryptonite-conduit.cabal
+@@ -45,7 +45,7 @@ test-suite cryptonite-conduit-test
+                      , memory
+                      , tasty
+                      , tasty-hunit
+-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N -W -Wall
++  ghc-options:         -threaded -rtsopts -W -Wall
+ 
+ source-repository head
+   type: git
diff --git a/p/haskell-cryptonite-conduit/debian/patches/series b/p/haskell-cryptonite-conduit/debian/patches/series
new file mode 100644
index 0000000..c5cb233
--- /dev/null
+++ b/p/haskell-cryptonite-conduit/debian/patches/series
@@ -0,0 +1 @@
+disable_rts_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