[Pkg-haskell-commits] darcs: haskell-cryptocipher: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 17:40:22 UTC 2013
Sat May 25 16:09:56 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: cfdd104c40a1926cf339f87fa7595999
M ./changelog -2 +3
M ./control -18 +18
Sat May 25 16:09:56 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: cfdd104c40a1926cf339f87fa7595999
diff -rN -u old-haskell-cryptocipher//changelog new-haskell-cryptocipher//changelog
--- old-haskell-cryptocipher//changelog 2013-05-25 17:40:22.126560603 +0000
+++ new-haskell-cryptocipher//changelog 2013-05-25 17:40:22.142553573 +0000
@@ -1,9 +1,10 @@
-haskell-cryptocipher (0.3.6-2) UNRELEASED; urgency=low
+haskell-cryptocipher (0.5.0-1) UNRELEASED; urgency=low
* Enable compat level 9
* Use substvars for Haskell description blurbs
+ * New upstream release
- -- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:53:07 +0200
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 18:06:02 +0200
haskell-cryptocipher (0.3.6-1) experimental; urgency=low
diff -rN -u old-haskell-cryptocipher//control new-haskell-cryptocipher//control
--- old-haskell-cryptocipher//control 2013-05-25 17:40:22.106373783 +0000
+++ new-haskell-cryptocipher//control 2013-05-25 17:40:22.134566813 +0000
@@ -14,35 +14,35 @@
, libghc-cpu-dev (>= 0.1.0-2)
, libghc-cpu-dev (<< 0.2)
, libghc-cpu-prof
+ , libghc-cipher-aes-dev
+ , libghc-cipher-aes-prof
+ , libghc-cipher-rc4-dev
+ , libghc-cipher-rc4-prof
, libghc-crypto-api-dev (>> 0.5)
, libghc-crypto-api-prof
- , libghc-crypto-pubkey-types-dev (>> 0.2)
- , libghc-crypto-pubkey-types-dev (<< 0.3)
- , libghc-crypto-pubkey-types-prof
, libghc-primitive-dev
, libghc-primitive-prof
- , libghc-tagged-dev
- , libghc-tagged-prof
, libghc-vector-dev (>> 0.7)
, libghc-vector-prof
, libghc-quickcheck2-dev
, libghc-test-framework-dev (>> 0.3.3)
- , libghc-test-framework-dev (<< 0.7)
, libghc-test-framework-quickcheck2-dev (>> 0.2.9)
- , libghc-test-framework-quickcheck2-dev (<< 0.3)
, libghc-cryptohash-dev
Build-Depends-Indep: ghc-doc
, libghc-cereal-doc
+ , libghc-cipher-aes-doc
+ , libghc-cipher-rc4-doc
, libghc-cpu-doc
, libghc-crypto-api-doc
, libghc-primitive-doc
- , libghc-crypto-pubkey-types-doc
- , libghc-tagged-doc
, libghc-vector-doc
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/cryptocipher
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptocipher
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cryptocipher
+X-Description: Symmetrical block and stream ciphers
+ This library provides symmetrical block and stream ciphers like RC4, AES,
+ Blowfish and Camellia.
Package: libghc-cryptocipher-dev
Architecture: any
@@ -52,10 +52,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: symmetrical Block, Stream and PubKey ciphers${haskell:ShortBlurb}
- ${haskell:Blurb}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- It provides symmetrical Block, Stream and PubKey ciphers.
+ ${haskell:Blurb}
Package: libghc-cryptocipher-prof
Architecture: any
@@ -64,10 +64,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: symmetrical Block, Stream and PubKey ciphers${haskell:ShortBlurb}
- ${haskell:Blurb}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- It provides symmetrical Block, Stream and PubKey ciphers.
+ ${haskell:Blurb}
Package: libghc-cryptocipher-doc
Section: doc
@@ -75,7 +75,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: symmetrical Block, Stream and PubKey ciphers${haskell:ShortBlurb}
- ${haskell:Blurb}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
.
- It provides symmetrical Block, Stream and PubKey ciphers.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list