Add dummy maintainer to keep dpkg
happy (#1406)
After installing the `deb` package many `dpkg` tools started to complain about the missing `Maintainer` field for this package in the system installed package database. This causes spam from cron. Example: ``` $ LANG=C dpkg-query -s > /dev/null dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 14485 package 'golangci-lint:i386': missing 'Maintainer' field ```
This commit is contained in:
parent
c1d7cfd721
commit
25fcad6e08
@ -104,6 +104,7 @@ nfpms:
|
|||||||
package_name: golangci-lint
|
package_name: golangci-lint
|
||||||
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
|
||||||
homepage: https://golangci-lint.run/
|
homepage: https://golangci-lint.run/
|
||||||
|
maintainer: "golangci-lint Team <golangci-releaser@users.noreply.github.com>"
|
||||||
description: Fast linters Runner for Go
|
description: Fast linters Runner for Go
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
formats:
|
formats:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user