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


Sat May 25 21:43:00 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: d61b6b9bb13ad294ed708e4d4c9f2535

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

Sat May 25 21:43:00 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: d61b6b9bb13ad294ed708e4d4c9f2535
diff -rN -u old-haskell-memotrie//changelog new-haskell-memotrie//changelog
--- old-haskell-memotrie//changelog	2013-05-26 07:44:29.615315322 +0000
+++ new-haskell-memotrie//changelog	2013-05-26 07:44:29.627039179 +0000
@@ -1,3 +1,10 @@
+haskell-memotrie (0.6.1-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:43:00 +0200
+
 haskell-memotrie (0.6.1-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-memotrie//control new-haskell-memotrie//control
--- old-haskell-memotrie//control	2013-05-26 07:44:29.591155837 +0000
+++ new-haskell-memotrie//control	2013-05-26 07:44:29.619038397 +0000
@@ -26,10 +26,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: trie-based memo functions${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  MemoTrie provides a basis for memoized functions over some domains,
  using tries.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-memotrie-prof
 Architecture: any
@@ -39,10 +39,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: trie-based memo functions${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  MemoTrie provides a basis for memoized functions over some domains,
  using tries.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-memotrie-doc
 Section: doc
@@ -51,7 +51,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: trie-based memo functions${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  MemoTrie provides a basis for memoized functions over some domains,
  using tries.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list