Nilesh Patra pushed to branch master at lintian / lintian
Commits:
96123cc7 by Nilesh Patra at 2026-07-26T02:43:41+05:30
Update `single_binary` to be provided by sequencers and debhelper itself
(Closes: #1140893)
At the moment, a `--with single-binary` would give a lintian error saying that
this does not satisfy the pre-requisite (`libdebhelper-perl` which is anyway
wrong)
Given that debhelper has a provides on the add-ons anyway, B-D on debhelper or
debhelper-compat should be a sufficient criteria here.
- - - - -
1 changed file:
- data/debhelper/add_ons.json
Changes:
=====================================
data/debhelper/add_ons.json
=====================================
@@ -457,7 +457,9 @@
},
"single_binary" : {
"installed_by" : [
- "libdebhelper-perl"
+ "dh-sequence-single-binary",
+ "debhelper-compat",
+ "debhelper"
]
},
"sodeps" : {
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/96123cc73b791c26c1aec111f38b45c1fe63a839
--
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/96123cc73b791c26c1aec111f38b45c1fe63a839
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