[Git][haskell-team/DHG_packages][master] 2 commits: haskell-lambdahack: Build-depend on sdl instead of vty, for better UI

Mikolaj Konarski gitlab at salsa.debian.org
Fri Jun 8 22:42:43 BST 2018


Mikolaj Konarski pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
00164a1c by Mikolaj Konarski at 2018-06-08T23:31:48+02:00
haskell-lambdahack: Build-depend on sdl instead of vty, for better UI

- - - - -
91f8c9f4 by Mikolaj Konarski at 2018-06-08T23:41:55+02:00
haskell-lambdahack: Set -O0 also for other architectures that fail with OOM

- - - - -


3 changed files:

- p/haskell-lambdahack/debian/changelog
- p/haskell-lambdahack/debian/control
- p/haskell-lambdahack/debian/rules


Changes:

=====================================
p/haskell-lambdahack/debian/changelog
=====================================
--- a/p/haskell-lambdahack/debian/changelog
+++ b/p/haskell-lambdahack/debian/changelog
@@ -1,3 +1,10 @@
+haskell-lambdahack (0.7.1.0-9) unstable; urgency=medium
+
+  * Build-depend on sdl instead of vty, for better UI
+  * Set -O0 also for other architectures that fail with OOM
+
+ -- Mikolaj Konarski <mikolaj.konarski at funktory.com>  Fri, 08 Jun 2018 23:29:25 +0200
+
 haskell-lambdahack (0.7.1.0-8) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-lambdahack/debian/control
=====================================
--- a/p/haskell-lambdahack/debian/control
+++ b/p/haskell-lambdahack/debian/control
@@ -32,8 +32,10 @@ Build-Depends: debhelper (>= 10),
  libghc-pretty-show-prof,
  libghc-random-dev (>= 1.1),
  libghc-random-prof,
- libghc-vty-dev (>= 5),
- libghc-vty-prof,
+ libghc-sdl2-dev (>= 2),
+ libghc-sdl2-prof,
+ libghc-sdl2-ttf-dev (>= 2),
+ libghc-sdl2-ttf-prof,
  libghc-stm-dev (>= 2.4),
  libghc-stm-prof,
  libghc-text-dev (>= 0.11.2.3),
@@ -58,7 +60,8 @@ Build-Depends-Indep: ghc-doc,
  libghc-optparse-applicative-doc,
  libghc-pretty-show-doc,
  libghc-random-doc,
- libghc-vty-doc,
+ libghc-sdl2-doc,
+ libghc-sdl2-ttf-doc,
  libghc-stm-doc,
  libghc-text-doc,
  libghc-unordered-containers-doc,


=====================================
p/haskell-lambdahack/debian/rules
=====================================
--- a/p/haskell-lambdahack/debian/rules
+++ b/p/haskell-lambdahack/debian/rules
@@ -4,9 +4,8 @@ DEB_ENABLE_TESTS = yes
 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = lambdahack
 DEB_DEFAULT_COMPILER = ghc
-DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=vty
 
-ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf))
+ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel sparc64))
     DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"
 endif
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/6111ec7a7e5a3e52ae94ffc55dcee49e51bf59b2...91f8c9f430ae4c08b89f67cd146446093f79ded8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/6111ec7a7e5a3e52ae94ffc55dcee49e51bf59b2...91f8c9f430ae4c08b89f67cd146446093f79ded8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180608/645a5c1f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list