[Pkg-haskell-commits] darcs: haskell-digest: 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:37 UTC 2013
Sat May 25 21:42:35 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: 4f7bc3e47d685a37aa3a339d86c88a7d
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:35 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: 4f7bc3e47d685a37aa3a339d86c88a7d
diff -rN -u old-haskell-digest//changelog new-haskell-digest//changelog
--- old-haskell-digest//changelog 2013-05-26 07:42:37.442253663 +0000
+++ new-haskell-digest//changelog 2013-05-26 07:42:37.450271153 +0000
@@ -1,3 +1,10 @@
+haskell-digest (0.0.1.0-4) 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:35 +0200
+
haskell-digest (0.0.1.0-3) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-digest//control new-haskell-digest//control
--- old-haskell-digest//control 2013-05-26 07:42:37.438060623 +0000
+++ new-haskell-digest//control 2013-05-26 07:42:37.446212356 +0000
@@ -21,22 +21,22 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: efficient cryptographic hash implementations for bytestrings${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This package provides efficient cryptographic hash implementations for strict
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
implemented as FFI bindings to efficient code from zlib.
+ .
+ ${haskell:Blurb}
Package: libghc-digest-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${haskell:Provides}
Description: efficient cryptographic hash implementations bytestrings${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This package provides efficient cryptographic hash implementations for strict
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
implemented as FFI bindings to efficient code from zlib.
+ .
+ ${haskell:Blurb}
Package: libghc-digest-doc
Section: doc
@@ -45,8 +45,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: efficient cryptographic hash implementations bytestrings${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This package provides efficient cryptographic hash implementations for strict
and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
implemented as FFI bindings to efficient code from zlib.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list