Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits: b15eeaf4 by Niels Thykier at 2025-03-15T11:13:30-07:00 Import Debian version 2.121.1+nmu1 The current version in Debian unstable was prepared and uploaded outside of version control. Import it back into version control to avoid versions diverging. Done using command: gbp import-dsc --verbose apt:$(basename $PWD)/sid ..and be recovering the commits done since last upload: - 1e16dfa0 - 6c5cef3c - 7cdc5a98 - - - - - 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: ===================================== debian/changelog ===================================== @@ -4,6 +4,17 @@ lintian (2.121.2) UNRELEASED; urgency=medium -- Louis-Philippe Véronneau <po...@debian.org> Fri, 06 Dec 2024 20:06:49 -0500 +lintian (2.121.1+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * d/clean: Add trailing slashes to directories to fix clean + rule. + * t: Disable tests that fail with dpkg/1.22.12 and newer until + the maintainer can have a look at a better fix. + (Closes: #1092092, #1092381) + + -- Niels Thykier <ni...@thykier.net> Sun, 16 Feb 2025 10:44:57 +0000 + lintian (2.121.1) unstable; urgency=medium * Source-only upload. No changes. ===================================== debian/clean ===================================== @@ -1,5 +1,5 @@ debian/test-out/ -doc/api.html +doc/api.html/ doc/lintian.html man/man1/ man/man3/ ===================================== debian/source/local-options deleted ===================================== @@ -1,5 +0,0 @@ -tar-ignore -tar-ignore=lintian/.idea -tar-ignore=lintian/*.iml -tar-ignore=lintian/debian/test-out -tar-ignore=lintian/doc/api.html ===================================== t/recipes/checks/debian/control/field/rules-requires-root/legacy-relations/eval/desc ===================================== @@ -1,2 +1,3 @@ Testname: legacy-relations Check: debian/control/field/rules-requires-root +Test-Depends: dpkg-dev (<< 1.22.12~) ===================================== t/recipes/checks/documentation/legacy-binary/eval/desc ===================================== @@ -1,2 +1,3 @@ Testname: legacy-binary Check: documentation +Test-Depends: dpkg-dev (<< 1.22.12~) ===================================== t/recipes/checks/documentation/legacy-libbaz/eval/desc ===================================== @@ -1,2 +1,3 @@ Testname: legacy-libbaz Check: documentation +Test-Depends: dpkg-dev (<< 1.22.12~) ===================================== t/recipes/checks/documentation/legacy-scripts/eval/desc ===================================== @@ -1,2 +1,3 @@ Testname: legacy-scripts Check: documentation +Test-Depends: dpkg-dev (<< 1.22.12~) ===================================== t/recipes/checks/fields/recommended/generic-empty/eval/desc ===================================== @@ -1,2 +1,3 @@ Testname: generic-empty Check: fields/recommended +Test-Depends: dpkg-dev (<< 1.22.12~) ===================================== t/recipes/checks/files/permissions/legacy-scripts/eval/desc ===================================== @@ -1,2 +1,3 @@ Testname: legacy-scripts Check: files/permissions +Test-Depends: dpkg-dev (<< 1.22.12~) View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/b15eeaf4d7d1338305bb326b8b5ef88a453974fe -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/b15eeaf4d7d1338305bb326b8b5ef88a453974fe You're receiving this email because of your account on salsa.debian.org.