diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:12 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:12 +0400 |
| commit | 699b113b257877404cbf4ebe99cf1ce5385ed091 (patch) | |
| tree | 8a46c41813197875307add661359c0884e8a1818 /p/haskell-web-plugins/debian | |
| parent | b3b0bb244b71c3f8c2060d53ddfbc9be81b6d2a3 (diff) | |
| download | DHG_packages-699b113b257877404cbf4ebe99cf1ce5385ed091.tar.gz | |
haskell-web-plugins: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-web-plugins/debian')
| -rw-r--r-- | p/haskell-web-plugins/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-web-plugins/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-web-plugins/debian/changelog b/p/haskell-web-plugins/debian/changelog index 7fa1a326c..d9e36dea1 100644 --- a/p/haskell-web-plugins/debian/changelog +++ b/p/haskell-web-plugins/debian/changelog @@ -1,6 +1,7 @@ haskell-web-plugins (0.2.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:55:30 +0200 diff --git a/p/haskell-web-plugins/debian/control b/p/haskell-web-plugins/debian/control index 51eaf1c09..e76be0d25 100644 --- a/p/haskell-web-plugins/debian/control +++ b/p/haskell-web-plugins/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-mtl-dev (>> 2.1) @@ -34,11 +34,10 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: dynamic plugin system for web applications +Description: dynamic plugin system for web applications${haskell:ShortBlurb} This library provides a dynamic plugin system for web applications. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-web-plugins-prof Architecture: any @@ -47,11 +46,10 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: dynamic plugin system for web applications; profiling libraries +Description: dynamic plugin system for web applications${haskell:ShortBlurb} This library provides a dynamic plugin system for web applications. . - 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-web-plugins-doc Section: doc @@ -59,9 +57,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: dynamic plugin system for web applications; documentation +Description: dynamic plugin system for web applications${haskell:ShortBlurb} This library provides a dynamic plugin system for web applications. . - 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} |
