summaryrefslogtreecommitdiff
path: root/p/haskell-lrucache
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:16 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:16 +0400
commit6b11cd021a842787bd8fbd23ccf219be9220a773 (patch)
tree594b9ff90ed9a3e88d2053a020010c20e0d26e62 /p/haskell-lrucache
parent9bd79136acab308f4352176fe0b1ba5937515357 (diff)
downloadDHG_packages-6b11cd021a842787bd8fbd23ccf219be9220a773.tar.gz
haskell-lrucache: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-lrucache')
-rw-r--r--p/haskell-lrucache/debian/changelog1
-rw-r--r--p/haskell-lrucache/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-lrucache/debian/changelog b/p/haskell-lrucache/debian/changelog
index db363c14b..15150ffb1 100644
--- a/p/haskell-lrucache/debian/changelog
+++ b/p/haskell-lrucache/debian/changelog
@@ -2,6 +2,7 @@ haskell-lrucache (1.1.1.3-2) UNRELEASED; urgency=low
* Enable compat level 9
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:15 +0200
diff --git a/p/haskell-lrucache/debian/control b/p/haskell-lrucache/debian/control
index fc8c9f8b9..b5aac966f 100644
--- a/p/haskell-lrucache/debian/control
+++ b/p/haskell-lrucache/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@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,15 +22,14 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: simple, pure least-recent-used cache
+Description: simple, pure least-recent-used cache${haskell:ShortBlurb}
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-lrucache-prof
Architecture: any
@@ -39,15 +38,14 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: simple, pure least-recent-used cache; profiling libraries
+Description: simple, pure least-recent-used cache${haskell:ShortBlurb}
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-lrucache-doc
Section: doc
@@ -55,13 +53,11 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: simple, pure least-recent-used cache; documentation
+Description: simple, pure least-recent-used cache${haskell:ShortBlurb}
This package contains a simple, pure LRU cache, implemented in terms of
"Data.Map".
.
It also contains a mutable IO wrapper providing atomic updates to an LRU
cache.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}