deb: Improve the description and fix dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

To not have the same description add a more explaining
extended-description. Add `postgres` to the dependencies as this is
mandatory.
This commit is contained in:
finga 2023-02-16 14:48:16 +01:00
parent 3ecc096500
commit 75a99490f2

View file

@ -30,7 +30,8 @@ once_cell = "1"
[package.metadata.deb]
maintainer = "finga <finga@onders.org>"
copyright = "finga <finga@onders.org>"
extended-description = "Remind me of something."
extended-description = "Send an email as a reminder of something."
depends = "$auto, postgresql"
section = "utility"
maintainer-scripts = "debian/"
systemd-units = { enable = false }