diff options
-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} |