deb: Improve the description and fix dependencies
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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:
parent
3ecc096500
commit
75a99490f2
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ once_cell = "1"
|
||||||
[package.metadata.deb]
|
[package.metadata.deb]
|
||||||
maintainer = "finga <finga@onders.org>"
|
maintainer = "finga <finga@onders.org>"
|
||||||
copyright = "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"
|
section = "utility"
|
||||||
maintainer-scripts = "debian/"
|
maintainer-scripts = "debian/"
|
||||||
systemd-units = { enable = false }
|
systemd-units = { enable = false }
|
||||||
|
|
Loading…
Reference in a new issue