[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-bla=7Ae-builder?=: New upstream version 0.3.3.2.

Clint Adams clint at debian.org
Sun Jun 1 22:21:27 UTC 2014


Sun Jun  1 22:21:20 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.3.3.2.

    M ./changelog +7
    M ./control -25 +15

Sun Jun  1 22:21:20 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.3.3.2.
diff -rN -u old-haskell-blaze-builder/changelog new-haskell-blaze-builder/changelog
--- old-haskell-blaze-builder/changelog	2014-06-01 22:21:27.747338936 +0000
+++ new-haskell-blaze-builder/changelog	2014-06-01 22:21:27.751338935 +0000
@@ -1,3 +1,10 @@
+haskell-blaze-builder (0.3.3.2-1) unstable; urgency=medium
+
+  * New upstream version.
+  * Fix misspelling of "system" in long description.
+
+ -- Clint Adams <clint at debian.org>  Sun, 01 Jun 2014 18:11:00 -0400
+
 haskell-blaze-builder (0.3.3.0-1) unstable; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-blaze-builder/control new-haskell-blaze-builder/control
--- old-haskell-blaze-builder/control	2014-06-01 22:21:27.747338936 +0000
+++ new-haskell-blaze-builder/control	2014-06-01 22:21:27.751338935 +0000
@@ -9,7 +9,7 @@
   , ghc
   , ghc-prof
   , libghc-text-dev (>= 0.10)
-  , libghc-text-dev (<< 0.13)
+  , libghc-text-dev (<< 1.2)
   , libghc-text-prof
 Build-Depends-Indep: ghc-doc
   , libghc-text-doc
@@ -17,6 +17,14 @@
 Homepage: http://hackage.haskell.org/package/blaze-builder
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-builder
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-builder
+X-Description: abstraction of buffered output of byte streams
+ 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
+ chunk size. The large average chunk size allows one to make good use of cache
+ prefetching in later processing steps (e.g. compression) and reduces the
+ system call overhead when writing the resulting lazy bytestring to a file or
+ sending it over the network.
 
 Package: libghc-blaze-builder-dev
 Architecture: any
@@ -26,14 +34,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: abstraction of buffered output of byte streams${haskell:ShortBlurb}
- 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
- chunk size. The large average chunk size allows one to make good use of cache
- 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.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -44,14 +46,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: abstraction of buffered output of byte streams${haskell:ShortBlurb}
- 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
- chunk size. The large average chunk size allows one to make good use of cache
- 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.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -61,13 +57,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: abstraction of buffered output of byte streams${haskell:ShortBlurb}
- 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
- chunk size. The large average chunk size allows one to make good use of cache
- 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.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list