[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:12:48 UTC 2010


The following commit has been merged in the master branch:
commit 63b5618424a21f4926d0714a40694bf32f3cfec9
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Oct 20 02:23:55 2006 +0100

    Fix up debian deps

diff --git a/debian/control b/debian/control
index e3eb078..6aaaa1d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: missingh
 Priority: optional
 Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), haskell-devscripts (>= 0.5.6), cpphs, libghc6-network-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev
 Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6), ghc6 (>= 6.6), cpphs
 Standards-Version: 3.6.2
 Section: devel
@@ -9,7 +9,8 @@ Section: devel
 Package: libghc6-missingh-dev
 Section: devel
 Architecture: any
-Depends: ${haskell:Depends}
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.6), ghc6 (<< 6.6-999), libghc6-network-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev
+Depends: ${haskell:Depends}, 
 Suggests: missingh-doc
 Description: Library of utility functions for Haskell, GHC6 package 
  MissingH is a library of all sorts of utility functions for

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list