diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:06 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:06 +0400 |
| commit | 25c913f9345cbf6aeaeef80a782dc88d33e6a126 (patch) | |
| tree | 4ef0615010236f9dc2d1ab1bf5aedaa2e92bc9f6 /p/haskell-vault | |
| parent | f5ef0d5c5021fbdc57c61409ff2c5c6d47875789 (diff) | |
| download | DHG_packages-25c913f9345cbf6aeaeef80a782dc88d33e6a126.tar.gz | |
haskell-vault: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-vault')
| -rw-r--r-- | p/haskell-vault/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-vault/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-vault/debian/changelog b/p/haskell-vault/debian/changelog index ec2fbe3cd..1bee2984b 100644 --- a/p/haskell-vault/debian/changelog +++ b/p/haskell-vault/debian/changelog @@ -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@debian.org> Fri, 24 May 2013 09:55:23 +0200 diff --git a/p/haskell-vault/debian/control b/p/haskell-vault/debian/control index 15e204cb3..45de3f175 100644 --- a/p/haskell-vault/debian/control +++ b/p/haskell-vault/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Clint Adams <clint@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 @@ Depends: ${haskell:Depends} 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 @@ Depends: ${haskell:Depends} 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 @@ Architecture: all 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. |
