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 CA8B01FF144 for ; Tue, 24 Feb 2026 17:21:43 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 09CC61182C; Tue, 24 Feb 2026 17:22:40 +0100 (CET) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 24 Feb 2026 17:22:06 +0100 Message-Id: To: "Lukas Wagner" Subject: Re: [PATH datacenter-manager 0/4] Fix or ignore lintian warnings X-Mailer: aerc 0.20.0 References: <20260220144114.996538-1-l.wagner@proxmox.com> In-Reply-To: <20260220144114.996538-1-l.wagner@proxmox.com> From: "Shannon Sterz" X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1771950111035 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.972 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 1.179 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.717 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.236 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 Message-ID-Hash: CIY5YBSFKWN3MQTKRWZBNTRSY7VY7PX3 X-Message-ID-Hash: CIY5YBSFKWN3MQTKRWZBNTRSY7VY7PX3 X-MailFrom: s.sterz@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: pdm-devel@lists.proxmox.com X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: not sure how this happened, but: proxmox-b4 wasn't too happy about the "PATH" typo in the subject here :P other then the comments for patch 4/4 everything worked as intended, consider the first three patches: Reviewed-by: Shannon Sterz Tested-by: Shannon Sterz On Fri Feb 20, 2026 at 3:41 PM CET, Lukas Wagner wrote: > Fixed the missing man page, the other ones seemed to be fine to be > ignored. > > Lukas Wagner (4): > debian: silence 'field-too-long Build-Depends' error > debian: add uses-dpkg-database-directly override for pdmAtoB > debian: add lintian-override allowing the banner service in > getty.target > docs: add simple man page for pdmAtoB > > debian/proxmox-datacenter-manager.install | 1 + > .../proxmox-datacenter-manager.lintian-overrides | 2 ++ > debian/source/lintian-overrides | 1 + > docs/Makefile | 1 + > docs/conf.py | 1 + > docs/pdmAtoB/man1.rst | 16 ++++++++++++++++ > 6 files changed, 22 insertions(+) > create mode 100644 debian/source/lintian-overrides > create mode 100644 docs/pdmAtoB/man1.rst