Maytham Alsudany pushed to branch master at lintian / lintian


Commits:
f27c967b by Maytham Alsudany at 2025-07-28T11:35: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,7 @@ 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/f27c967bddb39d3fddeedd18e0fb299a98d26560

-- 
View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/f27c967bddb39d3fddeedd18e0fb299a98d26560
You're receiving this email because of your account on salsa.debian.org.


Reply via email to