summaryrefslogtreecommitdiff
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
commitc1d957bca8efed0e3ddaa707c43d70812461abc3 (patch)
tree5e34e4482d9c17620abfaf0d4fb8a6a8381abcf2
parent4479fa70b0e3badb1a245b58d692092db5d906f5 (diff)
downloadDHG_packages-c1d957bca8efed0e3ddaa707c43d70812461abc3.tar.gz
haskell-optparse-applicative: Use substvars for Haskell description blurbs
-rw-r--r--p/haskell-optparse-applicative/debian/changelog1
-rw-r--r--p/haskell-optparse-applicative/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-optparse-applicative/debian/changelog b/p/haskell-optparse-applicative/debian/changelog
index f2fa2249b..2a95dbc4d 100644
--- a/p/haskell-optparse-applicative/debian/changelog
+++ b/p/haskell-optparse-applicative/debian/changelog
@@ -5,6 +5,7 @@ haskell-optparse-applicative (0.4.1-2) UNRELEASED; urgency=low
[ Joachim Breitner ]
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Colin Watson <cjwatson@debian.org> Mon, 15 Apr 2013 18:18:38 +0100
diff --git a/p/haskell-optparse-applicative/debian/control b/p/haskell-optparse-applicative/debian/control
index c22d43a9d..43680c03e 100644
--- a/p/haskell-optparse-applicative/debian/control
+++ b/p/haskell-optparse-applicative/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-transformers-dev (>> 0.2)
@@ -34,12 +34,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: utilities and combinators for parsing command-line options
+Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
This is a library for constructing command-line option parsers in the
applicative style.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-optparse-applicative-prof
Architecture: any
@@ -48,12 +47,11 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: utilities and combinators for parsing command-line options; profiling libs
+Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
This is a library for constructing command-line option parsers in the
applicative style.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-optparse-applicative-doc
Section: doc
@@ -61,10 +59,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: utilities and combinators for parsing command-line options; documentation
+Description: utilities and combinators for parsing command-line options${haskell:ShortBlurb}
This is a library for constructing command-line option parsers in the
applicative style.
.
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}