diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:37 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:37 +0400 |
commit | cc1ff47a8b6f24b74146aa4ee511bb2d2e9f9a83 (patch) | |
tree | 70c701a9108941cdfd98ddc4268b0d0bda142d59 /p/haskell-data-binary-ieee754 | |
parent | 0b695537ba0c475dd444cbbee4030cfeabc04602 (diff) | |
download | DHG_packages-cc1ff47a8b6f24b74146aa4ee511bb2d2e9f9a83.tar.gz |
haskell-data-binary-ieee754: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-data-binary-ieee754')
-rw-r--r-- | p/haskell-data-binary-ieee754/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-data-binary-ieee754/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-data-binary-ieee754/debian/changelog b/p/haskell-data-binary-ieee754/debian/changelog index 1d57918dd..b0697e7f8 100644 --- a/p/haskell-data-binary-ieee754/debian/changelog +++ b/p/haskell-data-binary-ieee754/debian/changelog @@ -1,6 +1,7 @@ haskell-data-binary-ieee754 (0.4.2.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:12 +0200 diff --git a/p/haskell-data-binary-ieee754/debian/control b/p/haskell-data-binary-ieee754/debian/control index d0a7363e1..f72b6e68d 100644 --- a/p/haskell-data-binary-ieee754/debian/control +++ b/p/haskell-data-binary-ieee754/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-binary-dev @@ -25,9 +25,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: parser/serialiser for IEEE-754 floating-point values - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} + ${haskell:Blurb} . It converts Float and Decimal values to and from raw octets. @@ -38,10 +37,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: parser/serialiser for IEEE-754 floating-point values; 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: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} + ${haskell:Blurb} . It converts Float and Decimal values to and from raw octets. @@ -51,9 +48,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: parser/serialiser for IEEE-754 floating-point values; 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: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} + ${haskell:Blurb} . It converts Float and Decimal values to and from raw octets. |