diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:53 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:53 +0400 |
| commit | 7caf446c3ae24de8902599fd135ca2ef73ba557e (patch) | |
| tree | c36ada0baa27982dea558b0a9437452f15400dac /p/haskell-stm/debian | |
| parent | 6e297b5fc1c6cf7a32eabdd890f3fd123baab488 (diff) | |
| download | DHG_packages-7caf446c3ae24de8902599fd135ca2ef73ba557e.tar.gz | |
haskell-stm: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-stm/debian')
| -rw-r--r-- | p/haskell-stm/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-stm/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-stm/debian/changelog b/p/haskell-stm/debian/changelog index fc1eb58ab..bc261e666 100644 --- a/p/haskell-stm/debian/changelog +++ b/p/haskell-stm/debian/changelog @@ -1,6 +1,7 @@ haskell-stm (2.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:55:04 +0200 diff --git a/p/haskell-stm/debian/control b/p/haskell-stm/debian/control index 9d001fc85..3d559485d 100644 --- a/p/haskell-stm/debian/control +++ b/p/haskell-stm/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joachim Breitner <nomeata@debian.org> Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof @@ -21,9 +21,8 @@ Depends: ${haskell:Depends} , ${misc:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Haskell Software Transactional Memory library for GHC - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: Haskell Software Transactional Memory library for GHC${haskell:ShortBlurb} + ${haskell:Blurb} . Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. @@ -33,10 +32,8 @@ Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Provides: ${haskell:Provides} -Description: Haskell Software Transactional Memory library for GHC; 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: Haskell Software Transactional Memory library for GHC${haskell:ShortBlurb} + ${haskell:Blurb} . Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. @@ -48,10 +45,8 @@ Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Haskell Software Transactional Memory library for GHC; 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: Haskell Software Transactional Memory library for GHC${haskell:ShortBlurb} + ${haskell:Blurb} . Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. |
