kha7iq / pingme

PingMe is a CLI which provides the ability to send messages or alerts to multiple messaging platforms & email.
https://pingme.lmno.pk
MIT License
771 stars 43 forks source link

Debian package warning: missing 'maintainer' field #64

Closed pataquets closed 2 years ago

pataquets commented 2 years ago

Description After installing pingme on Ubuntu Bionic via Debian package from the release page, now a dpkg message appears after each dpkginstallation:

dpkg: warning: analyzing /var/lib/dpkg/status near line 54890 package "pingme":
missing maintainer

Note: message is not meant to be literal, but a translation from my system's locale to English. Additionally, removing package makes error message to go away.

To Reproduce

  1. Install pingme from Debian package.
  2. Perform any subsequent apt install (package upgrades, too).
  3. Error is printed.

Expected behavior No warning.

Desktop (please complete the following information):

pataquets commented 2 years ago

@kha7iq friendly ping, in case you're not getting issue notifications from Github.

kha7iq commented 2 years ago

Thank you for reporting the issue, i will add the maintainer field with new release.

pataquets commented 2 years ago

@kha7iq : mind sharing what are the next release timeline? Thanks.

kha7iq commented 2 years ago

Hello @pataquets A new version has been released, can you please check and let me know if you still face the issue

pataquets commented 2 years ago

Thanks for pinging, @kha7iq. Just installed latest (0.2.5) Debian package. Upgraded (apt install) and purged (apt purge) some packages. Message went away :+1: Closing as fixed.