summaryrefslogtreecommitdiff
path: root/p/haskell-vector/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:56:06 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:56:06 +0400
commitf5ef0d5c5021fbdc57c61409ff2c5c6d47875789 (patch)
tree3270270b662271823abd2268d0e9b6c202a08f00 /p/haskell-vector/debian
parent842c72a0e020079d9043ae0b6635d96c05babf24 (diff)
downloadDHG_packages-f5ef0d5c5021fbdc57c61409ff2c5c6d47875789.tar.gz
haskell-vector: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-vector/debian')
-rw-r--r--p/haskell-vector/debian/changelog1
-rw-r--r--p/haskell-vector/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 9ebfa61e7..4751a23b9 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,6 +1,7 @@
haskell-vector (0.10.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-vector/debian/control b/p/haskell-vector/debian/control
index 902a31753..d46ba6197 100644
--- a/p/haskell-vector/debian/control
+++ b/p/haskell-vector/debian/control
@@ -6,7 +6,7 @@ Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>, Iulian Udrea <iulia
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-primitive-dev (>= 0.5.0.1)
@@ -27,9 +27,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Efficient Arrays for Haskell
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Efficient Arrays for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.
@@ -42,10 +41,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Efficient Arrays for Haskell; 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: Efficient Arrays for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.
@@ -56,10 +53,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Efficient Arrays for Haskell; 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: Efficient Arrays for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
An efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization framework.