diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:34 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:34 +0400 |
| commit | 1f6c71fb7deccb2fdf0112d00dd8b1c4351494ef (patch) | |
| tree | 690bb51862e92a6be4cc60cb3705da32c36e8522 /p/haskell-crypto-random-api | |
| parent | 92ef44c8ece1a23c015d3304104c00d782633811 (diff) | |
| download | DHG_packages-1f6c71fb7deccb2fdf0112d00dd8b1c4351494ef.tar.gz | |
haskell-crypto-random-api: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-crypto-random-api')
| -rw-r--r-- | p/haskell-crypto-random-api/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-crypto-random-api/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-crypto-random-api/debian/changelog b/p/haskell-crypto-random-api/debian/changelog index 24ff53bbf..fe03ad195 100644 --- a/p/haskell-crypto-random-api/debian/changelog +++ b/p/haskell-crypto-random-api/debian/changelog @@ -1,6 +1,7 @@ haskell-crypto-random-api (0.2.0-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:09 +0200 diff --git a/p/haskell-crypto-random-api/debian/control b/p/haskell-crypto-random-api/debian/control index 067d0fd89..e19c637a6 100644 --- a/p/haskell-crypto-random-api/debian/control +++ b/p/haskell-crypto-random-api/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-entropy-dev @@ -25,7 +25,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: simple random generators API for cryptography related code +Description: simple random generators API for cryptography related code${haskell:ShortBlurb} This provides a class of Cryptographic Secure Random generator. . The main difference with the generic Haskell RNG is that it return bytes @@ -39,8 +39,7 @@ Description: simple random generators API for cryptography related code . The CPRG need to be able to generate up to 2^20 bytes in one call. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-crypto-random-api-prof Architecture: any @@ -49,7 +48,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: simple random generators API for crypto-related code; profiling libraries +Description: simple random generators API for crypto-related code${haskell:ShortBlurb} This provides a class of Cryptographic Secure Random generator. . The main difference with the generic Haskell RNG is that it return bytes @@ -63,8 +62,7 @@ Description: simple random generators API for crypto-related code; profiling lib . The CPRG need to be able to generate up to 2^20 bytes in one call. . - 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-crypto-random-api-doc Section: doc @@ -72,7 +70,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: simple random generators API for cryptography related code; documentation +Description: simple random generators API for cryptography related code${haskell:ShortBlurb} This provides a class of Cryptographic Secure Random generator. . The main difference with the generic Haskell RNG is that it return bytes @@ -86,6 +84,4 @@ Description: simple random generators API for cryptography related code; documen . The CPRG need to be able to generate up to 2^20 bytes in one call. . - 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} |
