[Pkg-haskell-commits] darcs: haskell-pointedlist: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 14:54:59 UTC 2013
Sat May 25 09:07:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a44a6d71908e366d9865534aa713b76a
M ./changelog +1
M ./control -4 +4
Sat May 25 09:07:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a44a6d71908e366d9865534aa713b76a
diff -rN -u old-haskell-pointedlist//changelog new-haskell-pointedlist//changelog
--- old-haskell-pointedlist//changelog 2013-05-25 14:54:59.547084492 +0000
+++ new-haskell-pointedlist//changelog 2013-05-25 14:54:59.558039404 +0000
@@ -1,6 +1,7 @@
haskell-pointedlist (0.4.0.4-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:49 +0200
diff -rN -u old-haskell-pointedlist//control new-haskell-pointedlist//control
--- old-haskell-pointedlist//control 2013-05-25 14:54:59.543076636 +0000
+++ new-haskell-pointedlist//control 2013-05-25 14:54:59.553552400 +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
@@ -31,7 +31,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: zipper-like comonad which works as a list, tracking a position
+Description: zipper-like comonad which works as a list, tracking a position${haskell:ShortBlurb}
This Haskell library provides PointedList, which tracks the position in a
non-empty list which works similarly to a zipper. A current item is always
required, and therefore the list may never be empty. A circular PointedList
@@ -46,7 +46,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: zipper-like comonad which works as a list, tracking a position
+Description: zipper-like comonad which works as a list, tracking a position${haskell:ShortBlurb}
This Haskell library provides PointedList, which tracks the position in a
non-empty list which works similarly to a zipper. A current item is always
required, and therefore the list may never be empty. A circular PointedList
@@ -61,7 +61,7 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: zipper-like comonad which works as a list, tracking a position.
+Description: zipper-like comonad which works as a list, tracking a position.${haskell:ShortBlurb}
This Haskell library provides PointedList, which tracks the position in a
non-empty list which works similarly to a zipper. A current item is always
required, and therefore the list may never be empty. A circular PointedList
More information about the Pkg-haskell-commits
mailing list