Nilesh Patra pushed to branch master at lintian / lintian
Commits:
556010ff by Nilesh Patra at 2026-05-12T19:58:53+05:30
bad-intended-distribution: Also change `$uploaded` to `unstable` when set to
`sid`
Currently this flags a wrong tag in sqlfmt
```
intended for unstable but uploaded to sid
[usr/share/doc/python3-sqlfmt/changelog.Debian.gz:1]
```
- - - - -
1 changed file:
- lib/Lintian/Check/Debian/Changelog.pm
Changes:
=====================================
lib/Lintian/Check/Debian/Changelog.pm
=====================================
@@ -771,6 +771,8 @@ sub binary {
if $intended eq 'sid';
my $uploaded = $latest_entry->Distribution;
+ $uploaded = 'unstable'
+ if $uploaded eq 'sid';
$self->pointed_hint('bad-intended-distribution', $latest_pointer,
"intended for $intended but uploaded to $uploaded")
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/556010ff6b94b33c0ea79ccfb9f0a3670f7c80ce
--
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/556010ff6b94b33c0ea79ccfb9f0a3670f7c80ce
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