From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id 2C1FC1FF0E2 for ; Thu, 30 Jul 2026 12:14:07 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 87089214FD; Thu, 30 Jul 2026 12:13:56 +0200 (CEST) From: Erik Fastermann To: pbs-devel@lists.proxmox.com, pdm-devel@lists.proxmox.com Subject: [PATCH proxmox-datacenter-manager v2 4/5] d/control: depend on tools used by the system report Date: Thu, 30 Jul 2026 12:13:48 +0200 Message-ID: <20260730101349.217371-5-e.fastermann@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260730101349.217371-1-e.fastermann@proxmox.com> References: <20260730101349.217371-1-e.fastermann@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 1 AWL -0.461 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) KAM_LAZY_DOMAIN_SECURITY 1 Sending domain does not have any anti-forgery methods RDNS_NONE 1.274 Delivered to internal network by a host with no rDNS SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_NONE 0.001 SPF: sender does not publish an SPF Record Message-ID-Hash: OWJ625ICXTH4LJTRABSOAGWJDNTJMYUO X-Message-ID-Hash: OWJ625ICXTH4LJTRABSOAGWJDNTJMYUO X-MailFrom: efastermann@ruth.proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Erik Fastermann X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Backup Server development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The report runs ip (package iproute2), top (package procps) and ethtool, plus zpool, zfs and zarcstat (package zfsutils-linux) for the ZFS sections and proxmox-boot-tool (package proxmox-kernel-helper) for the ESP status, none of which were depended on directly. The ZFS tools and proxmox-kernel-helper are recommendations rather than direct dependencies. For the ZFS tools this matches the control file in PBS and the proxmox-boot-tool is not required on systems which are not running a Proxmox kernel. Signed-off-by: Erik Fastermann --- debian/control | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e1430dca..a59747ef 100644 --- a/debian/control +++ b/debian/control @@ -159,7 +159,10 @@ Rules-Requires-Root: no Package: proxmox-datacenter-manager Architecture: any Multi-Arch: allowed -Depends: libproxmox-acme-plugins, +Depends: ethtool, + iproute2, + libproxmox-acme-plugins, + procps, proxmox-datacenter-manager-docs, proxmox-mini-journalreader (>= 1.7), proxmox-termproxy, @@ -172,6 +175,8 @@ Recommends: ifupdown2, proxmox-datacenter-manager-client, proxmox-datacenter-manager-meta, proxmox-datacenter-manager-ui, + proxmox-kernel-helper, + zfsutils-linux, Description: Manage multiple Proxmox VE cluster and other Proxmox projects This package provides the API daemons of the Proxmox Datacenter Manager (PDM) which allows one to add multiple Proxmox VE and Proxmox Backup Server -- 2.47.3