diff options
Diffstat (limited to 'p/haskell-optparse-applicative/debian')
-rw-r--r-- | p/haskell-optparse-applicative/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-optparse-applicative/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-optparse-applicative/debian/changelog b/p/haskell-optparse-applicative/debian/changelog index f2fa2249b..2a95dbc4d 100644 --- a/p/haskell-optparse-applicative/debian/changelog +++ b/p/haskell-optparse-applicative/debian/changelog @@ -5,6 +5,7 @@ haskell-optparse-applicative (0.4.1-2) UNRELEASED; urgency=low [ Joachim Breitner ] * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Colin Watson <cjwatson@debian.org> Mon, 15 Apr 2013 18:18:38 +0100 diff --git a/p/haskell-optparse-applicative/debian/control b/p/haskell-optparse-applicative/debian/control index c22d43a9d..43680c03e 100644 --- a/p/haskell-optparse-applicative/debian/control +++ b/p/haskell-optparse-applicative/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-transformers-dev (>> 0.2) @@ -34,12 +34,11 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: utilities and combinators for parsing command-line options +Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb} This is a library for constructing command-line option parsers in the applicative style. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-optparse-applicative-prof Architecture: any @@ -48,12 +47,11 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: utilities and combinators for parsing command-line options; profiling libs +Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb} This is a library for constructing command-line option parsers in the applicative style. . - 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-optparse-applicative-doc Section: doc @@ -61,10 +59,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: utilities and combinators for parsing command-line options; documentation +Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb} This is a library for constructing command-line option parsers in the applicative style. . - 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} |