[Pkg-haskell-commits] darcs: haskell-rsa: 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:45:44 UTC 2013


Sat May 25 21:43:16 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: 2936ef4c97d8f6d8f77a0500d979576

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

Sat May 25 21:43:16 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: 2936ef4c97d8f6d8f77a0500d979576
diff -rN -u old-haskell-rsa//changelog new-haskell-rsa//changelog
--- old-haskell-rsa//changelog	2013-05-26 07:45:44.102483390 +0000
+++ new-haskell-rsa//changelog	2013-05-26 07:45:44.111123525 +0000
@@ -1,3 +1,10 @@
+haskell-rsa (1.2.2.0-3) 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:16 +0200
+
 haskell-rsa (1.2.2.0-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-rsa//control new-haskell-rsa//control
--- old-haskell-rsa//control	2013-05-26 07:45:44.099323978 +0000
+++ new-haskell-rsa//control	2013-05-26 07:45:44.105767076 +0000
@@ -38,13 +38,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: implementation of RSA, using the padding schemes of PKCS#1 v2.1.${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library implements the RSA encryption and signature algorithms for
  arbitrarily-sized ByteStrings. While the implementations work, they are not
  necessarily the fastest ones on the planet. Particularly key generation. The
  algorithms included are based of RFC 3447, or the Public-Key Cryptography
  Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
+ .
+ ${haskell:Blurb}
 
 Package: libghc-rsa-prof
 Architecture: any
@@ -54,13 +54,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: implementation of RSA, using padding schemes of PKCS#1${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library implements the RSA encryption and signature algorithms for
  arbitrarily-sized ByteStrings. While the implementations work, they are not
  necessarily the fastest ones on the planet. Particularly key generation. The
  algorithms included are based of RFC 3447, or the Public-Key Cryptography
  Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
+ .
+ ${haskell:Blurb}
 
 Package: libghc-rsa-doc
 Section: doc
@@ -69,10 +69,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: implementation of RSA, using padding schemes of PKCS#1 v2.1.${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library implements the RSA encryption and signature algorithms for
  arbitrarily-sized ByteStrings. While the implementations work, they are not
  necessarily the fastest ones on the planet. Particularly key generation. The
  algorithms included are based of RFC 3447, or the Public-Key Cryptography
  Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1).
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list