diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:18 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:18 +0400 |
| commit | 6697ce01fec537c4cc158f1d8a2200f600202da5 (patch) | |
| tree | 42a5c141c51580f6b70e45f2d6e3f96797154060 /p/haskell-math-functions/debian | |
| parent | 88a770ac95ff0086c46fd3541db725d76a545dcc (diff) | |
| download | DHG_packages-6697ce01fec537c4cc158f1d8a2200f600202da5.tar.gz | |
haskell-math-functions: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-math-functions/debian')
| -rw-r--r-- | p/haskell-math-functions/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-math-functions/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-math-functions/debian/changelog b/p/haskell-math-functions/debian/changelog index 27fa102dc..be7228188 100644 --- a/p/haskell-math-functions/debian/changelog +++ b/p/haskell-math-functions/debian/changelog @@ -1,6 +1,7 @@ haskell-math-functions (0.1.1.0-4) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:16 +0200 diff --git a/p/haskell-math-functions/debian/control b/p/haskell-math-functions/debian/control index 2d1105a1d..345630a49 100644 --- a/p/haskell-math-functions/debian/control +++ b/p/haskell-math-functions/debian/control @@ -6,7 +6,7 @@ Uploaders: Iulian Udrea <iulian@physics.org> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), cdbs, - haskell-devscripts (>= 0.8.13), + haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libghc-erf-dev (>= 2), @@ -25,13 +25,12 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Special functions and Chebyshev polynomials +Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb} This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-math-functions-prof Architecture: any @@ -39,13 +38,12 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Special functions and Chebyshev polynomials; profiling data +Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb} This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing. . - 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-math-functions-doc Section: doc @@ -53,11 +51,9 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Special functions and Chebyshev polynomials; documentation +Description: Special functions and Chebyshev polynomials${haskell:ShortBlurb} This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing. . - 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} |
