diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:45 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:45 +0400 |
| commit | 13b38f1ba22b82ea66cf75884db011b6b250d255 (patch) | |
| tree | d8cb9a8fa3baac4a15a57dbb681cbef9e92466ee /p/haskell-dyre | |
| parent | e4728a6b1543de0bb5660592f951485e015e1019 (diff) | |
| download | DHG_packages-13b38f1ba22b82ea66cf75884db011b6b250d255.tar.gz | |
haskell-dyre: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-dyre')
| -rw-r--r-- | p/haskell-dyre/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-dyre/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-dyre/debian/changelog b/p/haskell-dyre/debian/changelog index 6c70e7509..b06fdb9dc 100644 --- a/p/haskell-dyre/debian/changelog +++ b/p/haskell-dyre/debian/changelog @@ -1,6 +1,7 @@ haskell-dyre (0.8.9-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:23 +0200 diff --git a/p/haskell-dyre/debian/control b/p/haskell-dyre/debian/control index 4fc888c25..a6db23047 100644 --- a/p/haskell-dyre/debian/control +++ b/p/haskell-dyre/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-ghc-paths-dev @@ -31,15 +31,14 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: dynamic reconfiguration library +Description: dynamic reconfiguration library${haskell:ShortBlurb} Dyre implements dynamic reconfiguration facilities after the style of Xmonad. Dyre aims to be as simple as possible without sacrificing features, and places an emphasis on simplicity of integration with an application. A full introduction with a complete example project can be found in the documentation for Config.Dyre . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-dyre-prof Architecture: any @@ -48,15 +47,14 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: dynamic reconfiguration library; profiling libraries +Description: dynamic reconfiguration library${haskell:ShortBlurb} Dyre implements dynamic reconfiguration facilities after the style of Xmonad. Dyre aims to be as simple as possible without sacrificing features, and places an emphasis on simplicity of integration with an application. A full introduction with a complete example project can be found in the documentation for Config.Dyre . - 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-dyre-doc Section: doc @@ -64,13 +62,11 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: dynamic reconfiguration library; documentation +Description: dynamic reconfiguration library${haskell:ShortBlurb} Dyre implements dynamic reconfiguration facilities after the style of Xmonad. Dyre aims to be as simple as possible without sacrificing features, and places an emphasis on simplicity of integration with an application. A full introduction with a complete example project can be found in the documentation for Config.Dyre . - 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} |
