diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:14 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:14 +0400 |
| commit | 90ba96949d41a49063baf48184b61ca748eda3ba (patch) | |
| tree | d05dd6411764f82b9409a23dd0c86188d390a37b /p/haskell-binary-shared | |
| parent | 68ebbad515034f18b1bb097ec377fcde040c07a6 (diff) | |
| download | DHG_packages-90ba96949d41a49063baf48184b61ca748eda3ba.tar.gz | |
haskell-binary-shared: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-binary-shared')
| -rw-r--r-- | p/haskell-binary-shared/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-binary-shared/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-binary-shared/debian/changelog b/p/haskell-binary-shared/debian/changelog index 422f2e47f..d1aaaeea0 100644 --- a/p/haskell-binary-shared/debian/changelog +++ b/p/haskell-binary-shared/debian/changelog @@ -1,6 +1,7 @@ haskell-binary-shared (0.8.2-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:52:45 +0200 diff --git a/p/haskell-binary-shared/debian/control b/p/haskell-binary-shared/debian/control index 800462fd4..561702d66 100644 --- a/p/haskell-binary-shared/debian/control +++ b/p/haskell-binary-shared/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joachim Breitner <nomeata@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-mtl-dev (>= 1.1.0.2) @@ -28,9 +28,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: sharing-enhanced binary encoding - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: sharing-enhanced binary encoding${haskell:ShortBlurb} + ${haskell:Blurb} . This library is similar to the haskell binary library, but add support to sharing identical element occuring in the data to be (de-)serialized. @@ -43,10 +42,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: sharing-enhanced binary encoding; 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: sharing-enhanced binary encoding${haskell:ShortBlurb} + ${haskell:Blurb} . This library is similar to the haskell binary library, but add support to sharing identical element occuring in the data to be (de-)serialized. @@ -57,10 +54,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: sharing-enhanced binary encoding; 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: sharing-enhanced binary encoding${haskell:ShortBlurb} + ${haskell:Blurb} . This library is similar to the haskell binary library, but add support to sharing identical element occuring in the data to be (de-)serialized. |
