[pdm-devel] [PATCH datacenter-manager] d/lintian-overrides: ignore lintian error `package-installs-apt-sources`
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Aug 28 21:40:13 CEST 2025
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 <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]
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.
More information about the pdm-devel
mailing list