summaryrefslogtreecommitdiff
path: root/p/haskell-cipher-aes/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-12-21 17:06:52 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2014-12-21 17:06:52 +0300
commit8df4d440b1f3c23d4f1dd3e2980f1066dbd836f5 (patch)
tree776d36ec5cb6bf20dfce3125e6033467e79097ee /p/haskell-cipher-aes/debian/control
parent82334134b851975173d13f5b4884616edbfe40d8 (diff)
downloadDHG_packages-8df4d440b1f3c23d4f1dd3e2980f1066dbd836f5.tar.gz
haskell-cipher-aes: Fix description
Diffstat (limited to 'p/haskell-cipher-aes/debian/control')
-rw-r--r--p/haskell-cipher-aes/debian/control60
1 files changed, 16 insertions, 44 deletions
diff --git a/p/haskell-cipher-aes/debian/control b/p/haskell-cipher-aes/debian/control
index 1cf1c650e..82bbdda7a 100644
--- a/p/haskell-cipher-aes/debian/control
+++ b/p/haskell-cipher-aes/debian/control
@@ -27,18 +27,7 @@ Standards-Version: 3.9.5
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 @@ Description: fast AES cipher implementation with advanced mode of operations${ha
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 @@ Depends: ${haskell:Depends}
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,7 @@ Architecture: all
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}