Provided by: haskell-devscripts_0.8.19.2_all
NAME
dh_haskell_blurb - standard haskell package description blurbs
SYNOPSIS
dh_haskell_blurbs [debhelper options] [-Xpackage] [--exclude=package] [file ...]
DESCRIPTION
dh_haskell_blurbs is a debhelper program provides substvars for the standard blurbs occurring in Haskell package descriptions. To use it, move the common parts of the description to the source stanza: X-Description: Cool library This is a pure Haskell implementation of coolness. It is cooler than implementation via foreign languages, because we can. And then use the following for every Haskell library package stanza, "dev", "prof" and "doc": Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb}
SEE ALSO
dh_haskell_depends(1) dh_haskell_shlibdeps(1) dh_haskell_provides(1) debhelper(7)
AUTHOR
Joachim Breitner <nomeata@debian.org>