[Git][haskell-team/DHG_packages][master] haskell-tldr: do not use -N everywhere

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Jan 26 18:31:40 UTC 2018


Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
8f51a13a by Gianfranco Costamagna at 2018-01-26T19:27:15+01:00
haskell-tldr: do not use -N everywhere

- - - - -


3 changed files:

- p/haskell-tldr/debian/changelog
- + p/haskell-tldr/debian/patches/no--N.diff
- p/haskell-tldr/debian/patches/series


Changes:

=====================================
p/haskell-tldr/debian/changelog
=====================================
--- a/p/haskell-tldr/debian/changelog
+++ b/p/haskell-tldr/debian/changelog
@@ -1,3 +1,10 @@
+haskell-tldr (0.2.3-3) unstable; urgency=medium
+
+  * Don't build test executables with RTS -N; most of
+    Debian's architectures lack SMP support (Closes: #887316).
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 26 Jan 2018 19:25:17 +0100
+
 haskell-tldr (0.2.3-2) unstable; urgency=medium
 
   * Manage /usr/bin/tldr and /usr/share/man/man1/tldr.1 with


=====================================
p/haskell-tldr/debian/patches/no--N.diff
=====================================
--- /dev/null
+++ b/p/haskell-tldr/debian/patches/no--N.diff
@@ -0,0 +1,20 @@
+--- haskell-tldr-0.2.3.orig/tldr.cabal
++++ haskell-tldr-0.2.3/tldr.cabal
+@@ -26,7 +26,7 @@ library
+ executable tldr
+   hs-source-dirs:      app
+   main-is:             Main.hs
+-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
++  ghc-options:         -threaded -rtsopts
+   build-depends:       base
+                      , tldr
+                      , optparse-applicative
+@@ -42,7 +42,7 @@ test-suite tldr-test
+   main-is:             Spec.hs
+   build-depends:       base
+                      , tldr
+-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
++  ghc-options:         -threaded -rtsopts
+   default-language:    Haskell2010
+ 
+ source-repository head


=====================================
p/haskell-tldr/debian/patches/series
=====================================
--- a/p/haskell-tldr/debian/patches/series
+++ b/p/haskell-tldr/debian/patches/series
@@ -1 +1,2 @@
 no-initialize-on-help-or-version.diff
+no--N.diff



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/8f51a13ab4f219687d4d6bca7db59ba6a7855f67

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/8f51a13ab4f219687d4d6bca7db59ba6a7855f67
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180126/42d9bd3a/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list