Nilesh Patra pushed to branch master at lintian / lintian


Commits:
8b5d4587 by Nilesh Patra at 2026-06-01T00:04:58+05:30
Adjust regex for detecting prebuilt wasm with new version of `file` package 
(Closes: #1137660)

- - - - -


1 changed file:

- lib/Lintian/Check/Files/SourceMissing.pm


Changes:

=====================================
lib/Lintian/Check/Files/SourceMissing.pm
=====================================
@@ -63,7 +63,7 @@ sub visit_patched_files {
 
     # prebuilt-file or forbidden file type
     $self->pointed_hint('source-contains-prebuilt-wasm-binary', $item->pointer)
-      if $item->file_type =~ m{^WebAssembly \s \(wasm\) \s binary \s module}x;
+      if $item->file_type =~ m{^WebAssembly \s \(wasm\) \s binary}x;
 
     $self->pointed_hint('source-contains-prebuilt-windows-binary',
         $item->pointer)



View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/8b5d458774b6cbfb35a31c7ac69b25f1cc931621

-- 
View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/8b5d458774b6cbfb35a31c7ac69b25f1cc931621
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


Reply via email to