cabal-debian-4.27: Create a Debianization for a Cabal package

Safe HaskellNone
LanguageHaskell98

Debian.Debianize.SourceDebDescription

Synopsis

Documentation

data SourceDebDescription Source

This type represents the debian/control file, which is the core of the source package debianization. It includes the information that goes in the first, or source, section, and then a list of the succeeding binary package sections.

data XField Source

User defined fields. Parse the line "XBS-Comment: I stand between the candle and the star." to get XField (fromList BS) Comment " I stand between the candle and the star."

Constructors

XField (Set XFieldDest) Text Text 

data XFieldDest Source

Constructors

B

Field will be copied to the binary packgae control files

S

Field will be copied to the source packgae control files

C

Field will be copied to the upload control (.changes) file