[Pkg-haskell-commits] darcs: haskell-dual-tree: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:31 UTC 2013
Fri May 24 08:54:45 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 4a8e5838ae54762573780e3c8cd08810
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:45 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 4a8e5838ae54762573780e3c8cd08810
diff -rN -u old-haskell-dual-tree//changelog new-haskell-dual-tree//changelog
--- old-haskell-dual-tree//changelog 2013-05-24 09:22:31.735037056 +0000
+++ new-haskell-dual-tree//changelog 2013-05-24 09:22:31.739036714 +0000
@@ -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 at debian.org> Fri, 24 May 2013 09:53:23 +0200
diff -rN -u old-haskell-dual-tree//control new-haskell-dual-tree//control
--- old-haskell-dual-tree//control 2013-05-24 09:22:31.731037023 +0000
+++ new-haskell-dual-tree//control 2013-05-24 09:22:31.739036714 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at 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 @@
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 @@
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 @@
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 @@
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 @@
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 @@
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}
More information about the Pkg-haskell-commits
mailing list