[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:13:01 UTC 2010


The following commit has been merged in the master branch:
commit 7de7092d36d32843a395b2d36fb59ee6d6780d3c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sun Oct 22 06:51:42 2006 +0100

    Debian fixes

diff --git a/debian/changelog b/debian/changelog
index 1e61701..d775942 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+missingh (0.16.1) unstable; urgency=low
+
+  * Documented Quantity.hs
+  * Fixed missing libghc6-*-dev deps from GHC 6.6.  Closes: #394580.
+
+ -- John Goerzen <jgoerzen at complete.org>  Sat, 21 Oct 2006 19:51:08 -0500
+
 missingh (0.16.0) unstable; urgency=low
 
   * NEW: MissingH.Quantity that is used to render numbers as binary
diff --git a/debian/control b/debian/control
index e3eb078..35212f5 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-unix-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,7 @@ Section: devel
 Package: libghc6-missingh-dev
 Section: devel
 Architecture: any
-Depends: ${haskell:Depends}
+Depends: ${haskell:Depends}, libghc6-network-dev, libghc6-unix-dev, libghc6-mtl-dev, libghc6-hunit-dev, libghc6-quickcheck-dev
 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