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

Clint Adams clint at debian.org
Sat Feb 25 17:13:58 UTC 2012


Sat Feb 25 17:13:30 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: aa32c37012bcb985f8b4e4d47feb100d

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

Sat Feb 25 17:13:30 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: aa32c37012bcb985f8b4e4d47feb100d
diff -rN -u old-haskell-filemanip//changelog new-haskell-filemanip//changelog
--- old-haskell-filemanip//changelog	2012-02-25 17:13:57.869755299 +0000
+++ new-haskell-filemanip//changelog	2012-02-25 17:13:57.875249779 +0000
@@ -1,3 +1,10 @@
+haskell-filemanip (0.3.5.2-2) unstable; urgency=low
+
+  * Fix -doc dependency.
+  * Bump to Standards-Version 3.9.3.
+
+ -- Clint Adams <clint at debian.org>  Sat, 25 Feb 2012 12:10:20 -0500
+
 haskell-filemanip (0.3.5.2-1) unstable; urgency=low
 
   [ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskell-filemanip//control new-haskell-filemanip//control
--- old-haskell-filemanip//control	2012-02-25 17:13:57.859249113 +0000
+++ new-haskell-filemanip//control	2012-02-25 17:13:57.875249779 +0000
@@ -15,7 +15,7 @@
                libghc-unix-compat-prof,
                libghc-unix-compat-doc,
                libghc-unix-compat-doc,
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/FileManip
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-filemanip
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-filemanip
@@ -58,7 +58,7 @@
 Package: libghc-filemanip-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: expressive file and directory manipulation for Haskell; documentation





More information about the Pkg-haskell-commits mailing list