diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:27 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:27 +0400 |
commit | 5282358142eb1f7ba7aad05e1f0e38bae448ca5c (patch) | |
tree | 807baa6115b3efd3882983a6363de33c2193511b /p/haskell-cmdargs | |
parent | 9ae71d93a6d90d8493184be98d2d7a02d2a32fd5 (diff) | |
download | DHG_packages-5282358142eb1f7ba7aad05e1f0e38bae448ca5c.tar.gz |
haskell-cmdargs: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-cmdargs')
-rw-r--r-- | p/haskell-cmdargs/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-cmdargs/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-cmdargs/debian/changelog b/p/haskell-cmdargs/debian/changelog index 65dcd1fd4..83498fdc7 100644 --- a/p/haskell-cmdargs/debian/changelog +++ b/p/haskell-cmdargs/debian/changelog @@ -1,6 +1,7 @@ haskell-cmdargs (0.10.1-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:01 +0200 diff --git a/p/haskell-cmdargs/debian/control b/p/haskell-cmdargs/debian/control index 3b4a67641..6c114b923 100644 --- a/p/haskell-cmdargs/debian/control +++ b/p/haskell-cmdargs/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 , ghc-ghci [amd64 i386 kfreebsd-amd64 kfreebsd-i386 sparc] @@ -27,9 +27,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: command-line argument processing - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: command-line argument processing${haskell:ShortBlurb} + ${haskell:Blurb} . It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose @@ -55,10 +54,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: command-line argument processing; 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: command-line argument processing${haskell:ShortBlurb} + ${haskell:Blurb} . It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose @@ -83,10 +80,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: command-line argument processing; 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: command-line argument processing${haskell:ShortBlurb} + ${haskell:Blurb} . It provides an easy way to define command-line parsers. Most users will want to use the System.Console.CmdArgs.Implicit module, whose |