[Pkg-haskell-commits] darcs: haskell-vault: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:56 UTC 2013
Fri May 24 08:56:06 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 63a3d53497c6d74bf807422c94e6390d
M ./changelog +1
M ./control -12 +7
Fri May 24 08:56:06 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 63a3d53497c6d74bf807422c94e6390d
diff -rN -u old-haskell-vault//changelog new-haskell-vault//changelog
--- old-haskell-vault//changelog 2013-05-24 09:30:56.615261931 +0000
+++ new-haskell-vault//changelog 2013-05-24 09:30:56.615261931 +0000
@@ -1,6 +1,7 @@
haskell-vault (0.2.0.1-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:23 +0200
diff -rN -u old-haskell-vault//control new-haskell-vault//control
--- old-haskell-vault//control 2013-05-24 09:30:56.607301061 +0000
+++ new-haskell-vault//control 2013-05-24 09:30:56.619038281 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-hashable-dev (>> 1.1)
@@ -30,9 +30,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: typed, persistent store for values of arbitrary types
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+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.
@@ -47,10 +46,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: typed, persistent store for values of arbitrary types; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+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.
@@ -64,10 +61,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: typed, persistent store for values of arbitrary types; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+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.
More information about the Pkg-haskell-commits
mailing list