Your message dated Sat, 23 Aug 2025 21:32:14 +0200
with message-id <[email protected]>
and subject line Lintian is happy about d-keyring
has caused the Debian Bug report #1024874,
regarding debian-keyring: gnupg files make lintian generate hundreds of warnings
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1024874: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024874
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debian-keyring
Version: 2022.11.26
Severity: minor
Tags: patch
lintian v2.115.3 generates hundreds of spurious warnings related to the
extension of gpg files and their content (long lines).
The attached patch adds the appropriate lintian-overrides files to
silence these warnings.
Regards,
--
Gioele Barabucci
From 5ecda4a28ea85ec19c4f7d3b1ece2c4f227a2395 Mon Sep 17 00:00:00 2001
From: Gioele Barabucci <[email protected]>
Date: Sun, 27 Nov 2022 11:35:06 +0100
Subject: [PATCH] d/lintian-overrides: Silence gnupg-related warnings
---
debian/lintian-overrides | 1 +
debian/source/lintian-overrides | 1 +
2 files changed, 2 insertions(+)
create mode 100644 debian/lintian-overrides
create mode 100644 debian/source/lintian-overrides
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 00000000..f452b86c
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1 @@
+debian-keyring: openpgp-file-has-implementation-specific-extension [*.gpg]
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 00000000..613e63a5
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1 @@
+debian-keyring source: very-long-line-length-in-source-file * [*-gpg/0x*:*]
--
2.35.1
--- End Message ---
--- Begin Message ---
I did send my contribution to the maintainer to remove some non warnings
reported by Lintian.
Either from that I see no warnings:
https://udd.debian.org/lintian/?email1=&email2=&email3=&packages=debian-keyring&ignpackages=&format=html<_error=on<_warning=on<_information=on<_pedantic=on<_overridden=on<_masked=on&lintian_tag=#all
In the "experimental" view there is some "very-long-line-length-in-source-file"
but as said in this thread, Lintian should learn to handle this better.
Closing this bug report.
--
William Desportes
--- End Message ---