[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-=7Alib?=: 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:47:39 UTC 2013


Sat May 25 21:43:43 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: 54177cfa5493c43bb240022d9cfef51b

    M ./changelog +7
    M ./control -6 +6

Sat May 25 21:43:43 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: 54177cfa5493c43bb240022d9cfef51b
diff -rN -u old-haskell-zlib//changelog new-haskell-zlib//changelog
--- old-haskell-zlib//changelog	2013-05-26 07:47:39.115300754 +0000
+++ new-haskell-zlib//changelog	2013-05-26 07:47:39.123220734 +0000
@@ -1,3 +1,10 @@
+haskell-zlib (0.5.4.0-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:43:43 +0200
+
 haskell-zlib (0.5.4.0-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-zlib//control new-haskell-zlib//control
--- old-haskell-zlib//control	2013-05-26 07:47:39.115300754 +0000
+++ new-haskell-zlib//control	2013-05-26 07:47:39.119020131 +0000
@@ -25,8 +25,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the zlib C library so
  it has high performance. It supports the \"zlib\", \"gzip\" and \"raw\"
@@ -35,6 +33,8 @@
  It provides a convenient high level API suitable for most tasks and for the
  few cases where more control is needed it provides access to the full zlib
  feature set.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-zlib-prof
 Architecture: any
@@ -45,8 +45,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the zlib C library so
  it has high performance. It supports the \"zlib\", \"gzip\" and \"raw\"
@@ -55,6 +53,8 @@
  It provides a convenient high level API suitable for most tasks and for the
  few cases where more control is needed it provides access to the full zlib
  feature set.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-zlib-doc
 Provides: haskell-zlib-doc
@@ -66,8 +66,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Compression and decompression in the gzip and zlib formats${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the zlib C library so
  it has high performance. It supports the \"zlib\", \"gzip\" and \"raw\"
@@ -76,3 +74,5 @@
  It provides a convenient high level API suitable for most tasks and for the
  few cases where more control is needed it provides access to the full zlib
  feature set.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list