summaryrefslogtreecommitdiff
path: root/p/haskell-io-storage
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:10 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:10 +0400
commitf6e93fc481fad4635d9b2dc6c76bce7d7a72eb5a (patch)
tree21992483d52c3cdfd7880a4a6bd091b3975f18fd /p/haskell-io-storage
parent43410367d3a4927d16a671ba00e6ed4583ec3361 (diff)
downloadDHG_packages-f6e93fc481fad4635d9b2dc6c76bce7d7a72eb5a.tar.gz
haskell-io-storage: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-io-storage')
-rw-r--r--p/haskell-io-storage/debian/changelog1
-rw-r--r--p/haskell-io-storage/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-io-storage/debian/changelog b/p/haskell-io-storage/debian/changelog
index 0f44e943f..0f1d8cd38 100644
--- a/p/haskell-io-storage/debian/changelog
+++ b/p/haskell-io-storage/debian/changelog
@@ -1,6 +1,7 @@
haskell-io-storage (0.3-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:06 +0200
diff --git a/p/haskell-io-storage/debian/control b/p/haskell-io-storage/debian/control
index 81310d0ea..36a4a8b73 100644
--- a/p/haskell-io-storage/debian/control
+++ b/p/haskell-io-storage/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
Build-Depends-Indep: ghc-doc
@@ -22,9 +22,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: key-value store in the IO monad
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: key-value store in the IO monad${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library allows an application to extend the 'global state'
hidden inside the IO monad with semi-arbitrary data. Data is
@@ -39,10 +38,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: key-value store in the IO monad; 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: key-value store in the IO monad${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library allows an application to extend the 'global state'
hidden inside the IO monad with semi-arbitrary data. Data is
@@ -56,10 +53,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: key-value store in the IO monad; 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: key-value store in the IO monad${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library allows an application to extend the 'global state'
hidden inside the IO monad with semi-arbitrary data. Data is