Versions in this module Expand all Collapse all v0 v0.1.0 Dec 16, 2020 Changes in this version + type DEB struct + func NewDEB(meta DEBMetaData) (*DEB, error) + func (deb *DEB) AddFile(file DEBFile) + func (deb *DEB) AddPostin(s string) + func (deb *DEB) AddPostun(s string) + func (deb *DEB) AddPrein(s string) + func (deb *DEB) AddPreun(s string) + func (deb *DEB) Write(w io.Writer) error + type DEBFile struct + Body []byte + Group string + MTime time.Time + Mode uint + Name string + Owner string + Type FileType + type DEBMetaData struct + Architecture string + Breaks Relations + Bugs string + Conflicts Relations + Depends Relations + Description string + Essential bool + Homepage string + Maintainer string + Origin string + Package string + PreDepends Relations + Priority string + Provides Relations + Recommends Relations + Replaces Relations + Section string + Source string + Suggests Relations + Summary string + Tag []string + Version string + func (meta *DEBMetaData) MakeControl() []byte + type FileType int32 + const ConfigFile + const Directory + const ExcludeFile + const GenericFile + type Relations []string + func (r *Relations) Set(pkgString string) error