Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian package is missing Maintainer: line #44

Open
connorkuehl opened this issue May 6, 2022 · 1 comment
Open

Debian package is missing Maintainer: line #44

connorkuehl opened this issue May 6, 2022 · 1 comment

Comments

@connorkuehl
Copy link

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 control
Package: humanlog
Version: 0.5.0
Section: 
Priority: 
Architecture: amd64
Installed-Size: 3076
Description: no description given

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/

@aybabtme
Copy link
Collaborator

aybabtme commented Dec 6, 2022

Thanks for the report, I'm not so knowledgeable about Debian packaging. I'll try to fix this next time I come around to working on this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants