[SCM] Worms style game branch, experimental/master, updated. debian/0.9.18-0.2-3-g8524373

Felix Geyer fgeyer at debian.org
Wed May 1 21:35:13 UTC 2013


The following commit has been merged in the experimental/master branch:
commit 8524373ac83c684f0d997e83dca46ed32b371368
Author: Felix Geyer <fgeyer at debian.org>
Date:   Wed May 1 23:16:19 2013 +0200

    Build-depend on ghc and libghc-* rather than the transitional ghc6 and libghc6-*.
    
    Closes: #705125

diff --git a/debian/changelog b/debian/changelog
index f997a1b..93a9d11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 hedgewars (0.9.18-0.3) UNRELEASED; urgency=low
 
   * Non-maintainer upload.
+
+  [ Felix Geyer ]
   * Add missing dependency on freeglut3. (LP: #1171825)
 
+  [ Colin Watson ]
+  * Build-depend on ghc and libghc-* rather than the transitional ghc6 and
+    libghc6-*. (Closes: #705125)
+
  -- Felix Geyer <fgeyer at debian.org>  Wed, 01 May 2013 23:12:06 +0200
 
 hedgewars (0.9.18-0.2) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 7f6959d..0c5b2b5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,25 +13,25 @@ Build-Depends: debhelper (>= 7), cmake, cdbs,
  libsdl-net1.2-dev,
  bzip2,
  fp-units-gfx,
- ghc6,
- libghc6-stm-dev,
- libghc6-network-dev,
- libghc6-dataenc-dev,
- libghc6-hslogger-dev,
+ ghc,
+ libghc-stm-dev,
+ libghc-network-dev,
+ libghc-dataenc-dev,
+ libghc-hslogger-dev,
  libghc-utf8-string-dev,
  liblua5.1-dev,
  imagemagick,
  libghc-bytestring-show-dev,
- libghc6-deepseq-dev,
+ libghc-deepseq-dev,
  fpc,
  libpng12-dev,
  libavcodec-dev,
  libavformat-dev,
  freeglut3-dev,
- libghc6-binary-dev,
- libghc6-mtl-dev,
- libghc6-parsec3-dev,
- libghc6-vector-dev,
+ libghc-binary-dev,
+ libghc-mtl-dev,
+ libghc-parsec3-dev,
+ libghc-vector-dev,
  qt4-qmake,
  fp-units-misc
 Standards-Version: 3.9.4

-- 
Worms style game



More information about the Pkg-games-commits mailing list