Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
e1fc2908 by Maytham Alsudany at 2025-03-28T18:02:41+00:00
Replace reference to non-existent "unpack_errors" property with
"unpack_messages"
Closes: #1065175
- - - - -
1 changed file:
- lib/Lintian/Processable/Source/Orig.pm
Changes:
=====================================
lib/Lintian/Processable/Source/Orig.pm
=====================================
@@ -161,7 +161,7 @@ has orig => (
# shortens paths; keeps same base directory
my $sub_errors = $subindex->drop_common_prefix;
- push(@{$index->unpack_errors}, "$tarball . $_")
+ push(@{$index->unpack_messages}, "$tarball . $_")
for uniq split(/\n/, $sub_errors);
}
}
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/e1fc2908ad28ffe47d9573114c98ea32c31a3f38
--
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/e1fc2908ad28ffe47d9573114c98ea32c31a3f38
You're receiving this email because of your account on salsa.debian.org.