diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:18 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:18 +0400 |
commit | 81add1bb201f263f77329390bddaf39d0f2dd0a2 (patch) | |
tree | 5d4b3c9564bfe43177ec28a6818ac98d51430992 /p/haskell-boolean | |
parent | b006f915e85b2657d8b69d4146e713e768f60e5e (diff) | |
download | DHG_packages-81add1bb201f263f77329390bddaf39d0f2dd0a2.tar.gz |
haskell-boolean: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-boolean')
-rw-r--r-- | p/haskell-boolean/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-boolean/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-boolean/debian/changelog b/p/haskell-boolean/debian/changelog index 5d1183c78..e207efc4a 100644 --- a/p/haskell-boolean/debian/changelog +++ b/p/haskell-boolean/debian/changelog @@ -1,6 +1,7 @@ haskell-boolean (0.1.2-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:52:50 +0200 diff --git a/p/haskell-boolean/debian/control b/p/haskell-boolean/debian/control index 93f0c6f5a..226bd1d77 100644 --- a/p/haskell-boolean/debian/control +++ b/p/haskell-boolean/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: generalized booleans - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: generalized booleans${haskell:ShortBlurb} + ${haskell:Blurb} . It contains some classes for generalized boolean operations. @@ -35,10 +34,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: generalized booleans; 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: generalized booleans${haskell:ShortBlurb} + ${haskell:Blurb} . It contains some classes for generalized boolean operations. @@ -48,9 +45,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: generalized booleans; 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: generalized booleans${haskell:ShortBlurb} + ${haskell:Blurb} . It contains some classes for generalized boolean operations. |