[Pkg-haskell-commits] darcs: haskell-fingertree: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:28:02 UTC 2013
Sat May 25 09:07:05 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 159cc61503036d2f08c9aeb00df6e364
M ./changelog +1
M ./control -4 +4
Sat May 25 09:07:05 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 159cc61503036d2f08c9aeb00df6e364
diff -rN -u old-haskell-fingertree//changelog new-haskell-fingertree//changelog
--- old-haskell-fingertree//changelog 2013-05-25 10:28:02.511092323 +0000
+++ new-haskell-fingertree//changelog 2013-05-25 10:28:02.519041281 +0000
@@ -1,6 +1,7 @@
haskell-fingertree (0.0.1.1-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 11:06:46 +0200
diff -rN -u old-haskell-fingertree//control new-haskell-fingertree//control
--- old-haskell-fingertree//control 2013-05-25 10:28:02.507059319 +0000
+++ new-haskell-fingertree//control 2013-05-25 10:28:02.515049525 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -22,7 +22,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Generic finger-tree data structure implementation in Haskell
+Description: Generic finger-tree data structure implementation in Haskell${haskell:ShortBlurb}
This Haskell library provides a general sequence representation with
arbitrary annotations, for use as a base for implementations of
various collection types.
@@ -36,7 +36,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Generic finger-tree data structure implementation in Haskell
+Description: Generic finger-tree data structure implementation in Haskell${haskell:ShortBlurb}
This Haskell library provides a general sequence representation with
arbitrary annotations, for use as a base for implementations of
various collection types.
@@ -50,7 +50,7 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Generic finger-tree data structure implementation in Haskell
+Description: Generic finger-tree data structure implementation in Haskell${haskell:ShortBlurb}
This Haskell library provides a general sequence representation with
arbitrary annotations, for use as a base for implementations of
various collection types.
More information about the Pkg-haskell-commits
mailing list