[Pkg-haskell-commits] darcs: haskell-ghc-paths: Fix -doc dependency.
Clint Adams
clint at debian.org
Mon Feb 13 02:43:51 UTC 2012
Mon Feb 13 02:43:40 UTC 2012 Clint Adams <clint at debian.org>
* Fix -doc dependency.
Ignore-this: f752075533565a085c3ae359ae03cd1e
M ./changelog +7
M ./control -2 +2
Mon Feb 13 02:43:40 UTC 2012 Clint Adams <clint at debian.org>
* Fix -doc dependency.
Ignore-this: f752075533565a085c3ae359ae03cd1e
diff -rN -u old-haskell-ghc-paths//changelog new-haskell-ghc-paths//changelog
--- old-haskell-ghc-paths//changelog 2012-02-13 02:43:50.702745508 +0000
+++ new-haskell-ghc-paths//changelog 2012-02-13 02:43:50.706745579 +0000
@@ -1,3 +1,10 @@
+haskell-ghc-paths (0.1.0.8-2) unstable; urgency=low
+
+ * Fix -doc package dependency.
+ * Bump to Standards-Version 3.9.2.
+
+ -- Clint Adams <clint at debian.org> Sun, 12 Feb 2012 21:38:13 -0500
+
haskell-ghc-paths (0.1.0.8-1) unstable; urgency=low
[ Marco Túlio Gontijo e Silva ]
diff -rN -u old-haskell-ghc-paths//control new-haskell-ghc-paths//control
--- old-haskell-ghc-paths//control 2012-02-13 02:43:50.686745955 +0000
+++ new-haskell-ghc-paths//control 2012-02-13 02:43:50.706745579 +0000
@@ -9,7 +9,7 @@
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/ghc-paths
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-ghc-paths
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-ghc-paths
@@ -45,7 +45,7 @@
Package: libghc-ghc-paths-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Knowledge of GHC's installation directories; documentation
More information about the Pkg-haskell-commits
mailing list