[Git][haskell-team/DHG_packages][master] Revert "Revert "haskell-lambdahack: Build-depend on sdl instead of vty, for better UI""
Mikolaj Konarski
gitlab at salsa.debian.org
Tue Jun 19 11:20:09 BST 2018
Mikolaj Konarski pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5c33d263 by Mikolaj Konarski at 2018-06-19T12:18:50+02:00
Revert "Revert "haskell-lambdahack: Build-depend on sdl instead of vty, for better UI""
This reverts commit d4f1d794338a0af99d767af56d31582054666cbf.
because haskell-sdl2-ttf just got ACCEPTED into unstable!
- - - - -
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,5 +1,6 @@
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,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,7 +4,6 @@ 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/5c33d263ad779a5918d16f053064419ba0c9e67d
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/5c33d263ad779a5918d16f053064419ba0c9e67d
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/20180619/e78e869e/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list