diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:07 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:07 +0400 |
| commit | 13edc36f784164713d1d8ce04dde134c65438114 (patch) | |
| tree | ab42b72e76e77583d53e09a4e0debf9679d65f68 /p/haskell-vector-space/debian | |
| parent | 669e189bca7d25143effa518b2d45c36c64c763c (diff) | |
| download | DHG_packages-13edc36f784164713d1d8ce04dde134c65438114.tar.gz | |
haskell-vector-space: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-vector-space/debian')
| -rw-r--r-- | p/haskell-vector-space/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-vector-space/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-vector-space/debian/changelog b/p/haskell-vector-space/debian/changelog index 44b829150..9f04cdeb0 100644 --- a/p/haskell-vector-space/debian/changelog +++ b/p/haskell-vector-space/debian/changelog @@ -1,6 +1,7 @@ haskell-vector-space (0.8.6-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:24 +0200 diff --git a/p/haskell-vector-space/debian/control b/p/haskell-vector-space/debian/control index a2b0ad67a..33d7caeb8 100644 --- a/p/haskell-vector-space/debian/control +++ b/p/haskell-vector-space/debian/control @@ -6,7 +6,7 @@ Uploaders: Clint Adams <clint@debian.org>, Iulian Udrea <iulian@physics.org> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-boolean-dev (>= 0.1.0) @@ -32,9 +32,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Vector & affine spaces, linear maps, and derivatives library - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: Vector & affine spaces, linear maps, and derivatives library${haskell:ShortBlurb} + ${haskell:Blurb} . vector-space provides classes and generic operations for vector spaces and affine spaces. It also defines a type of infinite towers of generalized @@ -48,10 +47,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Vector & affine spaces, linear maps, and derivatives library; profiling libs - This package provides a library for the Haskell programming language, - compiled for profiling. - See http://www.haskell.org/ for more information on Haskell. +Description: Vector & affine spaces, linear maps, and derivatives library${haskell:ShortBlurb} + ${haskell:Blurb} . vector-space provides classes and generic operations for vector spaces and affine spaces. It also defines a type of infinite towers of generalized @@ -64,10 +61,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Vector & affine spaces, linear maps, and derivatives 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: Vector & affine spaces, linear maps, and derivatives library${haskell:ShortBlurb} + ${haskell:Blurb} . vector-space provides classes and generic operations for vector spaces and affine spaces. It also defines a type of infinite towers of generalized |
