[Pkg-haskell-commits] darcs: haskell-vault: 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:56 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: d0a7b9e31ea1fca52c3c42ad6eacda62

    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: d0a7b9e31ea1fca52c3c42ad6eacda62
diff -rN -u old-haskell-vault//changelog new-haskell-vault//changelog
--- old-haskell-vault//changelog	2013-05-26 07:46:56.494010257 +0000
+++ new-haskell-vault//changelog	2013-05-26 07:46:56.503091605 +0000
@@ -1,3 +1,10 @@
+haskell-vault (0.2.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-vault (0.2.0.1-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-vault//control new-haskell-vault//control
--- old-haskell-vault//control	2013-05-26 07:46:56.451083315 +0000
+++ new-haskell-vault//control	2013-05-26 07:46:56.499076226 +0000
@@ -31,13 +31,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: typed, persistent store for values of arbitrary types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A vault is a typed, persistent store for values of arbitrary types. It's
  like having first-class access to the storage space behind IORefs.
  .
  The data structure is analogous to a bank vault, where you can access
  different bank boxes with different keys; hence the name.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-vault-prof
 Architecture: any
@@ -47,13 +47,13 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: typed, persistent store for values of arbitrary types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A vault is a typed, persistent store for values of arbitrary types. It's
  like having first-class access to the storage space behind IORefs.
  .
  The data structure is analogous to a bank vault, where you can access
  different bank boxes with different keys; hence the name.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-vault-doc
 Section: doc
@@ -62,10 +62,10 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: typed, persistent store for values of arbitrary types${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A vault is a typed, persistent store for values of arbitrary types. It's
  like having first-class access to the storage space behind IORefs.
  .
  The data structure is analogous to a bank vault, where you can access
  different bank boxes with different keys; hence the name.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list