From b3005a7352fe67de38c789ec0b96d874165bf73c Mon Sep 17 00:00:00 2001 From: Alexis Cellier Date: Mon, 24 Aug 2026 11:44:08 +0200 Subject: [PATCH 1/2] d/changelog: fix spacing In on of the changelog entry, there was a tab instead of spaces. This is invalid, and triggers a lot of warning. Signed-off-by: Alexis Cellier --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c920b3e..60ab7ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,7 @@ fastrpc (1.0.6-1) resolute; urgency=medium - Change hexagon-dsp-binaries dependency from Depends to Recommends. - Incorporate Debian packaging maintenance updates. - - Enable fastrpc-tests package. + - Enable fastrpc-tests package. -- GitHub Service Bot Tue, 04 Aug 2026 06:36:11 +0000 From b0137481de6785dd253fd0db0c4ada3a6f8f6db4 Mon Sep 17 00:00:00 2001 From: Alexis Cellier Date: Mon, 24 Aug 2026 11:49:42 +0200 Subject: [PATCH 2/2] d/lintian-overrides: Remove alien-tag In fastrpc-tests packaging, there was the lintian-overrides tag library-not-linked-against-libc which does not exist anymore. More over, it is not useful anymore as well, removed. Signed-off-by: Alexis Cellier --- debian/fastrpc-tests.lintian-overrides | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/fastrpc-tests.lintian-overrides b/debian/fastrpc-tests.lintian-overrides index 9a41f97..4ae5e1f 100644 --- a/debian/fastrpc-tests.lintian-overrides +++ b/debian/fastrpc-tests.lintian-overrides @@ -2,5 +2,4 @@ fastrpc-tests binary: arch-dependent-file-in-usr-share [usr/share/fastrpc_test/*] fastrpc-tests binary: binary-from-other-architecture [usr/share/fastrpc_test/*] fastrpc-tests binary: hardening-no-relro [usr/share/fastrpc_test/*] -fastrpc-tests binary: library-not-linked-against-libc [usr/share/fastrpc_test/*] fastrpc-tests binary: shared-library-lacks-stack-section [usr/share/fastrpc_test/*]