[Pkg-haskell-commits] darcs: haskell-crypto-api: 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:42:02 UTC 2013


Sat May 25 21:42:28 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: 76b223f9f62fac255ccb344070c0cb13

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

Sat May 25 21:42:28 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: 76b223f9f62fac255ccb344070c0cb13
diff -rN -u old-haskell-crypto-api//changelog new-haskell-crypto-api//changelog
--- old-haskell-crypto-api//changelog	2013-05-26 07:42:01.814004865 +0000
+++ new-haskell-crypto-api//changelog	2013-05-26 07:42:01.822435211 +0000
@@ -1,3 +1,10 @@
+haskell-crypto-api (0.10.2-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:28 +0200
+
 haskell-crypto-api (0.10.2-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-crypto-api//control new-haskell-crypto-api//control
--- old-haskell-crypto-api//control	2013-05-26 07:42:01.799142314 +0000
+++ new-haskell-crypto-api//control	2013-05-26 07:42:01.817664308 +0000
@@ -37,8 +37,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: generic interface for cryptographic operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A generic interface for cryptographic operations, platform independent
  quality RNG, property tests and known-answer tests (KATs) for common
  algorithms, and a basic benchmark infrastructure. Maintainers of hash
@@ -47,6 +45,8 @@
  encouraged to use the interfaces defined in the Classes module. Any
  concepts or functions of general use to more than one cryptographic
  algorithm (ex: padding) is within scope of this package.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-crypto-api-prof
 Architecture: any
@@ -56,8 +56,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: generic interface for cryptographic operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A generic interface for cryptographic operations, platform independent
  quality RNG, property tests and known-answer tests (KATs) for common
  algorithms, and a basic benchmark infrastructure. Maintainers of hash
@@ -66,6 +64,8 @@
  encouraged to use the interfaces defined in the Classes module. Any
  concepts or functions of general use to more than one cryptographic
  algorithm (ex: padding) is within scope of this package.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-crypto-api-doc
 Section: doc
@@ -74,8 +74,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: generic interface for cryptographic operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A generic interface for cryptographic operations, platform independent
  quality RNG, property tests and known-answer tests (KATs) for common
  algorithms, and a basic benchmark infrastructure. Maintainers of hash
@@ -84,5 +82,7 @@
  encouraged to use the interfaces defined in the Classes module. Any
  concepts or functions of general use to more than one cryptographic
  algorithm (ex: padding) is within scope of this package.
+ .
+ ${haskell:Blurb}
 
 





More information about the Pkg-haskell-commits mailing list