diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:45 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:45 +0400 |
commit | 777804b99ff00346652fc971c47158629c465085 (patch) | |
tree | b6940a5d69daca3c3e4a34e6d33897e8665e3b35 /p/haskell-dual-tree/debian | |
parent | 13b38f1ba22b82ea66cf75884db011b6b250d255 (diff) | |
download | DHG_packages-777804b99ff00346652fc971c47158629c465085.tar.gz |
haskell-dual-tree: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-dual-tree/debian')
-rw-r--r-- | p/haskell-dual-tree/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-dual-tree/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-dual-tree/debian/changelog b/p/haskell-dual-tree/debian/changelog index a87a4fdda..f87c76cd1 100644 --- a/p/haskell-dual-tree/debian/changelog +++ b/p/haskell-dual-tree/debian/changelog @@ -1,6 +1,7 @@ haskell-dual-tree (0.1.0.1-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:23 +0200 diff --git a/p/haskell-dual-tree/debian/control b/p/haskell-dual-tree/debian/control index 835e84c30..505f6e294 100644 --- a/p/haskell-dual-tree/debian/control +++ b/p/haskell-dual-tree/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-semigroups-dev (>= 0.8) @@ -34,7 +34,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Rose trees with cached and accumulating monoidal annotations +Description: Rose trees with cached and accumulating monoidal annotations${haskell:ShortBlurb} Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling (i.e. accumulating) monoidal annotations. . @@ -42,8 +42,7 @@ Description: Rose trees with cached and accumulating monoidal annotations internal nodes, and two types of monoidal annotations, one travelling "up" the tree and one traveling "down". . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-dual-tree-prof Architecture: any @@ -52,7 +51,7 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Rose trees with cached and accumulating monoidal annotations; profiling libraries +Description: Rose trees with cached and accumulating monoidal annotations${haskell:ShortBlurb} Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling (i.e. accumulating) monoidal annotations. . @@ -60,8 +59,7 @@ Description: Rose trees with cached and accumulating monoidal annotations; profi internal nodes, and two types of monoidal annotations, one travelling "up" the tree and one traveling "down". . - 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-dual-tree-doc Section: doc @@ -69,7 +67,7 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Rose trees with cached and accumulating monoidal annotations; documentation +Description: Rose trees with cached and accumulating monoidal annotations${haskell:ShortBlurb} Rose (n-ary) trees with both upwards- (i.e. cached) and downwards-traveling (i.e. accumulating) monoidal annotations. . @@ -77,6 +75,4 @@ Description: Rose trees with cached and accumulating monoidal annotations; docum internal nodes, and two types of monoidal annotations, one travelling "up" the tree and one traveling "down". . - 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} |