[Pkg-haskell-commits] darcs: haskell-hsql: Fix -doc dependency.

Clint Adams clint at debian.org
Sun Mar 4 23:14:08 UTC 2012


Sun Mar  4 23:14:03 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: 95795182858e41959dd60d8727c88d8c

    M ./changelog +6
    M ./control -2 +2

Sun Mar  4 23:14:03 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: 95795182858e41959dd60d8727c88d8c
diff -rN -u old-haskell-hsql//changelog new-haskell-hsql//changelog
--- old-haskell-hsql//changelog	2012-03-04 23:14:08.471287010 +0000
+++ new-haskell-hsql//changelog	2012-03-04 23:14:08.471287010 +0000
@@ -1,3 +1,9 @@
+haskell-hsql (1.8.1-4) UNRELEASED; urgency=low
+
+  * Fix -doc package dependency.
+
+ -- Clint Adams <clint at debian.org>  Sun, 04 Mar 2012 18:13:40 -0500
+
 haskell-hsql (1.8.1-3) unstable; urgency=low
 
   * Fixes for changed behaviour in GHC 7.4
diff -rN -u old-haskell-hsql//control new-haskell-hsql//control
--- old-haskell-hsql//control	2012-03-04 23:14:08.425762255 +0000
+++ new-haskell-hsql//control	2012-03-04 23:14:08.471287010 +0000
@@ -9,7 +9,7 @@
  , cpphs
  , ghc 
  , ghc-prof
- , ghc-doc
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.2
 Homepage: http://hackage.haskell.org/package/hsql
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql/
@@ -49,7 +49,7 @@
 Provides: haskell-hsql-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: API documentation of the HSQL library for Haskell





More information about the Pkg-haskell-commits mailing list