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

Clint Adams clint at debian.org
Wed Mar 7 01:00:00 UTC 2012


Wed Mar  7 00:59:23 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: ceee71fd5f485c1603a6696e952c0832

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

Wed Mar  7 00:59:23 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: ceee71fd5f485c1603a6696e952c0832
diff -rN -u old-haskell-hint//changelog new-haskell-hint//changelog
--- old-haskell-hint//changelog	2012-03-07 01:00:00.371246358 +0000
+++ new-haskell-hint//changelog	2012-03-07 01:00:00.371246358 +0000
@@ -1,3 +1,10 @@
+haskell-hint (0.3.3.4-2) unstable; urgency=low
+
+  * Bump to Standards-Version 3.9.3.
+  * Fix -doc package dependency.
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Mar 2012 19:54:35 -0500
+
 haskell-hint (0.3.3.4-1) unstable; urgency=low
 
   * New upstream release
diff -rN -u old-haskell-hint//control new-haskell-hint//control
--- old-haskell-hint//control	2012-03-07 01:00:00.362153665 +0000
+++ new-haskell-hint//control	2012-03-07 01:00:00.375246370 +0000
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7)
   , cdbs
   , haskell-devscripts (>= 0.7)
-  , ghc 
+  , ghc
   , ghc-prof
   , libghc-mtl-dev
   , libghc-mtl-prof
@@ -18,6 +18,8 @@
   , libghc-monadcatchio-mtl-prof
   , libghc-ghc-mtl-dev
   , libghc-ghc-mtl-prof
+  , libghc-random-dev
+  , libghc-random-prof
   , libghc-utf8-string-dev
   , libghc-utf8-string-prof
   , ghc-doc
@@ -26,8 +28,9 @@
   , libghc-ghc-paths-doc
   , libghc-monadcatchio-mtl-doc
   , libghc-ghc-mtl-doc
+  , libghc-random-doc
   , libghc-utf8-string-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/hint
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hint
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hint
@@ -72,7 +75,7 @@
 Package: libghc-hint-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: runtime Haskell interpreter (GHC API wrapper); documentation





More information about the Pkg-haskell-commits mailing list