[Pkg-haskell-commits] darcs: haskell-cryptohash: 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:42:04 UTC 2013
Sat May 25 21:42:29 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: 8af985301a3825103ec815a197f67389
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:29 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: 8af985301a3825103ec815a197f67389
diff -rN -u old-haskell-cryptohash//changelog new-haskell-cryptohash//changelog
--- old-haskell-cryptohash//changelog 2013-05-26 07:42:04.579035702 +0000
+++ new-haskell-cryptohash//changelog 2013-05-26 07:42:04.591037926 +0000
@@ -1,3 +1,10 @@
+haskell-cryptohash (0.8.4-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:42:28 +0200
+
haskell-cryptohash (0.8.4-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-cryptohash//control new-haskell-cryptohash//control
--- old-haskell-cryptohash//control 2013-05-26 07:42:04.579035702 +0000
+++ new-haskell-cryptohash//control 2013-05-26 07:42:04.583036739 +0000
@@ -37,14 +37,14 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
A collection of crypto hashes, with a practical incremental and
one-pass, pure APIs, with performance close to the fastest
implementations available in others languages.
.
The implementations are made in C with a haskell FFI wrapper that
hide the C implementation.
+ .
+ ${haskell:Blurb}
Package: libghc-cryptohash-prof
Architecture: any
@@ -54,14 +54,14 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
A collection of crypto hashes, with a practical incremental and
one-pass, pure APIs, with performance close to the fastest
implementations available in others languages.
.
The implementations are made in C with a haskell FFI wrapper that
hide the C implementation.
+ .
+ ${haskell:Blurb}
Package: libghc-cryptohash-doc
Section: doc
@@ -70,11 +70,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
A collection of crypto hashes, with a practical incremental and
one-pass, pure APIs, with performance close to the fastest
implementations available in others languages.
.
The implementations are made in C with a haskell FFI wrapper that
hide the C implementation.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list