diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:01 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:56:01 +0400 |
| commit | 32ec75bacd2d3a2168cb37c0b67f9709a133be1f (patch) | |
| tree | 67c05ea958860e992316ddc2ea0910fd763ed163 /p/haskell-tls | |
| parent | 021092216dcdbad9296f467b7e952d6aae5cbfb7 (diff) | |
| download | DHG_packages-32ec75bacd2d3a2168cb37c0b67f9709a133be1f.tar.gz | |
haskell-tls: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-tls')
| -rw-r--r-- | p/haskell-tls/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-tls/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-tls/debian/changelog b/p/haskell-tls/debian/changelog index daf53b172..e9e9586a1 100644 --- a/p/haskell-tls/debian/changelog +++ b/p/haskell-tls/debian/changelog @@ -1,6 +1,7 @@ haskell-tls (1.1.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:17 +0200 diff --git a/p/haskell-tls/debian/control b/p/haskell-tls/debian/control index b00cb1e30..b45addc87 100644 --- a/p/haskell-tls/debian/control +++ b/p/haskell-tls/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-cereal-dev (>> 0.3) @@ -49,9 +49,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: native Haskell implementation of TLS/SSL protocol - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb} + ${haskell:Blurb} . It is a native TLS protocol implementation, focusing on purity and more type-checking. @@ -69,10 +68,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: native Haskell implementation of TLS/SSL protocol; 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: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb} + ${haskell:Blurb} . It is a native TLS protocol implementation, focusing on purity and more type-checking. @@ -89,10 +86,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: native Haskell implementation of TLS/SSL protocol; 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: native Haskell implementation of TLS/SSL protocol${haskell:ShortBlurb} + ${haskell:Blurb} . It is a native TLS protocol implementation, focusing on purity and more type-checking. |
