Scroll to navigation

DH_HASKELL_BLURBS(1) Haskell devscripts documentation DH_HASKELL_BLURBS(1)

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>

2021-11-25 Haskell devscripts 0.16.2~bpo11+1