Skip to content

Commit 25fcad6

Browse files
authored
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 ```
1 parent c1d7cfd commit 25fcad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ nfpms:
104104
package_name: golangci-lint
105105
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
106106
homepage: https://golangci-lint.run/
107+
maintainer: "golangci-lint Team <golangci-releaser@users.noreply.github.com>"
107108
description: Fast linters Runner for Go
108109
license: GPLv3
109110
formats:

0 commit comments

Comments
 (0)