[Pkg-haskell-commits] darcs: haskell-hstringtemplate: Dependencies fixed.
Giovanni Mascellani
gio at debian.org
Sun Apr 3 08:51:19 UTC 2011
Sun Apr 3 08:25:58 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Dependencies fixed.
Ignore-this: e61c80d1a342b6f1c3da0952e991b755
M ./changelog -1 +4
M ./control -4 +11
Sun Apr 3 08:25:58 UTC 2011 Giovanni Mascellani <gio at debian.org>
* Dependencies fixed.
Ignore-this: e61c80d1a342b6f1c3da0952e991b755
diff -rN -u old-haskell-hstringtemplate/changelog new-haskell-hstringtemplate/changelog
--- old-haskell-hstringtemplate/changelog 2011-04-03 08:51:19.669469527 +0000
+++ new-haskell-hstringtemplate/changelog 2011-04-03 08:51:19.677469949 +0000
@@ -11,7 +11,10 @@
* Description: removing references to GHC 6.
* debian/copyright: copyright years updated or fixed.
* Standards-Version bumped to 3.9.1 (no changes required).
- * Depending on parsec 3, instead of parsec 2.
+ * Dependencies fixed:
+ + Depending on parsec 3, instead of parsec 2;
+ + Moving *-doc to Build-Depends-Indep;
+ + Adding some missing dependencies.
-- Giovanni Mascellani <gio at debian.org> Sat, 02 Apr 2011 09:42:41 +0200
diff -rN -u old-haskell-hstringtemplate/control new-haskell-hstringtemplate/control
--- old-haskell-hstringtemplate/control 2011-04-03 08:51:19.669469527 +0000
+++ new-haskell-hstringtemplate/control 2011-04-03 08:51:19.677469949 +0000
@@ -9,19 +9,26 @@
cdbs,
ghc,
ghc-prof,
- ghc-doc,
libghc-text-dev,
libghc-text-prof,
- libghc-text-doc,
libghc-mtl-dev,
libghc-mtl-prof,
- libghc-mtl-doc,
libghc-parallel-dev,
libghc-parallel-prof,
- libghc-parallel-doc,
libghc-parsec3-dev,
libghc-parsec3-prof,
+ libghc-syb-dev,
+ libghc-syb-prof,
+ libghc-utf8-string-dev,
+ libghc-utf8-string-prof
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-text-doc,
+ libghc-mtl-doc,
libghc-parsec3-doc
+ libghc-parallel-doc,
+ libghc-syb-doc,
+ libghc-utf8-string-doc
Standards-Version: 3.9.1
Homepage: http://hackage.haskell.org/package/hstringtemplate
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hstringtemplate
More information about the Pkg-haskell-commits
mailing list