[Pkg-haskell-commits] darcs: haskell-mersenne-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:32 UTC 2013


Sat May 25 21:43:01 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: 54b6e898bc1ccb25e42f4284de37e72f

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

Sat May 25 21:43:01 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: 54b6e898bc1ccb25e42f4284de37e72f
diff -rN -u old-haskell-mersenne-random//changelog new-haskell-mersenne-random//changelog
--- old-haskell-mersenne-random//changelog	2013-05-26 07:44:32.526549669 +0000
+++ new-haskell-mersenne-random//changelog	2013-05-26 07:44:32.535356615 +0000
@@ -1,3 +1,10 @@
+haskell-mersenne-random (1.0.0.1-5) 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:00 +0200
+
 haskell-mersenne-random (1.0.0.1-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-mersenne-random//control new-haskell-mersenne-random//control
--- old-haskell-mersenne-random//control	2013-05-26 07:44:32.507099576 +0000
+++ new-haskell-mersenne-random//control	2013-05-26 07:44:32.531188207 +0000
@@ -23,8 +23,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: SIMD Fast Mersenne Twister generator of pseudo-random numbers${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The Mersenne twister is a pseudorandom number generator developed by Makoto
  Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
  over a finite binary field. It provides for fast generation of very
@@ -35,6 +33,8 @@
  .
  By default the period of the function is 2^19937-1. Note that this algorithm
  on its own is not cryptographically secure.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-mersenne-random-prof
 Architecture: any
@@ -44,8 +44,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: SIMD Fast Mersenne Twister generator of pseudo-random numbers${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The Mersenne twister is a pseudorandom number generator developed by Makoto
  Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
  over a finite binary field. It provides for fast generation of very
@@ -56,6 +54,8 @@
  .
  By default the period of the function is 2^19937-1. Note that this algorithm
  on its own is not cryptographically secure.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-mersenne-random-doc
 Section: doc
@@ -64,8 +64,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: SIMD Fast Mersenne Twister generator of pseudo-random numbers${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  The Mersenne twister is a pseudorandom number generator developed by Makoto
  Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence
  over a finite binary field. It provides for fast generation of very
@@ -76,3 +74,5 @@
  .
  By default the period of the function is 2^19937-1. Note that this algorithm
  on its own is not cryptographically secure.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list