[Pkg-haskell-commits] darcs: haskell-threads: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:24 UTC 2013
Fri May 24 08:56:00 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 65a49de05ef4c490614de5fea5baa23b
M ./changelog +1
M ./control -11 +7
Fri May 24 08:56:00 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 65a49de05ef4c490614de5fea5baa23b
diff -rN -u old-haskell-threads//changelog new-haskell-threads//changelog
--- old-haskell-threads//changelog 2013-05-24 09:30:24.317562063 +0000
+++ new-haskell-threads//changelog 2013-05-24 09:30:24.321561940 +0000
@@ -2,6 +2,7 @@
* Enable compat level 9
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:15 +0200
diff -rN -u old-haskell-threads//control new-haskell-threads//control
--- old-haskell-threads//control 2013-05-24 09:30:24.311036615 +0000
+++ new-haskell-threads//control 2013-05-24 09:30:24.321561940 +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
, libghc-base-unicode-symbols-dev (>= 0.1.1)
@@ -30,15 +30,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Fork threads and wait for their result
+Description: Fork threads and wait for their result${haskell:ShortBlurb}
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-threads-prof
Architecture: any
@@ -47,15 +46,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Fork threads and wait for their result; profiling libraries
+Description: Fork threads and wait for their result${haskell:ShortBlurb}
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-threads-doc
Section: doc
@@ -63,13 +61,11 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Fork threads and wait for their result; documentation
+Description: Fork threads and wait for their result${haskell:ShortBlurb}
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.
.
Besides waiting for the termination of a single thread this package also
provides functions to wait for a group of threads to terminate.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list