summaryrefslogtreecommitdiff
path: root/p/haskell-random/debian/control
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:39 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:39 +0400
commit6354e50c7966de72106b62e849d5008fc4fd64a8 (patch)
treeb0794d0f3f4ac24728453666cfefe6584fb615d1 /p/haskell-random/debian/control
parent84c302858a1a1583b8f3fef60493f932dda8c307 (diff)
downloadDHG_packages-6354e50c7966de72106b62e849d5008fc4fd64a8.tar.gz
haskell-random: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-random/debian/control')
-rw-r--r--p/haskell-random/debian/control18
1 files changed, 7 insertions, 11 deletions
diff --git a/p/haskell-random/debian/control b/p/haskell-random/debian/control
index f1c5a4b16..a6f95ff3d 100644
--- a/p/haskell-random/debian/control
+++ b/p/haskell-random/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breiter <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,12 +22,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Random number generator for Haskell
+Description: Random number generator for Haskell${haskell:ShortBlurb}
This package provides a basic random number generation library, including
the ability to split random number generators.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-random-prof
Architecture: any
@@ -36,12 +35,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Random number generator for Haskell; profiling libraries
+Description: Random number generator for Haskell${haskell:ShortBlurb}
This package provides a basic random number generation library, including
the ability to split random number generators.
.
- 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-random-doc
Section: doc
@@ -49,10 +47,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Random number generator for Haskell; documentation
+Description: Random number generator for Haskell${haskell:ShortBlurb}
This package provides a basic random number generation library, including
the ability to split random number generators.
.
- 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}