diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:18 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:18 +0400 |
| commit | 8705c24441814dc4d58617c97fd1aef06493d49d (patch) | |
| tree | d9164400eff746680582c57a6084cf17f841f3f5 /p/haskell-yesod-form | |
| parent | 724be8e4f2c74edbf7d859bdb2e97e903cbd6c61 (diff) | |
| download | DHG_packages-8705c24441814dc4d58617c97fd1aef06493d49d.tar.gz | |
haskell-yesod-form: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-yesod-form')
| -rw-r--r-- | p/haskell-yesod-form/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-yesod-form/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-yesod-form/debian/changelog b/p/haskell-yesod-form/debian/changelog index 9e016c5fa..c27f7f24f 100644 --- a/p/haskell-yesod-form/debian/changelog +++ b/p/haskell-yesod-form/debian/changelog @@ -1,6 +1,7 @@ haskell-yesod-form (1.2.1.3-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:37 +0200 diff --git a/p/haskell-yesod-form/debian/control b/p/haskell-yesod-form/debian/control index 8f9b4e8ee..070b2dafb 100644 --- a/p/haskell-yesod-form/debian/control +++ b/p/haskell-yesod-form/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-aeson-dev @@ -89,9 +89,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: framework for type-safe, RESTful web applications - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: framework for type-safe, RESTful web applications${haskell:ShortBlurb} + ${haskell:Blurb} . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. @@ -105,10 +104,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: framework for type-safe, RESTful web applications; 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: framework for type-safe, RESTful web applications${haskell:ShortBlurb} + ${haskell:Blurb} . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. @@ -121,10 +118,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: framework for type-safe, RESTful web applications; 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: framework for type-safe, RESTful web applications${haskell:ShortBlurb} + ${haskell:Blurb} . Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. |
