[Pkg-haskell-commits] darcs: haskell-iospec: 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:44:05 UTC 2013


Sat May 25 21:42:55 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: 80e2d3b53e6a5c096a76707790011f40

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

Sat May 25 21:42:55 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: 80e2d3b53e6a5c096a76707790011f40
diff -rN -u old-haskell-iospec//changelog new-haskell-iospec//changelog
--- old-haskell-iospec//changelog	2013-05-26 07:44:05.527037881 +0000
+++ new-haskell-iospec//changelog	2013-05-26 07:44:05.539037301 +0000
@@ -1,3 +1,10 @@
+haskell-iospec (0.2.5-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:42:55 +0200
+
 haskell-iospec (0.2.5-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-iospec//control new-haskell-iospec//control
--- old-haskell-iospec//control	2013-05-26 07:44:05.483038672 +0000
+++ new-haskell-iospec//control	2013-05-26 07:44:05.531037975 +0000
@@ -32,8 +32,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Pure specification of the IO monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It consists of several modules, that give a pure specification
  of functions in the IO monad:
  .
@@ -63,6 +61,8 @@
  .
  There are several well-documented examples included with the source
  distribution.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-iospec-prof
 Architecture: any
@@ -72,8 +72,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Pure specification of the IO monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Test.IOSpec.Fork: a pure specification of forkIO.
  .
  Test.IOSpec.IORef: a pure specification of most functions that create and
@@ -100,6 +98,8 @@
  .
  There are several well-documented examples included with the source
  distribution.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-iospec-doc
 Section: doc
@@ -108,8 +108,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Pure specification of the IO monad${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Test.IOSpec.Fork: a pure specification of forkIO.
  .
  Test.IOSpec.IORef: a pure specification of most functions that create and
@@ -136,3 +134,5 @@
  .
  There are several well-documented examples included with the source
  distribution.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list