Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
-
b15eeaf4
by Niels Thykier at 2025-03-15T11:13:30-07:00
9 changed files:
- debian/changelog
- debian/clean
- − debian/source/local-options
- t/recipes/checks/debian/control/field/rules-requires-root/legacy-relations/eval/desc
- t/recipes/checks/documentation/legacy-binary/eval/desc
- t/recipes/checks/documentation/legacy-libbaz/eval/desc
- t/recipes/checks/documentation/legacy-scripts/eval/desc
- t/recipes/checks/fields/recommended/generic-empty/eval/desc
- t/recipes/checks/files/permissions/legacy-scripts/eval/desc
Changes:
... | ... | @@ -4,6 +4,17 @@ lintian (2.121.2) UNRELEASED; urgency=medium |
4 | 4 | |
5 | 5 | -- Louis-Philippe Véronneau <pollo@debian.org> Fri, 06 Dec 2024 20:06:49 -0500
|
6 | 6 | |
7 | +lintian (2.121.1+nmu1) unstable; urgency=medium
|
|
8 | + |
|
9 | + * Non-maintainer upload.
|
|
10 | + * d/clean: Add trailing slashes to directories to fix clean
|
|
11 | + rule.
|
|
12 | + * t: Disable tests that fail with dpkg/1.22.12 and newer until
|
|
13 | + the maintainer can have a look at a better fix.
|
|
14 | + (Closes: #1092092, #1092381)
|
|
15 | + |
|
16 | + -- Niels Thykier <niels@thykier.net> Sun, 16 Feb 2025 10:44:57 +0000
|
|
17 | + |
|
7 | 18 | lintian (2.121.1) unstable; urgency=medium
|
8 | 19 | |
9 | 20 | * Source-only upload. No changes.
|
1 | 1 | debian/test-out/
|
2 | -doc/api.html
|
|
2 | +doc/api.html/
|
|
3 | 3 | doc/lintian.html
|
4 | 4 | man/man1/
|
5 | 5 | man/man3/
|
1 | -tar-ignore
|
|
2 | -tar-ignore=lintian/.idea
|
|
3 | -tar-ignore=lintian/*.iml
|
|
4 | -tar-ignore=lintian/debian/test-out
|
|
5 | -tar-ignore=lintian/doc/api.html |
1 | 1 | Testname: legacy-relations
|
2 | 2 | Check: debian/control/field/rules-requires-root
|
3 | +Test-Depends: dpkg-dev (<< 1.22.12~) |
1 | 1 | Testname: legacy-binary
|
2 | 2 | Check: documentation
|
3 | +Test-Depends: dpkg-dev (<< 1.22.12~) |
1 | 1 | Testname: legacy-libbaz
|
2 | 2 | Check: documentation
|
3 | +Test-Depends: dpkg-dev (<< 1.22.12~) |
1 | 1 | Testname: legacy-scripts
|
2 | 2 | Check: documentation
|
3 | +Test-Depends: dpkg-dev (<< 1.22.12~) |
1 | 1 | Testname: generic-empty
|
2 | 2 | Check: fields/recommended
|
3 | +Test-Depends: dpkg-dev (<< 1.22.12~) |
1 | 1 | Testname: legacy-scripts
|
2 | 2 | Check: files/permissions
|
3 | +Test-Depends: dpkg-dev (<< 1.22.12~) |