changelog

package
v0.0.0-...-9a1b228 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2016 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package changelog provides helpers to parse a typical Debian changelog file found in packages generated from source packages. see http://www.debian.org/doc/debian-policy/ch-source.html for details on the format

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Change

type Change struct {
	Source  string
	Version string
	Dists   []string
	Urgency string
	Author  string
	Email   string
	Changed time.Time
	Changes []byte
}

Change describes a single changeset between 2 versions

type Changelog

type Changelog []Change

Changelog describes a full or partial changelog

func Parse

func Parse(r io.Reader, afterVersion string) (Changelog, error)

Parse a debian changelog from r for any changes happening later than afterVersion

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL