|
|
|
|
|
| Description |
| Basic types for the Apt library.
|
|
| Synopsis |
|
|
|
|
| read, show
|
|
|
| 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.
|
|
|
| Show just the top line of a changelog entry (for debugging output.)
|
|
| Changes File
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Return the subdirectory in the pool where a source package would be
installed.
|
|
|
| Move a build result into a local repository's incoming directory.
|
|
|
| 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 | |
|
|
| Produced by Haddock version 2.4.2 |