[Pkg-haskell-commits] darcs: haskell-mwc-random: Move Haskell blurb to the end of the description, reduces the impact of #708703

Joachim Breitner mail at joachim-breitner.de
Sun May 26 07:44:56 UTC 2013


Sat May 25 21:43:05 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Move Haskell blurb to the end of the description, reduces the impact of #708703
  Ignore-this: 738f2d0f4c992ccd929c52e801a5420a

    M ./changelog +7
    M ./control -6 +6

Sat May 25 21:43:05 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Move Haskell blurb to the end of the description, reduces the impact of #708703
  Ignore-this: 738f2d0f4c992ccd929c52e801a5420a
diff -rN -u old-haskell-mwc-random//changelog new-haskell-mwc-random//changelog
--- old-haskell-mwc-random//changelog	2013-05-26 07:44:56.301544398 +0000
+++ new-haskell-mwc-random//changelog	2013-05-26 07:44:56.309546533 +0000
@@ -1,3 +1,10 @@
+haskell-mwc-random (0.11.0.0-7) UNRELEASED; urgency=low
+
+  * Move Haskell blurb to the end of the description, reduces the impact
+    of #708703
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 23:43:05 +0200
+
 haskell-mwc-random (0.11.0.0-6) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-mwc-random//control new-haskell-mwc-random//control
--- old-haskell-mwc-random//control	2013-05-26 07:44:56.277560545 +0000
+++ new-haskell-mwc-random//control	2013-05-26 07:44:56.305559361 +0000
@@ -36,8 +36,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 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
  suitable for use in statistical applications.
@@ -49,6 +47,8 @@
  .
  Compared to the mersenne-random package, this package has a more convenient
  API, is faster, and supports more statistical distributions.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-mwc-random-prof
 Architecture: any
@@ -59,8 +59,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 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
  suitable for use in statistical applications.
@@ -72,6 +70,8 @@
  .
  Compared to the mersenne-random package, this package has a more convenient
  API, is faster, and supports more statistical distributions.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-mwc-random-doc
 Section: doc
@@ -80,8 +80,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 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
  suitable for use in statistical applications.
@@ -93,3 +91,5 @@
  .
  Compared to the mersenne-random package, this package has a more convenient
  API, is faster, and supports more statistical distributions.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list