DH_HASKELL_BLURBS(1) | Haskell devscripts documentation | DH_HASKELL_BLURBS(1) |
dh_haskell_blurb - standard haskell package description blurbs
dh_haskell_blurbs [debhelper options] [-Xpackage] [--exclude=package] [file ...]
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}
dh_haskell_depends(1) dh_haskell_shlibdeps(1) dh_haskell_provides(1) debhelper(7)
Joachim Breitner <nomeata@debian.org>
2020-06-20 | Haskell devscripts 0.16.0 |