Maytham Alsudany pushed to branch master at lintian / lintian
Commits:
a5467cca by Maytham Alsudany at 2025-07-28T14:07:23+08:00
symbols-file-missing-build-depends-package-field: consider
Build-Depends-Packages field as well
Closes: #1109992
- - - - -
1 changed file:
- lib/Lintian/Check/Debian/Shlibs.pm
Changes:
=====================================
lib/Lintian/Check/Debian/Shlibs.pm
=====================================
@@ -543,7 +543,9 @@ sub check_symbols_file {
$self->pointed_hint('symbols-file-missing-build-depends-package-field',
$symbols_file->pointer,$soname)
- if none { $_ eq 'Build-Depends-Package' } @used_meta_labels;
+ if none {
+ $_ eq 'Build-Depends-Package' or $_ eq 'Build-Depends-Packages'
+ } @used_meta_labels;
my @full_version_symbols
= @{$full_version_symbols_by_soname{$soname} // [] };
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/a5467cca136db5ceb60da8c6a077265751db7e03
--
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/a5467cca136db5ceb60da8c6a077265751db7e03
You're receiving this email because of your account on salsa.debian.org.