Loading p/haskell-tldr/debian/changelog +7 −0 Original line number Diff line number Diff line 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@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 Loading p/haskell-tldr/debian/patches/no--N.diff 0 → 100644 +20 −0 Original line number Diff line number Diff line --- 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 +1 −0 Original line number Diff line number Diff line no-initialize-on-help-or-version.diff no--N.diff Loading
p/haskell-tldr/debian/changelog +7 −0 Original line number Diff line number Diff line 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@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 Loading
p/haskell-tldr/debian/patches/no--N.diff 0 → 100644 +20 −0 Original line number Diff line number Diff line --- 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 +1 −0 Original line number Diff line number Diff line no-initialize-on-help-or-version.diff no--N.diff