From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 6B103A957 for ; Mon, 7 Aug 2023 15:07:02 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 4D3F63587B for ; Mon, 7 Aug 2023 15:06:32 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Mon, 7 Aug 2023 15:06:31 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 9B3914311A for ; Mon, 7 Aug 2023 15:06:31 +0200 (CEST) From: Lukas Wagner To: pve-devel@lists.proxmox.com Date: Mon, 7 Aug 2023 15:06:15 +0200 Message-Id: <20230807130619.428423-5-l.wagner@proxmox.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230807130619.428423-1-l.wagner@proxmox.com> References: <20230807130619.428423-1-l.wagner@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.053 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH proxmox 4/8] notify: update d/control X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2023 13:07:02 -0000 Signed-off-by: Lukas Wagner --- proxmox-notify/debian/control | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/proxmox-notify/debian/control b/proxmox-notify/debian/control index a5d6ea3..af936df 100644 --- a/proxmox-notify/debian/control +++ b/proxmox-notify/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-handlebars-3+default-dev , librust-lazy-static-1+default-dev (>= 1.4-~~) , + librust-lettre-0.10+default-dev (>= 0.10.4-~~) , librust-log-0.4+default-dev (>= 0.4.17-~~) , librust-once-cell-1+default-dev (>= 1.3.1-~~) , librust-openssl-0.10+default-dev , @@ -57,7 +58,8 @@ Recommends: librust-proxmox-notify+default-dev (= ${binary:Version}) Suggests: librust-proxmox-notify+gotify-dev (= ${binary:Version}), - librust-proxmox-notify+sendmail-dev (= ${binary:Version}) + librust-proxmox-notify+sendmail-dev (= ${binary:Version}), + librust-proxmox-notify+smtp-dev (= ${binary:Version}) Provides: librust-proxmox-notify-0-dev (= ${binary:Version}), librust-proxmox-notify-0.2-dev (= ${binary:Version}), @@ -73,7 +75,8 @@ Depends: ${misc:Depends}, librust-proxmox-notify-dev (= ${binary:Version}), librust-proxmox-notify+sendmail-dev (= ${binary:Version}), - librust-proxmox-notify+gotify-dev (= ${binary:Version}) + librust-proxmox-notify+gotify-dev (= ${binary:Version}), + librust-proxmox-notify+smtp-dev (= ${binary:Version}) Provides: librust-proxmox-notify-0+default-dev (= ${binary:Version}), librust-proxmox-notify-0.2+default-dev (= ${binary:Version}), @@ -112,3 +115,18 @@ Provides: Description: Rust crate "proxmox-notify" - feature "sendmail" This metapackage enables feature "sendmail" for the Rust proxmox-notify crate, by pulling in any additional dependencies needed by that feature. + +Package: librust-proxmox-notify+smtp-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-notify-dev (= ${binary:Version}), + librust-lettre-0.10+default-dev (>= 0.10.4-~~) +Provides: + librust-proxmox-notify-0+smtp-dev (= ${binary:Version}), + librust-proxmox-notify-0.2+smtp-dev (= ${binary:Version}), + librust-proxmox-notify-0.2.0+smtp-dev (= ${binary:Version}) +Description: Rust crate "proxmox-notify" - feature "smtp" + This metapackage enables feature "smtp" for the Rust proxmox-notify crate, by + pulling in any additional dependencies needed by that feature. -- 2.39.2