1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-06-19 10:29:18 +02:00
nfpm/testdata/changelog.yaml
Stefan Schubert b1f3fef606
fix: md5sums entries and lintian errors/warnings (#656)
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.
2023-05-11 09:14:54 -03:00

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"