diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:44 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:44 +0400 |
| commit | e4728a6b1543de0bb5660592f951485e015e1019 (patch) | |
| tree | 98bc13a5708637ca5a28d17dfc07176ca25ab8b0 /p/haskell-dimensional | |
| parent | d46dac159cc7d4a2366f3c3153ed6ec4f0a9913a (diff) | |
| download | DHG_packages-e4728a6b1543de0bb5660592f951485e015e1019.tar.gz | |
haskell-dimensional: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-dimensional')
| -rw-r--r-- | p/haskell-dimensional/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-dimensional/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-dimensional/debian/changelog b/p/haskell-dimensional/debian/changelog index ecb7e90a0..ecf797c89 100644 --- a/p/haskell-dimensional/debian/changelog +++ b/p/haskell-dimensional/debian/changelog @@ -1,6 +1,7 @@ haskell-dimensional (0.10.1.2-4) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:21 +0200 diff --git a/p/haskell-dimensional/debian/control b/p/haskell-dimensional/debian/control index 9f4f40613..7c8b9b05c 100644 --- a/p/haskell-dimensional/debian/control +++ b/p/haskell-dimensional/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, libghc-numtype-dev (<< 1.1), @@ -23,7 +23,7 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: statically checked physical dimensions +Description: statically checked physical dimensions${haskell:ShortBlurb} Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the @@ -34,8 +34,7 @@ Description: statically checked physical dimensions The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-dimensional-prof Architecture: any @@ -43,7 +42,7 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: statically checked physical dimensions; profiling data +Description: statically checked physical dimensions${haskell:ShortBlurb} Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the @@ -54,8 +53,7 @@ Description: statically checked physical dimensions; profiling data The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. . - 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-dimensional-doc Section: doc @@ -63,7 +61,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: statically checked physical dimensions; documentation +Description: statically checked physical dimensions${haskell:ShortBlurb} Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities and units is embedded in their types and the @@ -74,6 +72,4 @@ Description: statically checked physical dimensions; documentation The library is designed to, as far as is practical, enforce/encourage best practices of unit usage. . - 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} |
