[Pkg-haskell-commits] darcs: haskell-cipher-aes128: Fix Description
Joachim Breitner
mail at joachim-breitner.de
Sun Dec 21 23:00:12 UTC 2014
Sun Dec 21 22:48:19 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix Description
M ./changelog -1 +1
M ./control -6 +11
Sun Dec 21 22:48:19 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* Fix Description
diff -rN -u old-haskell-cipher-aes128/changelog new-haskell-cipher-aes128/changelog
--- old-haskell-cipher-aes128/changelog 2014-12-21 23:00:12.753578852 +0000
+++ new-haskell-cipher-aes128/changelog 2014-12-21 23:00:12.753578852 +0000
@@ -2,4 +2,4 @@
* Debianization generated by cabal-debian
- -- Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org> Sun, 21 Dec 2014 18:20:15 +0100
+ -- Joachim Breitner <nomeata at debian.org> Sun, 21 Dec 2014 18:20:15 +0100
diff -rN -u old-haskell-cipher-aes128/control new-haskell-cipher-aes128/control
--- old-haskell-cipher-aes128/control 2014-12-21 23:00:12.753578852 +0000
+++ new-haskell-cipher-aes128/control 2014-12-21 23:00:12.753578852 +0000
@@ -1,5 +1,6 @@
Source: haskell-cipher-aes128
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 7.0),
@@ -19,12 +20,16 @@
libghc-tagged-doc,
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/cipher-aes128
-X-Description: AES and common modes using AES-NI when available.
- Cipher-aes128 is an implementation of AES and common modes of operation. It borrows Hanquez's C AES code (see 'cipher-aes') but
- is unique due to including compile-time detection of
- NI compiler support, a slightly more functional interface
- for GCM operations, exposure of 'Ptr' based operations via the .Internal module, and build-in crypto-api support.
- Cipher-aes128 was originally developed as "'cipher-aes' plus trampolines", which has since been adopted into cipher-aes.
+X-Description: AES and common modes
+ Cipher-aes128 is an implementation of AES and common modes of operation.
+ .
+ It borrows Hanquez's C AES code (see 'cipher-aes') but is unique due to
+ * including compile-time detection of NI compiler support,
+ * a slightly more functional interface for GCM operations,
+ * exposure of 'Ptr' based operations via the .Internal module, and
+ * build-in crypto-api support.
+ Cipher-aes128 was originally developed as "'cipher-aes' plus trampolines",
+ which has since been adopted into cipher-aes.
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cipher-aes128
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cipher-aes128
More information about the Pkg-haskell-commits
mailing list