[Pkg-haskell-commits] darcs: haskell-data-inttrie: 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:22 UTC 2013


Sat May 25 21:42:32 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: 29bd842bbf4953892e0c4252d38e4fa1

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

Sat May 25 21:42:32 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: 29bd842bbf4953892e0c4252d38e4fa1
diff -rN -u old-haskell-data-inttrie//changelog new-haskell-data-inttrie//changelog
--- old-haskell-data-inttrie//changelog	2013-05-26 07:42:22.071140491 +0000
+++ new-haskell-data-inttrie//changelog	2013-05-26 07:42:22.079037447 +0000
@@ -1,3 +1,10 @@
+haskell-data-inttrie (0.0.8-3) 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:32 +0200
+
 haskell-data-inttrie (0.0.8-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-data-inttrie//control new-haskell-data-inttrie//control
--- old-haskell-data-inttrie//control	2013-05-26 07:42:22.063276135 +0000
+++ new-haskell-data-inttrie//control	2013-05-26 07:42:22.075169546 +0000
@@ -23,9 +23,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Lazy, infinite trie of integers library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It implements a simple, lazy, infinite trie from integers.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-data-inttrie-prof
 Architecture: any
@@ -35,9 +35,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Lazy, infinite trie of integers library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It implements a simple, lazy, infinite trie from integers.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-data-inttrie-doc
 Section: doc
@@ -46,6 +46,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Lazy, infinite trie of integers library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It implements a simple, lazy, infinite trie from integers.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list