Documentation ¶
Overview ¶
Package deb implements nfpm.Packager providing .deb bindings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = &Deb{}
Default deb packager. nolint: gochecknoglobals
View Source
var ErrInvalidSignatureType = errors.New("invalid signature type")
ErrInvalidSignatureType happens if the signature type of a deb is not one of origin, maint or archive.
Functions ¶
This section is empty.
Types ¶
type Deb ¶
type Deb struct{}
Deb is a deb packager implementation.
func (*Deb) ConventionalExtension ¶ added in v2.20.0
ConventionalExtension returns the file name conventionally used for Deb packages
func (*Deb) ConventionalFileName ¶
ConventionalFileName returns a file name according to the conventions for debian packages. See: https://manpages.debian.org/buster/dpkg-dev/dpkg-name.1.en.html
func (*Deb) SetPackagerDefaults ¶ added in v2.7.0
func (*Deb) SetPackagerDefaults(info *nfpm.Info)
Click to show internal directories.
Click to hide internal directories.