[Pkg-haskell-commits] darcs: haskell-utf8-light: 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:46:50 UTC 2013


Sat May 25 21:43:30 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: 21539857230d97c1db11cc7398fd454e

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

Sat May 25 21:43:30 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: 21539857230d97c1db11cc7398fd454e
diff -rN -u old-haskell-utf8-light//changelog new-haskell-utf8-light//changelog
--- old-haskell-utf8-light//changelog	2013-05-26 07:46:50.527037458 +0000
+++ new-haskell-utf8-light//changelog	2013-05-26 07:46:50.535036925 +0000
@@ -1,3 +1,10 @@
+haskell-utf8-light (0.4.0.1-5) 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:30 +0200
+
 haskell-utf8-light (0.4.0.1-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-utf8-light//control new-haskell-utf8-light//control
--- old-haskell-utf8-light//control	2013-05-26 07:46:50.523038103 +0000
+++ new-haskell-utf8-light//control	2013-05-26 07:46:50.531037479 +0000
@@ -23,13 +23,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It is a fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary file
  formats.
  .
  It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-utf8-light-prof
 Architecture: any
@@ -39,13 +39,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It is a fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary file
  formats.
  .
  It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-utf8-light-doc
 Section: doc
@@ -54,10 +54,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It is a fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary file
  formats.
  .
  It provides Codec.Binary.UTF8.Light for lightweight UTF-8 handling.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list