Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
-
7a2dbe28
by Nilesh Patra at 2025-09-18T01:12:10+05:30
1 changed file:
Changes:
... | ... | @@ -88,7 +88,7 @@ sub installable { |
88 | 88 | system('appstreamcli', 'validate-tree', '--format=yaml',
|
89 | 89 | '--no-net', $basedir);
|
90 | 90 | };
|
91 | - if ($output =~ m/Passed: no/) {
|
|
91 | + if ($output =~ m/'?Passed'?: '?no'?/) {
|
|
92 | 92 | my @yaml = YAML::XS::Load($output);
|
93 | 93 | die
|
94 | 94 | unless @yaml;
|