Package: totem / 43.2-6

Metadata

Package Version Patches format
totem 43.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Mark lint checks as part of a suite.patch | (download)

src/plugins/opensubtitles/meson.build | 1 1 + 0 - 0 !
src/plugins/pythonconsole/meson.build | 1 1 + 0 - 0 !
src/plugins/samplepython/meson.build | 6 5 + 1 - 0 !
3 files changed, 7 insertions(+), 1 deletion(-)

 mark lint checks as part of a suite

It's common for new versions of a lint tool to change behaviour in ways
that cause previously valid source to be rejected, so OS distributions
often won't want to run them at build-time to avoid build regressions.
By marking pylint and other lint checks with a suite, OS distributors
can avoid them by running `meson test --no-suite=lint`.

Signed-off-by: Simon McVittie <smcv@debian.org>