[Pkg-haskell-commits] darcs: haskell-iospec: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:32 UTC 2013
Fri May 24 08:55:10 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 375141fb9b752a87c45b6d9c75aeb0cb
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:10 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 375141fb9b752a87c45b6d9c75aeb0cb
diff -rN -u old-haskell-iospec//changelog new-haskell-iospec//changelog
--- old-haskell-iospec//changelog 2013-05-24 09:25:31.991037713 +0000
+++ new-haskell-iospec//changelog 2013-05-24 09:25:31.995037393 +0000
@@ -1,6 +1,7 @@
haskell-iospec (0.2.5-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:05 +0200
diff -rN -u old-haskell-iospec//control new-haskell-iospec//control
--- old-haskell-iospec//control 2013-05-24 09:25:31.983037426 +0000
+++ new-haskell-iospec//control 2013-05-24 09:25:31.995037393 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-mtl-dev
@@ -31,9 +31,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Pure specification of the IO monad
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Pure specification of the IO monad${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It consists of several modules, that give a pure specification
of functions in the IO monad:
@@ -72,10 +71,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Pure specification of the IO monad; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Pure specification of the IO monad${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Test.IOSpec.Fork: a pure specification of forkIO.
.
@@ -110,10 +107,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Pure specification of the IO monad; 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: Pure specification of the IO monad${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Test.IOSpec.Fork: a pure specification of forkIO.
.
More information about the Pkg-haskell-commits
mailing list