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

Mikolaj Konarski gitlab at salsa.debian.org
Fri Jun 15 08:13:42 BST 2018


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


Commits:
d4f1d794 by Mikolaj Konarski at 2018-06-15T09:11:52+02:00
Revert "haskell-lambdahack: Build-depend on sdl instead of vty, for better UI"

This reverts commit 00164a1c8e819c3912d8144500c44d3ffee96a15,
because package haskell-sdl2-ttf is stuck in the NEW queue for good.

- - - - -


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,6 +1,5 @@
 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
   * Update Vcs-Browser field
 


=====================================
p/haskell-lambdahack/debian/control
=====================================
--- a/p/haskell-lambdahack/debian/control
+++ b/p/haskell-lambdahack/debian/control
@@ -32,10 +32,8 @@ Build-Depends: debhelper (>= 10),
  libghc-pretty-show-prof,
  libghc-random-dev (>= 1.1),
  libghc-random-prof,
- libghc-sdl2-dev (>= 2),
- libghc-sdl2-prof,
- libghc-sdl2-ttf-dev (>= 2),
- libghc-sdl2-ttf-prof,
+ libghc-vty-dev (>= 5),
+ libghc-vty-prof,
  libghc-stm-dev (>= 2.4),
  libghc-stm-prof,
  libghc-text-dev (>= 0.11.2.3),
@@ -60,8 +58,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-optparse-applicative-doc,
  libghc-pretty-show-doc,
  libghc-random-doc,
- libghc-sdl2-doc,
- libghc-sdl2-ttf-doc,
+ libghc-vty-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,6 +4,7 @@ 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 mips mipsel sparc64))
     DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/d4f1d794338a0af99d767af56d31582054666cbf
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/20180615/abe70acc/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list