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


Sat May 25 21:43: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: 23fc1248cf7e9edbe2e3e0653161950c

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

Sat May 25 21:43: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: 23fc1248cf7e9edbe2e3e0653161950c
diff -rN -u old-haskell-vector//changelog new-haskell-vector//changelog
--- old-haskell-vector//changelog	2013-05-26 07:46:58.779037210 +0000
+++ new-haskell-vector//changelog	2013-05-26 07:46:58.787036273 +0000
@@ -1,3 +1,10 @@
+haskell-vector (0.10.0.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:32 +0200
+
 haskell-vector (0.10.0.1-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-vector//control new-haskell-vector//control
--- old-haskell-vector//control	2013-05-26 07:46:58.767037818 +0000
+++ new-haskell-vector//control	2013-05-26 07:46:58.783036530 +0000
@@ -28,10 +28,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Efficient Arrays for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  An efficient implementation of Int-indexed arrays (both mutable and
  immutable), with a powerful loop fusion optimization framework.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-vector-prof
 Architecture: any
@@ -42,10 +42,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Efficient Arrays for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  An efficient implementation of Int-indexed arrays (both mutable and
  immutable), with a powerful loop fusion optimization framework.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-vector-doc
 Section: doc
@@ -54,7 +54,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Efficient Arrays for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  An efficient implementation of Int-indexed arrays (both mutable and
  immutable), with a powerful loop fusion optimization framework.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list