diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:28 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:28 +0400 |
| commit | b67b68190117bb6bc09a21ec6c2e370ed9581d82 (patch) | |
| tree | 1d4644e69275adf5ff7d249ac46140ab6ffb84ab /p/haskell-numtype | |
| parent | 8f2f726d124222d6d928aa5cb4d5bd312c170e3c (diff) | |
| download | DHG_packages-b67b68190117bb6bc09a21ec6c2e370ed9581d82.tar.gz | |
haskell-numtype: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-numtype')
| -rw-r--r-- | p/haskell-numtype/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-numtype/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-numtype/debian/changelog b/p/haskell-numtype/debian/changelog index 225f46858..b9576fc96 100644 --- a/p/haskell-numtype/debian/changelog +++ b/p/haskell-numtype/debian/changelog @@ -1,6 +1,7 @@ haskell-numtype (1.0-4) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:29 +0200 diff --git a/p/haskell-numtype/debian/control b/p/haskell-numtype/debian/control index e16e960a1..9bc8e7323 100644 --- a/p/haskell-numtype/debian/control +++ b/p/haskell-numtype/debian/control @@ -6,7 +6,7 @@ Uploaders: Iulian Udrea <iulian@linux.com> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), cdbs, - haskell-devscripts (>= 0.8.13), + haskell-devscripts (>= 0.8.15), ghc, ghc-prof Build-Depends-Indep: ghc-doc @@ -21,7 +21,7 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: type-level (low cardinality) integers +Description: type-level (low cardinality) integers${haskell:ShortBlurb} This package provides unary type level representations of the (positive and negative) integers and basic operations (addition, subtraction, multiplication, division) on these. Due to the unary implementation the @@ -32,8 +32,7 @@ Description: type-level (low cardinality) integers It is, however, eminently suitable for applications such as representing physical dimensions (see the Dimensional library). . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-numtype-prof Architecture: any @@ -41,7 +40,7 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: type-level (low cardinality) integers; profiling data +Description: type-level (low cardinality) integers${haskell:ShortBlurb} This package provides unary type level representations of the (positive and negative) integers and basic operations (addition, subtraction, multiplication, division) on these. Due to the unary implementation the @@ -52,8 +51,7 @@ Description: type-level (low cardinality) integers; profiling data It is, however, eminently suitable for applications such as representing physical dimensions (see the Dimensional library). . - 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-numtype-doc Section: doc @@ -61,7 +59,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: type-level (low cardinality) integers; documentation +Description: type-level (low cardinality) integers${haskell:ShortBlurb} This package provides unary type level representations of the (positive and negative) integers and basic operations (addition, subtraction, multiplication, division) on these. Due to the unary implementation the @@ -72,6 +70,4 @@ Description: type-level (low cardinality) integers; documentation It is, however, eminently suitable for applications such as representing physical dimensions (see the Dimensional library). . - 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} |
