[Pkg-haskell-commits] darcs: haskell-stream: 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:17 UTC 2013


Sat May 25 21:43:24 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: 5c4430188af88fbef19b7277c4486c34

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

Sat May 25 21:43:24 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: 5c4430188af88fbef19b7277c4486c34
diff -rN -u old-haskell-stream//changelog new-haskell-stream//changelog
--- old-haskell-stream//changelog	2013-05-26 07:46:17.838902198 +0000
+++ new-haskell-stream//changelog	2013-05-26 07:46:17.847332869 +0000
@@ -1,3 +1,10 @@
+haskell-stream (0.4.6-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:43:23 +0200
+
 haskell-stream (0.4.6-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-stream//control new-haskell-stream//control
--- old-haskell-stream//control	2013-05-26 07:46:17.830713046 +0000
+++ new-haskell-stream//control	2013-05-26 07:46:17.842570595 +0000
@@ -29,10 +29,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-stream-prof
 Section: haskell
@@ -41,10 +41,10 @@
   , ${misc:Depends}
 Provides: ${haskell:Provides}
 Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-stream-doc
 Section: doc
@@ -54,8 +54,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Haskell stream (infinite list) library for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Provides functions, analogous to those from Data.List, to create and
  manipulate infinite lists.
+ .
+ ${haskell:Blurb}
 





More information about the Pkg-haskell-commits mailing list