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 2D50E1FF165 for ; Thu, 28 Aug 2025 21:40:38 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 9BD8D15B67; Thu, 28 Aug 2025 21:40:47 +0200 (CEST) Message-ID: Date: Thu, 28 Aug 2025 21:40:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta To: Proxmox Datacenter Manager development discussion , Shannon Sterz References: <20250828093539.171118-1-s.sterz@proxmox.com> Content-Language: en-US, de-DE From: Thomas Lamprecht In-Reply-To: <20250828093539.171118-1-s.sterz@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1756410007304 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.029 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: Re: [pdm-devel] [PATCH datacenter-manager] d/lintian-overrides: ignore lintian error `package-installs-apt-sources` 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 28/08/2025 11:36, Shannon Sterz wrote: > for proxmox-datacenter-manager. otherwise, lintian will throw an error > [1]. this error was introduced by commit: > > 5bbacd2cd (update PDM apt sources to deb822 format and point to > trixie) > > that switch the file name from `pdm-test.list` to `pdm-test.sources` > so it complies with the new deb822 format. > > [1]: https://lintian.debian.org/tags/package-installs-apt-sources > > Signed-off-by: Shannon Sterz > --- > debian/proxmox-datacenter-manager.lintian-overrides | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/debian/proxmox-datacenter-manager.lintian-overrides b/debian/proxmox-datacenter-manager.lintian-overrides > index 3f2e449..ce0e87a 100644 > --- a/debian/proxmox-datacenter-manager.lintian-overrides > +++ b/debian/proxmox-datacenter-manager.lintian-overrides > @@ -1,3 +1,3 @@ > -package-installs-apt-sources [etc/apt/sources.list.d/pdm-test.list] > +package-installs-apt-sources [etc/apt/sources.list.d/pdm-test.sources] > uses-dpkg-database-directly [usr/libexec/proxmox/proxmox-datacenter-api] > uses-dpkg-database-directly [usr/libexec/proxmox/proxmox-datacenter-privileged-api] Thanks for this, I had the same change already applied locally yesterday evening when reviewing Lukas' metric series, as it was on top of that and only a warning I did not immediately push just that change but rather pushed all together out now. _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel