diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:07 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:07 +0400 |
commit | 59422b8c1fb1422390298d7f991ad57683f94ffc (patch) | |
tree | b030e87119bbb65ad00c6dbb2d46c83fce645a30 /p/haskell-http-types | |
parent | c5babc0c40cff7b3a1cb0b8cdbef22e56870f9ca (diff) | |
download | DHG_packages-59422b8c1fb1422390298d7f991ad57683f94ffc.tar.gz |
haskell-http-types: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-http-types')
-rw-r--r-- | p/haskell-http-types/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-http-types/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-http-types/debian/changelog b/p/haskell-http-types/debian/changelog index 6b4be6ef1..521a08ca7 100644 --- a/p/haskell-http-types/debian/changelog +++ b/p/haskell-http-types/debian/changelog @@ -1,6 +1,7 @@ haskell-http-types (0.8.0-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:59 +0200 diff --git a/p/haskell-http-types/debian/control b/p/haskell-http-types/debian/control index 090f91100..83f4f287a 100644 --- a/p/haskell-http-types/debian/control +++ b/p/haskell-http-types/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-blaze-builder-dev (>= 0.2.1.4) @@ -37,9 +37,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Generic HTTP types (for both client and server code) - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: Generic HTTP types (for both client and server code)${haskell:ShortBlurb} + ${haskell:Blurb} . It contains generic HTTP types for Haskell (for both client and server code). @@ -51,10 +50,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Generic HTTP types (for both client and server code); 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: Generic HTTP types (for both client and server code)${haskell:ShortBlurb} + ${haskell:Blurb} . It contains generic HTTP types for Haskell (for both client and server code). @@ -65,10 +62,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Generic HTTP types (for both client and server code); 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: Generic HTTP types (for both client and server code)${haskell:ShortBlurb} + ${haskell:Blurb} . It contains generic HTTP types for Haskell (for both client and server code). |