[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.6.2-1-2-g428b7ad

Iustin Pop iustin at debian.org
Thu Feb 14 11:05:20 UTC 2013


The following commit has been merged in the master branch:
commit 428b7ada7ab01d49f7ba393c817098caca13a69e
Author: Iustin Pop <iustin at debian.org>
Date:   Thu Feb 14 12:01:25 2013 +0100

    Add dependency on ghc-ghci
    
    Per http://lists.debian.org/debian-haskell/2012/01/msg00031.html,
    whenever a package uses TemplateHaskell, it should depend on
    ghc-ghci. I didn't catch this initially :(, but only found it after
    buildds complained.

diff --git a/debian/control b/debian/control
index 2b0b67c..9b06126 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: extra
 Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
 Uploaders: Guido Trotter <ultrotter at debian.org>, Iustin Pop <iustin at debian.org>
 Build-Depends: debhelper (>= 7),
- ghc (>= 6.12), libghc-curl-dev, libghc-json-dev,
+ ghc (>= 6.12), ghc-ghci,
+ libghc-curl-dev, libghc-json-dev,
  libghc-network-dev, libcurl4-gnutls-dev, libghc-parallel-dev,
  python-simplejson, python-pyparsing, python-openssl,
  python-support (>= 0.6), python-pyinotify, python-pycurl,

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list