You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-07-05 00:59:04 +02:00
feat: lintian overrides (#2892)
* feat: lintian overrides allow to more easily set lintian overrides Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: lintian Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a3f9b69e11
commit
02a94ce23e
@ -287,6 +287,11 @@ nfpms:
|
||||
|
||||
# Custom configuration applied only to the Deb packager.
|
||||
deb:
|
||||
# Lintian overrides
|
||||
lintian_overrides:
|
||||
- statically-linked-binary
|
||||
- changelog-file-missing-in-native-package
|
||||
|
||||
# Custom deb special files.
|
||||
scripts:
|
||||
# Deb rules script.
|
||||
|
Reference in New Issue
Block a user