[Pkg-haskell-commits] darcs: haskell-cprng-aes: 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:41:52 UTC 2013
Sat May 25 21:42:26 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: ac742ec14a184155066db1becab53b6d
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:26 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: ac742ec14a184155066db1becab53b6d
diff -rN -u old-haskell-cprng-aes//changelog new-haskell-cprng-aes//changelog
--- old-haskell-cprng-aes//changelog 2013-05-26 07:41:52.673765392 +0000
+++ new-haskell-cprng-aes//changelog 2013-05-26 07:41:52.682547190 +0000
@@ -1,3 +1,10 @@
+haskell-cprng-aes (0.3.4-4) 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:42:26 +0200
+
haskell-cprng-aes (0.3.4-3) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-cprng-aes//control new-haskell-cprng-aes//control
--- old-haskell-cprng-aes//control 2013-05-26 07:41:52.643197039 +0000
+++ new-haskell-cprng-aes//control 2013-05-26 07:41:52.673765392 +0000
@@ -43,8 +43,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: pseudo-random number generator using AES in counter mode${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It contains a simple crypto pseudo-random-number-generator with
really good randomness property.
.
@@ -60,6 +58,8 @@
by 0 percent. Chi square distribution for 1048576 samples is 246.63
Arithmetic mean value of data bytes is 127.6347 (127.5 = random). Monte
Carlo value for Pi is 3.132465868 (error 0.29 percent).
+ .
+ ${haskell:Blurb}
Package: libghc-cprng-aes-prof
Architecture: any
@@ -69,8 +69,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: pseudo-random number generator using AES in counter mode${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It contains a simple crypto pseudo-random-number-generator with
really good randomness property.
.
@@ -86,6 +84,8 @@
by 0 percent. Chi square distribution for 1048576 samples is 246.63
Arithmetic mean value of data bytes is 127.6347 (127.5 = random). Monte
Carlo value for Pi is 3.132465868 (error 0.29 percent).
+ .
+ ${haskell:Blurb}
Package: libghc-cprng-aes-doc
Section: doc
@@ -94,8 +94,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: pseudo-random number generator using AES in counter mode${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
It contains a simple crypto pseudo-random-number-generator with
really good randomness property.
.
@@ -111,3 +109,5 @@
by 0 percent. Chi square distribution for 1048576 samples is 246.63
Arithmetic mean value of data bytes is 127.6347 (127.5 = random). Monte
Carlo value for Pi is 3.132465868 (error 0.29 percent).
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list