diff options
| -rw-r--r-- | p/haskell-pointedlist/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-pointedlist/debian/control | 8 |
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 |
