diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:40 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:40 +0400 |
| commit | 41cbc43c06cf75175202394112a5d259cda31d98 (patch) | |
| tree | 6f6cbc90827b36430e84a6aa922ecf57deb15b54 /p/haskell-random-shuffle/debian | |
| parent | 7d98e58ead6f5db2fc7a9a761d51cf5b450cac7a (diff) | |
| download | DHG_packages-41cbc43c06cf75175202394112a5d259cda31d98.tar.gz | |
haskell-random-shuffle: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-random-shuffle/debian')
| -rw-r--r-- | p/haskell-random-shuffle/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-random-shuffle/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-random-shuffle/debian/changelog b/p/haskell-random-shuffle/debian/changelog index e8232057e..013eed7de 100644 --- a/p/haskell-random-shuffle/debian/changelog +++ b/p/haskell-random-shuffle/debian/changelog @@ -1,6 +1,7 @@ haskell-random-shuffle (0.0.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:54:45 +0200 diff --git a/p/haskell-random-shuffle/debian/control b/p/haskell-random-shuffle/debian/control index e60f0c2f7..abf99b33f 100644 --- a/p/haskell-random-shuffle/debian/control +++ b/p/haskell-random-shuffle/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-monadrandom-dev @@ -28,13 +28,12 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: random shuffle library +Description: random shuffle library${haskell:ShortBlurb} Random shuffle implementation, on immutable lists. Based on "perfect shuffle" implementation by Oleg Kiselyov, available at http://okmij.org/ftp/Haskell/perfect-shuffle.txt . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-random-shuffle-prof Architecture: any @@ -43,13 +42,12 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: random shuffle library; profiling libraries +Description: random shuffle library${haskell:ShortBlurb} Random shuffle implementation, on immutable lists. Based on "perfect shuffle" implementation by Oleg Kiselyov, available at http://okmij.org/ftp/Haskell/perfect-shuffle.txt . - 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-random-shuffle-doc Section: doc @@ -57,11 +55,9 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: random shuffle library; documentation +Description: random shuffle library${haskell:ShortBlurb} Random shuffle implementation, on immutable lists. Based on "perfect shuffle" implementation by Oleg Kiselyov, available at http://okmij.org/ftp/Haskell/perfect-shuffle.txt . - 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} |
