[Pkg-haskell-commits] darcs: haskell-hstringtemplate: Fix lintian and dependencies
Giovanni Mascellani
gio at debian.org
Sun May 20 13:30:37 UTC 2012
Sun May 20 12:58:35 UTC 2012 Giovanni Mascellani <gio at debian.org>
* Fix lintian and dependencies
Ignore-this: cac3209b00027f86e70fae0d39bc734
M ./changelog +3
M ./control -16 +7
M ./copyright -3 +3
Sun May 20 12:58:35 UTC 2012 Giovanni Mascellani <gio at debian.org>
* Fix lintian and dependencies
Ignore-this: cac3209b00027f86e70fae0d39bc734
diff -rN -u old-haskell-hstringtemplate//changelog new-haskell-hstringtemplate//changelog
--- old-haskell-hstringtemplate//changelog 2012-05-20 13:30:37.378338310 +0000
+++ new-haskell-hstringtemplate//changelog 2012-05-20 13:30:37.426434853 +0000
@@ -1,6 +1,9 @@
haskell-hstringtemplate (0.6.8-1) UNRELEASED; urgency=low
* New upstream release.
+ + Fix dependencies.
+ * Bump Standards-Version to 3.9.3 (no changes required).
+ * Fix some lintian warnings.
-- Giovanni Mascellani <gio at debian.org> Sun, 20 May 2012 13:05:29 +0200
diff -rN -u old-haskell-hstringtemplate//control new-haskell-hstringtemplate//control
--- old-haskell-hstringtemplate//control 2012-05-20 13:30:37.370347177 +0000
+++ new-haskell-hstringtemplate//control 2012-05-20 13:30:37.382326051 +0000
@@ -9,30 +9,21 @@
cdbs,
ghc,
ghc-prof,
- libghc-text-dev,
- libghc-text-prof,
- libghc-mtl-dev,
- libghc-mtl-prof,
- libghc-parallel-dev,
- libghc-parallel-prof,
- libghc-parsec3-dev,
- libghc-parsec3-prof,
libghc-syb-dev,
libghc-syb-prof,
- libghc-deepseq-dev,
- libghc-deepseq-prof,
+ libghc-parsec3-dev,
+ libghc-parsec3-prof,
+ libghc-text-dev,
+ libghc-text-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-deepseq-doc,
+ libghc-parsec3-doc,
+ libghc-text-doc,
libghc-utf8-string-doc
-Standards-Version: 3.9.1
+Standards-Version: 3.9.3
Homepage: http://hackage.haskell.org/package/HStringTemplate
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hstringtemplate
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hstringtemplate
diff -rN -u old-haskell-hstringtemplate//copyright new-haskell-hstringtemplate//copyright
--- old-haskell-hstringtemplate//copyright 2012-05-20 13:30:37.334329704 +0000
+++ new-haskell-hstringtemplate//copyright 2012-05-20 13:30:37.414355157 +0000
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5
-Name: Haskell port of the Java library StringTemplate
-Maintainer: Sterling Clover
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: Haskell port of the Java library StringTemplate
+Upstream-Contact: Sterling Clover
Source: http://hackage.haskell.org/package/hstringtemplate
Files: *
More information about the Pkg-haskell-commits
mailing list