[pdm-devel] [PATCH datacenter-manager] d/lintian-overrides: ignore lintian error `package-installs-apt-sources`

Shannon Sterz s.sterz at proxmox.com
Thu Aug 28 11:35:39 CEST 2025


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 <s.sterz at proxmox.com>
---
 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]
-- 
2.47.2





More information about the pdm-devel mailing list