|
|
|
| Description |
| Changelog and changes file support.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| A file generated by dpkg-buildpackage describing the result of a
package build
| | Constructors | | Changes | | | changeDir :: FilePath | The full pathname of the directory holding the .changes file.
| | changePackage :: String | The package name parsed from the .changes file name
| | changeVersion :: DebianVersion | The version number parsed from the .changes file name
| | changeRelease :: ReleaseName | The Distribution field of the .changes file
| | changeArch :: Arch | The architecture parsed from the .changes file name
| | changeInfo :: Paragraph | The contents of the .changes file
| | changeEntry :: ChangeLogEntry | The value of the Changes field of the .changes file
| | changeFiles :: [ChangedFileSpec] | The parsed value of the Files attribute
|
|
| Instances | |
|
|
|
| An entry in the list of files generated by the build.
| | Constructors | | Instances | |
|
|
|
|
|
| A changelog is a series of ChangeLogEntries
| | Constructors | | Instances | |
|
|
|
| Parse a Debian Changelog and return a lazy list of entries
|
|
|
| Parse a single changelog entry, returning the entry and the remaining text.
|
|
|
| Parse the changelog information that shows up in the .changes
file, i.e. a changelog entry with no signature.
|
|
| Produced by Haddock version 2.4.2 |