mirror of
https://github.com/goreleaser/nfpm
synced 2025-04-05 13:49:07 +02:00
Missing trailing ./ in md5sums for changelog.Debian.gz caused md5sums-lists-nonexistent-file and file-missing-in-md5sums and is fixed using files.AsExplicitRelativePath. Adding copyright file fixes no-copyright-file. Set file_info fixes executable-is-not-world-readable, non-standard-executable-perm, non-standard-file-perm. Adding section fixes unknown-section, empty-field. Using standard compress/gzip module fixes package-contains-timestamped-gzip, because klauspost/pgzip does not support empty mod time. Adding urgency and distribution in changelog fixes syntax-error-in-debian-changelog. Adding mail address to maintainer fixes malformed-contact. Correcting description fixes description-starts-with-package-name and description-starts-with-leading-spaces.
29 lines
564 B
YAML
29 lines
564 B
YAML
name: "foo"
|
|
arch: "${BUILD_ARCH}"
|
|
platform: "linux"
|
|
changelog: "./testdata/changelog.yaml"
|
|
version: "v1.2.3"
|
|
release: "simple"
|
|
maintainer: "Foo Bar <foo@example.org>"
|
|
description: |
|
|
Program foo bar
|
|
Multiple lines
|
|
vendor: "foobar"
|
|
homepage: "https://foobar.org"
|
|
license: "MIT"
|
|
section: misc
|
|
contents:
|
|
- src: ./testdata/fake
|
|
dst: /usr/bin/fake
|
|
file_info:
|
|
mode: 0755
|
|
- src: ./testdata/whatever.conf
|
|
dst: /etc/foo/whatever.conf
|
|
type: config
|
|
file_info:
|
|
mode: 0644
|
|
- src: ./testdata/copyright
|
|
dst: /usr/share/doc/foo/
|
|
file_info:
|
|
mode: 0644
|