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

Clint Adams clint at debian.org
Thu Feb 23 17:21:54 UTC 2012


Thu Feb 23 17:21:21 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: c4d648fb5b13203a75b1df2f5686baca

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

Thu Feb 23 17:21:21 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: c4d648fb5b13203a75b1df2f5686baca
diff -rN -u old-haskell-arrows//changelog new-haskell-arrows//changelog
--- old-haskell-arrows//changelog	2012-02-23 17:21:54.225761915 +0000
+++ new-haskell-arrows//changelog	2012-02-23 17:21:54.225761915 +0000
@@ -1,3 +1,10 @@
+haskell-arrows (0.4.4.0-3) unstable; urgency=low
+
+  * Actually fix -doc package dependency.
+  * Bump to Standards-Version 3.9.3.
+
+ -- Clint Adams <clint at debian.org>  Thu, 23 Feb 2012 12:17:00 -0500
+
 haskell-arrows (0.4.4.0-2) unstable; urgency=low
 
   * Fix -doc package dependency.
diff -rN -u old-haskell-arrows//control new-haskell-arrows//control
--- old-haskell-arrows//control	2012-02-23 17:21:54.209788830 +0000
+++ new-haskell-arrows//control	2012-02-23 17:21:54.229766175 +0000
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Build-Depends:
  cdbs,
  debhelper (>= 7),
@@ -45,7 +45,7 @@
 Package: libghc-arrows-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Haskell arrow classes and transformers for GHC; documentation





More information about the Pkg-haskell-commits mailing list