[Pkg-haskell-commits] darcs: haskell-unordered-containers: 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:47 UTC 2013


Sat May 25 21:43:30 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: ff1f9f64c87b2b9919e0b491d8023cb1

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

Sat May 25 21:43:30 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: ff1f9f64c87b2b9919e0b491d8023cb1
diff -rN -u old-haskell-unordered-containers//changelog new-haskell-unordered-containers//changelog
--- old-haskell-unordered-containers//changelog	2013-05-26 07:46:47.403037263 +0000
+++ new-haskell-unordered-containers//changelog	2013-05-26 07:46:47.415037505 +0000
@@ -1,3 +1,10 @@
+haskell-unordered-containers (0.2.3.0-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:30 +0200
+
 haskell-unordered-containers (0.2.3.0-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-unordered-containers//control new-haskell-unordered-containers//control
--- old-haskell-unordered-containers//control	2013-05-26 07:46:47.395037366 +0000
+++ new-haskell-unordered-containers//control	2013-05-26 07:46:47.407039460 +0000
@@ -32,14 +32,14 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Efficient hashing-based container types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It contains efficient hashing-based container types. The containers
  have been optimized for performance critical use, both in terms of
  large data quantities and high speed.
  .
  The declared cost of each operation is either worst-case or
  amortized, but remains valid even if structures are shared.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-unordered-containers-prof
 Architecture: any
@@ -49,14 +49,14 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Efficient hashing-based container types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It contains efficient hashing-based container types. The containers
  have been optimized for performance critical use, both in terms of
  large data quantities and high speed.
  .
  The declared cost of each operation is either worst-case or
  amortized, but remains valid even if structures are shared.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-unordered-containers-doc
 Section: doc
@@ -65,11 +65,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Efficient hashing-based container types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It contains efficient hashing-based container types. The containers
  have been optimized for performance critical use, both in terms of
  large data quantities and high speed.
  .
  The declared cost of each operation is either worst-case or
  amortized, but remains valid even if structures are shared.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list