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


Sat May 25 21:43:21 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: 184b2d2c36eccd20e84a48465a8db274

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

Sat May 25 21:43:21 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: 184b2d2c36eccd20e84a48465a8db274
diff -rN -u old-haskell-simpleirc//changelog new-haskell-simpleirc//changelog
--- old-haskell-simpleirc//changelog	2013-05-26 07:46:07.071148871 +0000
+++ new-haskell-simpleirc//changelog	2013-05-26 07:46:07.079052087 +0000
@@ -1,3 +1,10 @@
+haskell-simpleirc (0.2.1-5) 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:21 +0200
+
 haskell-simpleirc (0.2.1-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-simpleirc//control new-haskell-simpleirc//control
--- old-haskell-simpleirc//control	2013-05-26 07:46:07.067276489 +0000
+++ new-haskell-simpleirc//control	2013-05-26 07:46:07.075084613 +0000
@@ -26,9 +26,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: simple IRC library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This is meant to be a simple library for creating IRC bots.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-simpleirc-prof
 Architecture: any
@@ -38,9 +38,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: simple IRC library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This is meant to be a simple library for creating IRC bots.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-simpleirc-doc
 Section: doc
@@ -49,6 +49,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: simple IRC library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This is meant to be a simple library for creating IRC bots.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list