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

Clint Adams clint at debian.org
Sun Mar 4 23:16:26 UTC 2012


Sun Mar  4 23:16:10 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: eae6568352d0b935a42b597c4306f24

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

Sun Mar  4 23:16:10 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: eae6568352d0b935a42b597c4306f24
diff -rN -u old-haskell-hsql-mysql//changelog new-haskell-hsql-mysql//changelog
--- old-haskell-hsql-mysql//changelog	2012-03-04 23:16:26.102249507 +0000
+++ new-haskell-hsql-mysql//changelog	2012-03-04 23:16:26.106250739 +0000
@@ -1,3 +1,9 @@
+haskell-hsql-mysql (1.8.1-4) UNRELEASED; urgency=low
+
+  * Fix -doc dependency.
+
+ -- Clint Adams <clint at debian.org>  Sun, 04 Mar 2012 18:14:43 -0500
+
 haskell-hsql-mysql (1.8.1-3) unstable; urgency=low
 
   * Sourceful upload to rebuild documentation package
diff -rN -u old-haskell-hsql-mysql//control new-haskell-hsql-mysql//control
--- old-haskell-hsql-mysql//control	2012-03-04 23:16:26.085874024 +0000
+++ new-haskell-hsql-mysql//control	2012-03-04 23:16:26.106250739 +0000
@@ -10,11 +10,11 @@
  cpphs,
  ghc,
  ghc-prof,
- ghc-doc,
  libghc-hsql-dev (>= 1.8.0),
  libghc-hsql-prof, 
- haskell-hsql-doc,
  libmysqlclient-dev,
+Build-Depends-Indep: ghc-doc
+  , libghc-hsql-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/hsql-mysql
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsql-mysql/
@@ -46,7 +46,7 @@
 Conflicts: haskell-hsql-mysql-doc (<< 1.7.1-4), libghc6-hsql-mysql-doc (<< 1:1)
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: API documentation of the hsql-mysql library for Haskell





More information about the Pkg-haskell-commits mailing list