Struct debian::package::ChangelogEntry [] [src]

pub struct ChangelogEntry {
    // some fields omitted
}

represents a single entry in a debian/changelog file

Methods

impl ChangelogEntry
[src]

fn new(pkg: String, version: String, detail: String) -> ChangelogEntry