diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:30 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:30 +0400 |
| commit | c34d4da2527ea4b4a3103ab3ab192b260f707606 (patch) | |
| tree | c6951ce02758ff4a3c139e02424870bc03214d3c /p/haskell-cpu/debian | |
| parent | b10fe8fbc43609146a724628425b47ae270b1a4a (diff) | |
| download | DHG_packages-c34d4da2527ea4b4a3103ab3ab192b260f707606.tar.gz | |
haskell-cpu: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-cpu/debian')
| -rw-r--r-- | p/haskell-cpu/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-cpu/debian/control | 19 |
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-cpu/debian/changelog b/p/haskell-cpu/debian/changelog index 860021401..28e8b5a39 100644 --- a/p/haskell-cpu/debian/changelog +++ b/p/haskell-cpu/debian/changelog @@ -1,6 +1,7 @@ haskell-cpu (0.1.1-3) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:06 +0200 diff --git a/p/haskell-cpu/debian/control b/p/haskell-cpu/debian/control index dd3890592..2df3948a3 100644 --- a/p/haskell-cpu/debian/control +++ b/p/haskell-cpu/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 Build-Depends-Indep: ghc-doc @@ -22,9 +22,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: low-level routines to get basic properties of the platform - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. +Description: low-level routines to get basic properties of the platform${haskell:ShortBlurb} + ${haskell:Blurb} . It contains low-level routines to get basic properties of the platform, such as endianness and architecture. @@ -36,10 +35,8 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: low-level routines to get basic properties of the platform; 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: low-level routines to get basic properties of the platform${haskell:ShortBlurb} + ${haskell:Blurb} . It contains low-level routines to get basic properties of the platform, such as endianness and architecture. @@ -50,10 +47,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: low-level routines to get basic properties of the platform; 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: low-level routines to get basic properties of the platform${haskell:ShortBlurb} + ${haskell:Blurb} . It contains low-level routines to get basic properties of the platform, such as endianness and architecture. |
