Louis-Philippe Véronneau pushed to branch bts_1110969 at lintian / lintian
Commits: c05d6e7d by Matt Barry at 2025-08-28T02:06:18+05:30 Check file_type in LineLength. Closes: #1014255. - - - - - 25d6b0a3 by Nilesh Patra at 2025-08-28T13:54:16+05:30 Adjust tests to not display very-long-line-length on non-ascii/unicode files - - - - - f8f8ae5e by Yadd at 2025-09-03T03:30:22+00:00 Update lintian to accept debian/watch files version 5 - - - - - e045315c by Yadd at 2025-09-03T03:30:22+00:00 Update debian/watch parsing - - - - - 29178e3e by Yadd at 2025-09-03T03:30:22+00:00 Add better test for debian/watch version - - - - - 9e82b44a by Alexandre Detiste at 2025-09-03T03:31:51+00:00 apply the Multi-Arch hint for lintian-doc - - - - - 5f06a678 by Simon McVittie at 2025-09-04T08:29:51+00:00 obsolete-packages: Deprecate libgirepository1.0-dev Reference: https://lists.debian.org/debian-devel/2025/08/msg00150.html - - - - - 1a90b81a by Louis-Philippe Véronneau at 2025-09-08T13:17:41+00:00 Try to decode font file using utf8 if it fails with cp1252. Some font files are not cp1252 (for example latex-cjk-chinese-arphic-gbsn00lp), which crashed the test. Closes: #1110969 - - - - - 17732c35 by Louis-Philippe Véronneau at 2025-09-08T13:17:41+00:00 add missing space - - - - - 7b5c6f47 by Louis-Philippe Véronneau at 2025-09-08T13:17:41+00:00 use try-catch again instead of eval, not to fail silently - - - - - 37 changed files: - data/fields/obsolete-packages - debian/control - lib/Lintian/Check/Debian/Watch.pm - lib/Lintian/Check/Debian/Watch/Standard.pm - lib/Lintian/Check/Files/Contents/LineLength.pm - lib/Lintian/Check/Fonts/Postscript/Type1.pm - t/recipes/checks/debian/upstream/signing-key/upstream-key-multiple-locations/build-spec/debian/watch - t/recipes/checks/debian/watch/filenamemangle/build-spec/debian/watch - t/recipes/checks/debian/watch/filenamemangle/eval/hints - t/recipes/checks/debian/watch/legacy-foo++/eval/hints - t/recipes/checks/debian/watch/legacy-maintainer-scripts/build-spec/debian/watch - t/recipes/checks/debian/watch/standard/legacy-scripts/eval/hints - t/recipes/checks/debian/watch/standard/version-3/eval/hints - t/recipes/checks/debian/watch/standard/version-4/eval/hints - t/recipes/checks/debian/watch/standard/version-5/build-spec/debian/watch - t/recipes/checks/debian/watch/standard/version-5/eval/hints - + t/recipes/checks/debian/watch/standard/version-6/build-spec/debian/watch - + t/recipes/checks/debian/watch/standard/version-6/build-spec/fill-values - + t/recipes/checks/debian/watch/standard/version-6/eval/desc - + t/recipes/checks/debian/watch/standard/version-6/eval/hints - t/recipes/checks/debian/watch/standard/watch-file-general/eval/hints - + t/recipes/checks/debian/watch/watch-file-malformed-version/build-spec/debian/changelog.in - + t/recipes/checks/debian/watch/watch-file-malformed-version/build-spec/debian/upstream/signing-key.asc - + t/recipes/checks/debian/watch/watch-file-malformed-version/build-spec/debian/watch - + t/recipes/checks/debian/watch/watch-file-malformed-version/build-spec/fill-values - + t/recipes/checks/debian/watch/watch-file-malformed-version/eval/desc - + t/recipes/checks/debian/watch/watch-file-malformed-version/eval/hints - t/recipes/checks/files/contents/line-length/cruft-gfdl-invariants/eval/hints - t/recipes/general-false-positives/basic-non-native-1.0/eval/hints - t/recipes/general-false-positives/basic-non-native-3.0-purge-debian/eval/hints - t/recipes/general-false-positives/basic-non-native-3.0-with-epoch/eval/hints - t/recipes/general-false-positives/basic-non-native-3.0/eval/hints - t/recipes/lintian-features/exit-status/no-fail-on-info-by-default/eval/literal - t/recipes/lintian-features/html-output/eval/literal - t/recipes/lintian-features/json-output/eval/literal - t/recipes/lintian-features/lintian-display-level/eval/literal - t/recipes/odd-inputs/file-info-errors/eval/literal The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/lintian/lintian/-/compare/11e3c6326a24779bc6b27c0097000331c704e312...7b5c6f47f8bdf09fa5731543fbaad61c670a139b -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/compare/11e3c6326a24779bc6b27c0097000331c704e312...7b5c6f47f8bdf09fa5731543fbaad61c670a139b You're receiving this email because of your account on salsa.debian.org.

