diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:13 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:13 +0400 |
| commit | 7d89c5a5d6456ff3138b61af24157c1de3e0b6f0 (patch) | |
| tree | aaf07e50d90abe1eab0ffee3627cc0a7e6274f6d /p/haskell-leksah-server | |
| parent | 5ba380651d1a66541ec74c82b37e8870ada916e8 (diff) | |
| download | DHG_packages-7d89c5a5d6456ff3138b61af24157c1de3e0b6f0.tar.gz | |
haskell-leksah-server: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-leksah-server')
| -rw-r--r-- | p/haskell-leksah-server/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-leksah-server/debian/control | 15 |
2 files changed, 7 insertions, 9 deletions
diff --git a/p/haskell-leksah-server/debian/changelog b/p/haskell-leksah-server/debian/changelog index 6eecb4351..06a032345 100644 --- a/p/haskell-leksah-server/debian/changelog +++ b/p/haskell-leksah-server/debian/changelog @@ -5,6 +5,7 @@ haskell-leksah-server (0.12.1.2-2) UNRELEASED; urgency=low [ Joachim Breitner ] * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Iain Lane <laney@debian.org> Sun, 14 Apr 2013 11:16:11 +0100 diff --git a/p/haskell-leksah-server/debian/control b/p/haskell-leksah-server/debian/control index b0febb4c4..cccc55f2b 100644 --- a/p/haskell-leksah-server/debian/control +++ b/p/haskell-leksah-server/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 , libghc-binary-shared-dev (>= 0.8) , libghc-binary-shared-dev (<< 0.9) @@ -51,7 +51,7 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell- Package: leksah-server Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} -Description: haskell editor - GHC interface +Description: haskell editor - GHC interface${haskell:ShortBlurb} Leksah is an Haskell IDE. It is written in Haskell and provides a graphical interface based on Gtk. Leksah is a practical tool to support the Haskell development process. @@ -67,9 +67,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: haskell editor - GHC interface library - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: haskell editor - GHC interface library${haskell:ShortBlurb} + ${haskell:Blurb} . The library is used by the leksah package to interface with the leksah server. It is not required to use leksah, only to build it. @@ -80,10 +79,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: haskell editor - GHC interface library; 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: haskell editor - GHC interface library${haskell:ShortBlurb} + ${haskell:Blurb} . The library is used by the leksah package to interface with the leksah server. It is not required to use leksah, only to build it. |
