[Pkg-haskell-commits] darcs: haskell-mwc-random: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:51 UTC 2013
Fri May 24 08:55:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: fce79d05551a0f377a7d317bd3750b5f
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: fce79d05551a0f377a7d317bd3750b5f
diff -rN -u old-haskell-mwc-random//changelog new-haskell-mwc-random//changelog
--- old-haskell-mwc-random//changelog 2013-05-24 09:26:51.567076047 +0000
+++ new-haskell-mwc-random//changelog 2013-05-24 09:26:51.567076047 +0000
@@ -1,6 +1,7 @@
haskell-mwc-random (0.11.0.0-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:54:24 +0200
diff -rN -u old-haskell-mwc-random//control new-haskell-mwc-random//control
--- old-haskell-mwc-random//control 2013-05-24 09:26:51.559076814 +0000
+++ new-haskell-mwc-random//control 2013-05-24 09:26:51.567076047 +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-primitive-dev
@@ -35,9 +35,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Fast, high quality pseudo random number generation
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Fast, high quality pseudo random number generation${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
@@ -59,10 +58,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Fast, high quality pseudo random number generation; 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: Fast, high quality pseudo random number generation${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
@@ -82,10 +79,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Fast, high quality pseudo random number generation; 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: Fast, high quality pseudo random number generation${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package contains code for generating high quality random numbers that
follow either a uniform or normal distribution. The generated numbers are
More information about the Pkg-haskell-commits
mailing list