From 25fcad6e08312dc69d5a67c6abc1878d3bb1af76 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Mon, 5 Oct 2020 23:34:57 +0200 Subject: [PATCH] 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 ``` --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8e543497ad9a..bb6fa8608b05 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -104,6 +104,7 @@ nfpms: package_name: golangci-lint file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" homepage: https://golangci-lint.run/ + maintainer: "golangci-lint Team " description: Fast linters Runner for Go license: GPLv3 formats: