mirror of
https://github.com/goreleaser/nfpm
synced 2024-11-18 23:14:12 +01:00
b1f3fef606
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.
25 lines
504 B
YAML
25 lines
504 B
YAML
- deb:
|
|
urgency: medium
|
|
distributions:
|
|
- bookworm
|
|
semver: "1.1.0-1"
|
|
date: "2009-12-08T22:00:00Z"
|
|
packager: "Carlos A Becker <pkg@carlosbecker.com>"
|
|
urgency: "low"
|
|
distribution: "stable"
|
|
changes:
|
|
- note: "note 1"
|
|
- note: "note 2"
|
|
|
|
- deb:
|
|
urgency: medium
|
|
distributions:
|
|
- bookworm
|
|
semver: "1.0.0-1"
|
|
date: "2009-11-10T23:00:00Z"
|
|
packager: "Carlos A Becker <pkg@carlosbecker.com>"
|
|
urgency: "low"
|
|
distribution: "stable"
|
|
changes:
|
|
- note: "note 3"
|