diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:20 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:20 +0400 |
commit | c419a671cce6b6b106a25c811a0653e7d6bcf667 (patch) | |
tree | e0d0dd5e5f7e7953501ebf717661c59a43fde4a3 /p/haskell-cairo | |
parent | d22822fddce6921cc5db050afe7c005ac5edc7c9 (diff) | |
download | DHG_packages-c419a671cce6b6b106a25c811a0653e7d6bcf667.tar.gz |
haskell-cairo: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-cairo')
-rw-r--r-- | p/haskell-cairo/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-cairo/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-cairo/debian/changelog b/p/haskell-cairo/debian/changelog index 9892fe280..90deaa81f 100644 --- a/p/haskell-cairo/debian/changelog +++ b/p/haskell-cairo/debian/changelog @@ -1,6 +1,7 @@ haskell-cairo (0.12.4-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:52:54 +0200 diff --git a/p/haskell-cairo/debian/control b/p/haskell-cairo/debian/control index 8894c01bb..a2f19d3fc 100644 --- a/p/haskell-cairo/debian/control +++ b/p/haskell-cairo/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-mtl-dev @@ -28,9 +28,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Binding to the Cairo library - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: Binding to the Cairo library${haskell:ShortBlurb} + ${haskell:Blurb} . Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, @@ -43,10 +42,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Binding to the Cairo 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: Binding to the Cairo library${haskell:ShortBlurb} + ${haskell:Blurb} . Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, @@ -58,10 +55,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Binding to the Cairo 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: Binding to the Cairo library${haskell:ShortBlurb} + ${haskell:Blurb} . Cairo is a library to render high quality vector graphics. There exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, |