[Pkg-haskell-commits] darcs: haskell-strict: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:44 UTC 2013
Fri May 24 08:55:54 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 925d06ea9e15da541ec512c475c19a46
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:54 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 925d06ea9e15da541ec512c475c19a46
diff -rN -u old-haskell-strict//changelog new-haskell-strict//changelog
--- old-haskell-strict//changelog 2013-05-24 09:29:44.586096732 +0000
+++ new-haskell-strict//changelog 2013-05-24 09:29:44.590073431 +0000
@@ -1,6 +1,7 @@
haskell-strict (0.3.2-6) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:06 +0200
diff -rN -u old-haskell-strict//control new-haskell-strict//control
--- old-haskell-strict//control 2013-05-24 09:29:44.582093937 +0000
+++ new-haskell-strict//control 2013-05-24 09:29:44.594038959 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -22,9 +22,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Strict variants of standard Haskell datatypes
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package provides strict versions of some standard Haskell data types
(pairs, Maybe and Either). It also contains strict IO operations.
@@ -36,10 +35,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Strict variants of standard Haskell datatypes; profiling data
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package provides strict versions of some standard Haskell data types
(pairs, Maybe and Either). It also contains strict IO operations.
@@ -50,10 +47,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Strict variants of standard Haskell datatypes; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package provides strict versions of some standard Haskell data types
(pairs, Maybe and Either). It also contains strict IO operations.
More information about the Pkg-haskell-commits
mailing list