[Pkg-haskell-commits] darcs: haskell-monad-par: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:41 UTC 2013
Fri May 24 08:55:22 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c4d15f489a6ac1018da58f6a83c02ab0
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:22 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c4d15f489a6ac1018da58f6a83c02ab0
diff -rN -u old-haskell-monad-par//changelog new-haskell-monad-par//changelog
--- old-haskell-monad-par//changelog 2013-05-24 09:26:41.459069967 +0000
+++ new-haskell-monad-par//changelog 2013-05-24 09:26:41.459069967 +0000
@@ -1,6 +1,7 @@
haskell-monad-par (0.1.0.3-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:54:22 +0200
diff -rN -u old-haskell-monad-par//control new-haskell-monad-par//control
--- old-haskell-monad-par//control 2013-05-24 09:26:41.451044370 +0000
+++ new-haskell-monad-par//control 2013-05-24 09:26:41.463045915 +0000
@@ -6,7 +6,7 @@
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9),
cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
libghc-hunit-dev (>= 1.2),
@@ -23,7 +23,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: parallel programming based on a monad
+Description: parallel programming based on a monad${haskell:ShortBlurb}
This library offers an alternative parallel programming API to that
provided by the parallel package. The Par monad allows the simple
description of parallel computations, and can be used to add
@@ -34,8 +34,7 @@
the internals are also exposed so that you can build your own scheduler
if necessary.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-monad-par-prof
Architecture: any
@@ -43,7 +42,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: parallel programming based on a monad; profiling data
+Description: parallel programming based on a monad${haskell:ShortBlurb}
This library offers an alternative parallel programming API to that
provided by the parallel package. The Par monad allows the simple
description of parallel computations, and can be used to add
@@ -54,8 +53,7 @@
the internals are also exposed so that you can build your own scheduler
if necessary.
.
- 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-monad-par-doc
Section: doc
@@ -63,7 +61,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: parallel programming based on a monad; documentation
+Description: parallel programming based on a monad${haskell:ShortBlurb}
This library offers an alternative parallel programming API to that
provided by the parallel package. The Par monad allows the simple
description of parallel computations, and can be used to add
@@ -74,6 +72,4 @@
the internals are also exposed so that you can build your own scheduler
if necessary.
.
- 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