[Pkg-haskell-commits] darcs: haskell-data-default: 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:42:20 UTC 2013


Sat May 25 21:42:31 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: b68609a5be32602886e87fdc7dd70f05

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

Sat May 25 21:42:31 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: b68609a5be32602886e87fdc7dd70f05
diff -rN -u old-haskell-data-default//changelog new-haskell-data-default//changelog
--- old-haskell-data-default//changelog	2013-05-26 07:42:19.955188496 +0000
+++ new-haskell-data-default//changelog	2013-05-26 07:42:19.959155943 +0000
@@ -1,3 +1,10 @@
+haskell-data-default (0.4.0-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:31 +0200
+
 haskell-data-default (0.4.0-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-data-default//control new-haskell-data-default//control
--- old-haskell-data-default//control	2013-05-26 07:42:19.935300586 +0000
+++ new-haskell-data-default//control	2013-05-26 07:42:19.955188496 +0000
@@ -26,9 +26,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: class for types with a default value${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It provides a class for types with a default value.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-data-default-prof
 Architecture: any
@@ -38,9 +38,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: class for types with a default value${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It provides a class for types with a default value.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-data-default-doc
 Section: doc
@@ -49,6 +49,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: class for types with a default value${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It provides a class for types with a default value.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list