Skip to content
Snippets Groups Projects
Commit 6dbe3d8c authored by Aurelien Jarno's avatar Aurelien Jarno
Browse files

debian/salsa-ci.yml: add unpack-message-for-deb-data to...

debian/salsa-ci.yml: add unpack-message-for-deb-data to SALSA_CI_LINTIAN_SUPPRESS_TAGS due to the above.
parent 1ab08e54
No related branches found
No related tags found
No related merge requests found
Pipeline #824885 passed
......@@ -4,6 +4,8 @@ glibc (2.41-3) UNRELEASED; urgency=medium
* debhelper.in/libc{,-dev}.lintian-overrides: drop libm related lintian
overrides, as lintian does not provide a multiarch compatible way to
provide overrides. Closes: #1099166, #1099167.
* debian/salsa-ci.yml: add unpack-message-for-deb-data to
SALSA_CI_LINTIAN_SUPPRESS_TAGS due to the above.
 
-- Aurelien Jarno <aurel32@debian.org> Sat, 01 Mar 2025 12:16:26 +0100
 
......
......@@ -16,8 +16,10 @@ variables:
# The salsa runners are too slow to build glibc twice in less than 3h, even with nocheck
SALSA_CI_DISABLE_REPROTEST: 1
# This is a wrong positive from lintian, and can't be overriden for udeb packages
SALSA_CI_LINTIAN_SUPPRESS_TAGS: 'shared-library-is-executable'
# These are a wrong positive from lintian:
# - shared-library-is-executable can't be overriden for udeb packages
# - unpack-message-for-deb-data can't be overriden due to multiarch (see #1099166, #1099167)
SALSA_CI_LINTIAN_SUPPRESS_TAGS: 'shared-library-is-executable,unpack-message-for-deb-data'
build:
extends: .build-package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment