summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-random/debian/changelog1
-rw-r--r--p/haskell-random/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-random/debian/changelog b/p/haskell-random/debian/changelog
index 7e6a15251..c63ea4714 100644
--- a/p/haskell-random/debian/changelog
+++ b/p/haskell-random/debian/changelog
@@ -1,6 +1,7 @@
haskell-random (1.0.1.1-3) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:45 +0200
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}