summaryrefslogtreecommitdiff
path: root/p/haskell-pointedlist/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-25 13:07:08 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-25 13:07:08 +0400
commit4479fa70b0e3badb1a245b58d692092db5d906f5 (patch)
tree994bd7034515f5418148fc7f640712617813eb26 /p/haskell-pointedlist/debian
parent7e3523d8c2edf156364e69010a06efd327abfa48 (diff)
downloadDHG_packages-4479fa70b0e3badb1a245b58d692092db5d906f5.tar.gz
haskell-pointedlist: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-pointedlist/debian')
-rw-r--r--p/haskell-pointedlist/debian/changelog1
-rw-r--r--p/haskell-pointedlist/debian/control8
2 files changed, 5 insertions, 4 deletions
diff --git a/p/haskell-pointedlist/debian/changelog b/p/haskell-pointedlist/debian/changelog
index 3f815c168..bd03da810 100644
--- a/p/haskell-pointedlist/debian/changelog
+++ b/p/haskell-pointedlist/debian/changelog
@@ -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@debian.org> Sat, 25 May 2013 11:06:49 +0200
diff --git a/p/haskell-pointedlist/debian/control b/p/haskell-pointedlist/debian/control
index 882377c06..32fcc1ae2 100644
--- a/p/haskell-pointedlist/debian/control
+++ b/p/haskell-pointedlist/debian/control
@@ -4,7 +4,7 @@ Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Masayuki Hatta (mhatta) <mhatta@debian.org>
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -31,7 +31,7 @@ Depends: ${shlibs:Depends}
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 @@ Depends: ${haskell:Depends}
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 @@ Depends: ${haskell:Depends}
, ${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