diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:34 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:34 +0400 |
commit | 92ef44c8ece1a23c015d3304104c00d782633811 (patch) | |
tree | 2ce3706e806bce3a44388f11ed0b661a9530f621 /p/haskell-css-text | |
parent | 7d5acf228f8a35f543c2b39275a5f85c824960fe (diff) | |
download | DHG_packages-92ef44c8ece1a23c015d3304104c00d782633811.tar.gz |
haskell-css-text: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-css-text')
-rw-r--r-- | p/haskell-css-text/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-css-text/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-css-text/debian/changelog b/p/haskell-css-text/debian/changelog index 7e96847d2..3dc48920f 100644 --- a/p/haskell-css-text/debian/changelog +++ b/p/haskell-css-text/debian/changelog @@ -1,6 +1,7 @@ haskell-css-text (0.1.1-5) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:09 +0200 diff --git a/p/haskell-css-text/debian/control b/p/haskell-css-text/debian/control index 99737f5fc..6e22b4a54 100644 --- a/p/haskell-css-text/debian/control +++ b/p/haskell-css-text/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 , libghc-attoparsec-dev (>= 0.10) @@ -31,9 +31,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: CSS parser and renderer - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: CSS parser and renderer${haskell:ShortBlurb} + ${haskell:Blurb} . It is a CSS parser and renderer. @@ -44,10 +43,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: CSS parser and renderer; 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: CSS parser and renderer${haskell:ShortBlurb} + ${haskell:Blurb} . It is a CSS parser and renderer. @@ -57,9 +54,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: CSS parser and renderer; 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: CSS parser and renderer${haskell:ShortBlurb} + ${haskell:Blurb} . It is a CSS parser and renderer. |