You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run something like apt update or apt upgrade, there's a warning in the dpkg output:
dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 10716 package 'humanlog':
missing 'Maintainer' field
And inspecting the generated .deb package:
$ curl -LkO https://github.com/aybabtme/humanlog/releases/download/0.5.0/humanlog_0.5.0_linux_amd64.deb
$ ar x humanlog_0.5.0_linux_amd64.deb
$ cat controlPackage: humanlogVersion: 0.5.0Section: Priority: Architecture: amd64Installed-Size: 3076Description: no description given
It seems that the Maintainer field is indeed not set.
Whenever I run something like
apt update
orapt upgrade
, there's a warning in the dpkg output:And inspecting the generated .deb package:
It seems that the Maintainer field is indeed not set.
It looks like goreleaser can set this when it generates the package: https://goreleaser.com/customization/nfpm/
The text was updated successfully, but these errors were encountered: