[Pkg-haskell-commits] darcs: haskell-cipher-aes: Fix description

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 13:37:11 UTC 2014


Sun Dec 21 14:06:52 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description

    M ./changelog +1
    M ./control -44 +17

Sun Dec 21 14:06:52 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Fix description
diff -rN -u old-haskell-cipher-aes/changelog new-haskell-cipher-aes/changelog
--- old-haskell-cipher-aes/changelog	2014-12-22 13:37:11.682419051 +0000
+++ new-haskell-cipher-aes/changelog	2014-12-22 13:37:11.686419055 +0000
@@ -1,6 +1,7 @@
 haskell-cipher-aes (0.2.8-2) UNRELEASED; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
+  * Fix description
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 16:56:32 +0100
 
diff -rN -u old-haskell-cipher-aes/control new-haskell-cipher-aes/control
--- old-haskell-cipher-aes/control	2014-12-22 13:37:11.682419051 +0000
+++ new-haskell-cipher-aes/control	2014-12-22 13:37:11.682419051 +0000
@@ -27,18 +27,7 @@
 Homepage: http://hackage.haskell.org/package/cipher-aes
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-aes
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-aes
-
-Package: libghc-cipher-aes-dev
-Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
-Description: fast AES cipher implementation with advanced mode of operations${haskell:ShortBlurb}
- Fast AES cipher implementation with advanced mode of operations.
- .
+X-Description: Fast AES cipher implementation
  The modes of operations available are ECB (Electronic code book),
  CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext
  stealing), GCM (Galois Counter Mode).
@@ -52,6 +41,17 @@
  same implementation. If it matters for your case, you should make sure
  you have AES-NI available, or you'll need to use a different
  implementation.
+
+Package: libghc-cipher-aes-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -62,22 +62,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: fast AES cipher implementation with advanced mode${haskell:ShortBlurb}
- Fast AES cipher implementation with advanced mode of operations.
- .
- The modes of operations available are ECB (Electronic code book),
- CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext
- stealing), GCM (Galois Counter Mode).
- .
- The AES implementation uses AES-NI when available (on x86 and x86-64
- architecture), but fallback gracefully to a software C implementation.
- .
- The software implementation uses S-Boxes, which might suffer for cache
- timing issues.  However do note that most other known software
- implementations, including very popular one (openssl, gnutls) also uses
- same implementation. If it matters for your case, you should make sure
- you have AES-NI available, or you'll need to use a different
- implementation.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -87,21 +73,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: fast AES cipher implementation with advanced mode${haskell:ShortBlurb}
- Fast AES cipher implementation with advanced mode of operations.
- .
- The modes of operations available are ECB (Electronic code book),
- CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext
- stealing), GCM (Galois Counter Mode).
- .
- The AES implementation uses AES-NI when available (on x86 and x86-64
- architecture), but fallback gracefully to a software C implementation.
- .
- The software implementation uses S-Boxes, which might suffer for cache
- timing issues.  However do note that most other known software
- implementations, including very popular one (openssl, gnutls) also uses
- same implementation. If it matters for your case, you should make sure
- you have AES-NI available, or you'll need to use a different
- implementation.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
+




More information about the Pkg-haskell-commits mailing list