diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:06 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:06 +0400 |
| commit | 842c72a0e020079d9043ae0b6635d96c05babf24 (patch) | |
| tree | 208169a6e6059b411848a2266f4683c80e7167d1 /p/haskell-vector-algorithms | |
| parent | fa72ed29bf748fec5a6294fef66181961c1d19ac (diff) | |
| download | DHG_packages-842c72a0e020079d9043ae0b6635d96c05babf24.tar.gz | |
haskell-vector-algorithms: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-vector-algorithms')
| -rw-r--r-- | p/haskell-vector-algorithms/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-vector-algorithms/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-vector-algorithms/debian/changelog b/p/haskell-vector-algorithms/debian/changelog index 3fee5b078..d2de2ffd0 100644 --- a/p/haskell-vector-algorithms/debian/changelog +++ b/p/haskell-vector-algorithms/debian/changelog @@ -1,6 +1,7 @@ haskell-vector-algorithms (0.5.4.2-3) 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-algorithms/debian/control b/p/haskell-vector-algorithms/debian/control index 729cde7f5..52c036575 100644 --- a/p/haskell-vector-algorithms/debian/control +++ b/p/haskell-vector-algorithms/debian/control @@ -6,7 +6,7 @@ Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>, Iulian Udrea <iulia DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-vector-dev (>= 0.6) @@ -31,9 +31,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Efficient algorithms for vector array - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: Efficient algorithms for vector array${haskell:ShortBlurb} + ${haskell:Blurb} . Efficient algorithms for vector arrays @@ -45,10 +44,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Efficient algorithms for vector arrays; 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: Efficient algorithms for vector arrays${haskell:ShortBlurb} + ${haskell:Blurb} . Efficient algorithms for vector arrays @@ -58,9 +55,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Efficient algorithms for vector arrays; 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: Efficient algorithms for vector arrays${haskell:ShortBlurb} + ${haskell:Blurb} . Efficient algorithms for vector arrays |
