From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id BAC051FF15E for ; Tue, 11 Feb 2025 14:25:59 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 858AB2CE02; Tue, 11 Feb 2025 14:25:57 +0100 (CET) Date: Tue, 11 Feb 2025 14:25:21 +0100 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox Datacenter Manager development discussion References: <20250211125006.305328-1-l.wagner@proxmox.com> In-Reply-To: <20250211125006.305328-1-l.wagner@proxmox.com> MIME-Version: 1.0 User-Agent: astroid/0.16.0 (https://github.com/astroidmail/astroid) Message-Id: <1739280091.lb0v3grd5i.astroid@yuna.none> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.046 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: [pdm-devel] applied: [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" On February 11, 2025 1:50 pm, Lukas Wagner wrote: > 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 > > > _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel