diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:47 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:47 +0400 |
| commit | 545c3b79f97729ddb57a297dc079de2f9d672920 (patch) | |
| tree | b43b86a55931ebbd357fc945497afd0911a49772 | |
| parent | fcd95cc36ce4462c91a46cbe381a8898bd220268 (diff) | |
| download | DHG_packages-545c3b79f97729ddb57a297dc079de2f9d672920.tar.gz | |
haskell-shakespeare-css: Use substvars for Haskell description blurbs
| -rw-r--r-- | p/haskell-shakespeare-css/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-shakespeare-css/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-shakespeare-css/debian/changelog b/p/haskell-shakespeare-css/debian/changelog index 347221760..9e3185706 100644 --- a/p/haskell-shakespeare-css/debian/changelog +++ b/p/haskell-shakespeare-css/debian/changelog @@ -1,6 +1,7 @@ haskell-shakespeare-css (1.0.2-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:57 +0200 diff --git a/p/haskell-shakespeare-css/debian/control b/p/haskell-shakespeare-css/debian/control index 223d4c392..7ed8346ea 100644 --- a/p/haskell-shakespeare-css/debian/control +++ b/p/haskell-shakespeare-css/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-parsec3-dev @@ -39,9 +39,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: compile-time CSS templates - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: compile-time CSS templates${haskell:ShortBlurb} + ${haskell:Blurb} . Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be @@ -63,10 +62,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: compile-time CSS templates; 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: compile-time CSS templates${haskell:ShortBlurb} + ${haskell:Blurb} . Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be @@ -87,10 +84,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: compile-time CSS templates; 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: compile-time CSS templates${haskell:ShortBlurb} + ${haskell:Blurb} . Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be |
