=head1 NAME dh_haskell_blurb - standard haskell package description blurbs =head1 SYNOPSIS B [S>] [B<-X>I] [B<--exclude=>I] [S> ...] =head1 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, C, C and C: Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} =head1 SEE ALSO L L L L =head1 AUTHOR Joachim Breitner