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

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


Wed Mar  7 01:09:08 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: b8102637d49ea6b242eee189f03e0e4e

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

Wed Mar  7 01:09:08 UTC 2012  Clint Adams <clint at debian.org>
  * Fix -doc dependency.
  Ignore-this: b8102637d49ea6b242eee189f03e0e4e
diff -rN -u old-haskell-language-c//changelog new-haskell-language-c//changelog
--- old-haskell-language-c//changelog	2012-03-07 01:09:15.767249462 +0000
+++ new-haskell-language-c//changelog	2012-03-07 01:09:15.791249787 +0000
@@ -1,3 +1,10 @@
+haskell-language-c (0.4.2-2) unstable; urgency=low
+
+  * Bump to Standards-Version 3.9.3.
+  * Fix -doc dependency.
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Mar 2012 20:00:51 -0500
+
 haskell-language-c (0.4.2-1) unstable; urgency=low
 
   * New upstream release.
diff -rN -u old-haskell-language-c//control new-haskell-language-c//control
--- old-haskell-language-c//control	2012-03-07 01:09:15.750748096 +0000
+++ new-haskell-language-c//control	2012-03-07 01:09:15.803248458 +0000
@@ -14,7 +14,7 @@
  , libghc-syb-prof
 Build-Depends-Indep: ghc-doc
  , libghc-syb-doc
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://hackage.haskell.org/package/language-c
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-language-c
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-language-c
@@ -51,9 +51,8 @@
 Package: libghc-language-c-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
-Recommends: doc-base
- , libghc-network-doc
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
 Description: Documentation for Haskell Library.C module
  .
  Language C is a haskell library for the analysis and generation of C code. It





More information about the Pkg-haskell-commits mailing list