From 75a99490f2a30a22325a88b108bf50471d2b00df Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 16 Feb 2023 14:48:16 +0100 Subject: [PATCH] deb: Improve the description and fix dependencies To not have the same description add a more explaining extended-description. Add `postgres` to the dependencies as this is mandatory. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f20cc9c..1246a80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,8 @@ once_cell = "1" [package.metadata.deb] maintainer = "finga " copyright = "finga " -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 }