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

Add dummy maintainer to keep dpkg happy #1406

Merged
merged 1 commit into from Oct 5, 2020
Merged

Conversation

porridge
Copy link
Contributor

@porridge porridge commented Oct 2, 2020

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

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
```
@boring-cyborg
Copy link

boring-cyborg bot commented Oct 2, 2020

Hey, thank you for opening your first Pull Request !

@CLAassistant
Copy link

CLAassistant commented Oct 2, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@bombsimon bombsimon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sayboras
Copy link
Member

sayboras commented Oct 3, 2020

@porridge thanks 💯 , I added hacktoberfest label in case that you participated :)

@sayboras sayboras merged commit 25fcad6 into golangci:master Oct 5, 2020
@golangci-automator
Copy link

Hey, @porridge — we just merged your PR to golangci-lint! 🔥🚀

golangci-lint is built by awesome people like you. Let us say “thanks”: we just invited you to join the GolangCI organization on GitHub.
This will add you to our team of maintainers. Accept the invite by visiting this link.

By joining the team, you’ll be able to label issues, review pull requests, and merge approved pull requests.
More information about contributing is here.

Thanks again!

@ldez ldez added this to the v1.32 milestone Mar 6, 2024
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

Successfully merging this pull request may close these issues.

None yet

5 participants