summaryrefslogtreecommitdiff
path: root/p/haskell-mtlparse
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:24 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:24 +0400
commitac573a8d260f88f9d7ac171b899f69a8873a768d (patch)
treefb4822570bf86419596622ae5bc84b82af406e66 /p/haskell-mtlparse
parentd03bad3e9d32a3d3014efe1e95a5c0dace31649e (diff)
downloadDHG_packages-ac573a8d260f88f9d7ac171b899f69a8873a768d.tar.gz
haskell-mtlparse: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-mtlparse')
-rw-r--r--p/haskell-mtlparse/debian/changelog1
-rw-r--r--p/haskell-mtlparse/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-mtlparse/debian/changelog b/p/haskell-mtlparse/debian/changelog
index 317cee74d..f09e94e66 100644
--- a/p/haskell-mtlparse/debian/changelog
+++ b/p/haskell-mtlparse/debian/changelog
@@ -1,6 +1,7 @@
haskell-mtlparse (0.1.2-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:24 +0200
diff --git a/p/haskell-mtlparse/debian/control b/p/haskell-mtlparse/debian/control
index eaa750a20..7992b73a9 100644
--- a/p/haskell-mtlparse/debian/control
+++ b/p/haskell-mtlparse/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-mtl-dev
@@ -25,9 +25,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Parser combinators for monad transformation
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Parser combinators for monad transformation${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package eases implementation of look-ahead and look-behind.
@@ -38,10 +37,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Parser combinators for monad transformation; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Parser combinators for monad transformation${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package eases implementation of look-ahead and look-behind.
@@ -51,9 +48,7 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Parser combinators for monad transformation; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Parser combinators for monad transformation${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This package eases implementation of look-ahead and look-behind.