[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-bla=7Ae-builder?=: 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:41:14 UTC 2013
Sat May 25 21:42:19 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: 280a1f88454ca9d0ffd65f972c65e62a
M ./changelog +7
M ./control -6 +6
Sat May 25 21:42:19 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: 280a1f88454ca9d0ffd65f972c65e62a
diff -rN -u old-haskell-blaze-builder//changelog new-haskell-blaze-builder//changelog
--- old-haskell-blaze-builder//changelog 2013-05-26 07:41:14.627036823 +0000
+++ new-haskell-blaze-builder//changelog 2013-05-26 07:41:14.635036181 +0000
@@ -1,3 +1,10 @@
+haskell-blaze-builder (0.3.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:19 +0200
+
haskell-blaze-builder (0.3.1.0-3) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-blaze-builder//control new-haskell-blaze-builder//control
--- old-haskell-blaze-builder//control 2013-05-26 07:41:14.623092478 +0000
+++ new-haskell-blaze-builder//control 2013-05-26 07:41:14.631036345 +0000
@@ -26,8 +26,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: abstraction of buffered output of byte streams${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
@@ -35,6 +33,8 @@
prefetching in later processing steps (e.g. compression) and reduces the sytem
call overhead when writing the resulting lazy bytestring to a file or sending
it over the network.
+ .
+ ${haskell:Blurb}
Package: libghc-blaze-builder-prof
Architecture: any
@@ -44,8 +44,6 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: abstraction of buffered output of byte streams${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
@@ -53,6 +51,8 @@
prefetching in later processing steps (e.g. compression) and reduces the sytem
call overhead when writing the resulting lazy bytestring to a file or sending
it over the network.
+ .
+ ${haskell:Blurb}
Package: libghc-blaze-builder-doc
Section: doc
@@ -61,8 +61,6 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: abstraction of buffered output of byte streams${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
This library provides an abstraction of buffered output of byte streams and
several convenience functions to exploit it. For example, it allows one to
efficiently serialize Haskell values to lazy bytestrings with a large average
@@ -70,3 +68,5 @@
prefetching in later processing steps (e.g. compression) and reduces the sytem
call overhead when writing the resulting lazy bytestring to a file or sending
it over the network.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list