diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:57 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:57 +0400 |
| commit | ff0bb0f11f2cab7e3da6638937eae3b17489c5ff (patch) | |
| tree | dcbe24a7776509114944852fc6618ac1da215722 /p/haskell-hakyll | |
| parent | c870352585bb5318c051c573846d1819eac3cd8a (diff) | |
| download | DHG_packages-ff0bb0f11f2cab7e3da6638937eae3b17489c5ff.tar.gz | |
haskell-hakyll: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-hakyll')
| -rw-r--r-- | p/haskell-hakyll/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-hakyll/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-hakyll/debian/changelog b/p/haskell-hakyll/debian/changelog index 17bbc7f6d..8e6a345bc 100644 --- a/p/haskell-hakyll/debian/changelog +++ b/p/haskell-hakyll/debian/changelog @@ -1,6 +1,7 @@ haskell-hakyll (4.2.2.0-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:40 +0200 diff --git a/p/haskell-hakyll/debian/control b/p/haskell-hakyll/debian/control index 3337c5cff..d75d36a70 100644 --- a/p/haskell-hakyll/debian/control +++ b/p/haskell-hakyll/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Clint Adams <clint@debian.org>, Kiwamu Okabe <kiwamu@debian.or.jp> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-blaze-html-dev (>> 0.5) @@ -105,9 +105,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: static website compiler library - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: static website compiler library${haskell:ShortBlurb} + ${haskell:Blurb} . Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a @@ -123,10 +122,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: static website compiler library; 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: static website compiler library${haskell:ShortBlurb} + ${haskell:Blurb} . Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a @@ -141,10 +138,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: static website compiler 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: static website compiler library${haskell:ShortBlurb} + ${haskell:Blurb} . Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a |
