diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:58 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:58 +0400 |
| commit | 9754773271601584674dab29bd40e0502bc1e8e9 (patch) | |
| tree | bcc61f0fa9e764eaa09ceb4e234f5ee7c3e81722 /p/haskell-template | |
| parent | c490cf53bd372c8997a8ddf19c978ce53252a94f (diff) | |
| download | DHG_packages-9754773271601584674dab29bd40e0502bc1e8e9.tar.gz | |
haskell-template: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-template')
| -rw-r--r-- | p/haskell-template/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-template/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-template/debian/changelog b/p/haskell-template/debian/changelog index 0392b8ecd..200dd8f94 100644 --- a/p/haskell-template/debian/changelog +++ b/p/haskell-template/debian/changelog @@ -1,6 +1,7 @@ haskell-template (0.2.0.8-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:11 +0200 diff --git a/p/haskell-template/debian/control b/p/haskell-template/debian/control index 6e9cf2ccd..dfccc1bcc 100644 --- a/p/haskell-template/debian/control +++ b/p/haskell-template/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joachim Breitner <nomeata@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-mtl-dev (>= 1.1) @@ -30,14 +30,13 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: string substitution library +Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-template-prof Architecture: any @@ -46,14 +45,13 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: string substitution library; profiling libraries +Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . - 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-template-doc Section: doc @@ -61,12 +59,10 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: string substitution library; documentation +Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . - 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} |
