[Pkg-haskell-commits] darcs: haskell-strict-concurrency: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:46 UTC 2013
Fri May 24 09:12:20 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: d7af2cb97bfbf099548282b244649d53
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:20 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: d7af2cb97bfbf099548282b244649d53
diff -rN -u old-haskell-strict-concurrency//changelog new-haskell-strict-concurrency//changelog
--- old-haskell-strict-concurrency//changelog 2013-05-24 09:29:46.026068622 +0000
+++ new-haskell-strict-concurrency//changelog 2013-05-24 09:29:46.026068622 +0000
@@ -1,6 +1,7 @@
haskell-strict-concurrency (0.2.4.1-4) 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-concurrency//control new-haskell-strict-concurrency//control
--- old-haskell-strict-concurrency//control 2013-05-24 09:29:46.018095182 +0000
+++ new-haskell-strict-concurrency//control 2013-05-24 09:29:46.030055386 +0000
@@ -5,7 +5,7 @@
Uploaders: Giovanni Mascellani <gio at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof,
@@ -24,14 +24,14 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell strict concurrency abstractions - GHC libraries
+Description: Haskell strict concurrency abstractions${haskell:ShortBlurb}
This package provides head normal form strict versions of some standard
Haskell concurrency abstractions (MVars,Chans), which provide control
over where evaluation takes place not offered by the default lazy types.
This may be useful for deciding when and where evaluation occurs,
leading to improved time or space use, depending on the circumstances.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-strict-concurrency-prof
Architecture: any
@@ -41,14 +41,14 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell strict concurrency abstractions - GHC profiling libraries
+Description: Haskell strict concurrency abstractions${haskell:ShortBlurb}
This package provides head normal form strict versions of some standard
Haskell concurrency abstractions (MVars,Chans), which provide control
over where evaluation takes place not offered by the default lazy types.
This may be useful for deciding when and where evaluation occurs,
leading to improved time or space use, depending on the circumstances.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-strict-concurrency-doc
Section: doc
@@ -58,11 +58,11 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell strict concurrency abstractions - documentation
+Description: Haskell strict concurrency abstractions${haskell:ShortBlurb}
This package provides head normal form strict versions of some standard
Haskell concurrency abstractions (MVars,Chans), which provide control
over where evaluation takes place not offered by the default lazy types.
This may be useful for deciding when and where evaluation occurs,
leading to improved time or space use, depending on the circumstances.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list