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


Sat May 25 21:43:20 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: 1d9221af2d26a44e70bd3661b6529c27

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

Sat May 25 21:43:20 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: 1d9221af2d26a44e70bd3661b6529c27
diff -rN -u old-haskell-show//changelog new-haskell-show//changelog
--- old-haskell-show//changelog	2013-05-26 07:46:03.087060946 +0000
+++ new-haskell-show//changelog	2013-05-26 07:46:03.095042324 +0000
@@ -1,3 +1,10 @@
+haskell-show (0.4.1.2-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:20 +0200
+
 haskell-show (0.4.1.2-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-show//control new-haskell-show//control
--- old-haskell-show//control	2013-05-26 07:46:03.087060946 +0000
+++ new-haskell-show//control	2013-05-26 07:46:03.090909468 +0000
@@ -35,8 +35,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Show instances for lambdabot${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It contains ShowQ, ShowFun, and SimpleReflect.
  .
  ShowFun gives us Typeable instances for neutering IO expressions.
@@ -45,6 +43,8 @@
  .
  SimpleReflect allows us to literally see how functions expand, through
  appropriate Show magic.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-show-prof
 Architecture: any
@@ -54,8 +54,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Show instances for lambdabot${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It contains ShowQ, ShowFun, and SimpleReflect.
  .
  ShowFun gives us Typeable instances for neutering IO expressions.
@@ -64,6 +62,8 @@
  .
  SimpleReflect allows us to literally see how functions expand, through
  appropriate Show magic.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-show-doc
 Section: doc
@@ -72,8 +72,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Show instances for lambdabot${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It contains ShowQ, ShowFun, and SimpleReflect.
  .
  ShowFun gives us Typeable instances for neutering IO expressions.
@@ -82,5 +80,7 @@
  .
  SimpleReflect allows us to literally see how functions expand, through
  appropriate Show magic.
+ .
+ ${haskell:Blurb}
 
 





More information about the Pkg-haskell-commits mailing list