From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 02DDC1FF15E for ; Tue, 11 Feb 2025 13:50:17 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 71A4C2C377; Tue, 11 Feb 2025 13:50:14 +0100 (CET) From: Lukas Wagner To: pdm-devel@lists.proxmox.com Date: Tue, 11 Feb 2025 13:50:06 +0100 Message-Id: <20250211125006.305328-1-l.wagner@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.010 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 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] [PATCH proxmox-datacenter-manager] d/control: add missing dependencies X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" The pbs-api-types and proxmox-rrd deps were missing, causing the project to fail to build in a clean sbuild chroot. Signed-off-by: Lukas Wagner --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 5ce36b8..399ad86 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Build-Depends: cargo:native, librust-nix-0.26+default-dev (>= 0.26.1-~~), librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-openssl-0.10+default-dev (>= 0.10.40-~~), + librust-pbs-api-types-0.2+default-dev, librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-proxmox-access-control-0.2+default-dev, librust-proxmox-access-control-0.2+impl-dev, @@ -61,6 +62,7 @@ Build-Depends: cargo:native, librust-proxmox-rest-server-0.8+templates-dev, librust-proxmox-router-3+cli-dev, librust-proxmox-router-3+server-dev, + librust-proxmox-rrd-0.4+default-dev, librust-proxmox-rrd-api-types-1+default-dev (>= 1.0.2-~~), librust-proxmox-schema-4+api-macro-dev, librust-proxmox-schema-4+default-dev, -- 2.39.5 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel