diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:29 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:29 +0400 |
| commit | 2ffd47591dc9ab31a033afa08928b444c0f10f90 (patch) | |
| tree | 40ee7ef8ab1acaecd77ceb120a5a834876e6cccd /p/haskell-openglraw | |
| parent | aa207910fd3530b966bbf3bc1f895fe98c124743 (diff) | |
| download | DHG_packages-2ffd47591dc9ab31a033afa08928b444c0f10f90.tar.gz | |
haskell-openglraw: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-openglraw')
| -rw-r--r-- | p/haskell-openglraw/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-openglraw/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-openglraw/debian/changelog b/p/haskell-openglraw/debian/changelog index 1d35ca2e0..37ef7c24f 100644 --- a/p/haskell-openglraw/debian/changelog +++ b/p/haskell-openglraw/debian/changelog @@ -2,6 +2,7 @@ haskell-openglraw (1.3.0.0-2) UNRELEASED; urgency=low * Enable compat level 9 * Bump standards version to 3.9.4 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:31 +0200 diff --git a/p/haskell-openglraw/debian/control b/p/haskell-openglraw/debian/control index d82426253..371ddf279 100644 --- a/p/haskell-openglraw/debian/control +++ b/p/haskell-openglraw/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joachim Breitner <nomeata@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libgl1-mesa-dev | libgl-dev @@ -24,7 +24,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Raw binding for the OpenGL graphics system +Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb} OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw offers access to all @@ -32,8 +32,7 @@ Description: Raw binding for the OpenGL graphics system extension entries. The module hierarchy closely mirrors the naming structure of the OpenGL extensions, making it easy to find the right module to import. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-openglraw-prof Architecture: any @@ -42,7 +41,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Raw binding for the OpenGL graphics system; profiling libraries +Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb} OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw offers access to all @@ -50,8 +49,7 @@ Description: Raw binding for the OpenGL graphics system; profiling libraries extension entries. The module hierarchy closely mirrors the naming structure of the OpenGL extensions, making it easy to find the right module to import. . - 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-openglraw-doc Section: doc @@ -59,7 +57,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Raw binding for the OpenGL graphics system; documentation +Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb} OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw offers access to all @@ -67,6 +65,4 @@ Description: Raw binding for the OpenGL graphics system; documentation extension entries. The module hierarchy closely mirrors the naming structure of the OpenGL extensions, making it easy to find the right module to import. . - 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} |
