[Git][haskell-team/DHG_packages][master] lambdahack: build-depend on vty instead of sdl
Clint Adams
gitlab at salsa.debian.org
Sat Apr 21 21:14:46 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
58a3ae35 by Clint Adams at 2018-04-21T16:14:18-04:00
lambdahack: build-depend on vty instead of sdl
- - - - -
2 changed files:
- p/haskell-lambdahack/debian/changelog
- p/haskell-lambdahack/debian/control
Changes:
=====================================
p/haskell-lambdahack/debian/changelog
=====================================
--- a/p/haskell-lambdahack/debian/changelog
+++ b/p/haskell-lambdahack/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lambdahack (0.7.1.0-2) unstable; urgency=medium
+
+ * Build-depend on vty instead of sdl.
+
+ -- Clint Adams <clint at debian.org> Sat, 21 Apr 2018 16:13:57 -0400
+
haskell-lambdahack (0.7.1.0-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-lambdahack/debian/control
=====================================
--- a/p/haskell-lambdahack/debian/control
+++ b/p/haskell-lambdahack/debian/control
@@ -4,7 +4,7 @@ Uploaders: Clint Adams <clint at debian.org>
Priority: optional
Section: haskell
Build-Depends: debhelper (>= 10),
- haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
@@ -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,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/58a3ae353e8396d5640ecbfebfaa89ede91f0090
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/58a3ae353e8396d5640ecbfebfaa89ede91f0090
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/20180421/1504ed88/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list