[Pkg-haskell-commits] darcs: haskell-strict: 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:19 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: 75078859748a03faa5b40822b087a321

    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: 75078859748a03faa5b40822b087a321
diff -rN -u old-haskell-strict//changelog new-haskell-strict//changelog
--- old-haskell-strict//changelog	2013-05-26 07:46:19.798083923 +0000
+++ new-haskell-strict//changelog	2013-05-26 07:46:19.806067711 +0000
@@ -1,3 +1,10 @@
+haskell-strict (0.3.2-7) 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:24 +0200
+
 haskell-strict (0.3.2-6) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-strict//control new-haskell-strict//control
--- old-haskell-strict//control	2013-05-26 07:46:19.794067780 +0000
+++ new-haskell-strict//control	2013-05-26 07:46:19.802067687 +0000
@@ -23,10 +23,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package provides strict versions of some standard Haskell data types
  (pairs, Maybe and Either). It also contains strict IO operations.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-strict-prof
 Architecture: any
@@ -36,10 +36,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package provides strict versions of some standard Haskell data types
  (pairs, Maybe and Either). It also contains strict IO operations.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-strict-doc
 Section: doc
@@ -48,7 +48,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Strict variants of standard Haskell datatypes${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package provides strict versions of some standard Haskell data types
  (pairs, Maybe and Either). It also contains strict IO operations.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list