Felix Lechner pushed to branch master at lintian / lintian
Commits: 67144f6c by Felix Lechner at 2019-09-16T22:42:24Z In t/scripts/harness/sort-order.t, allow tests to be associated with checks located in subfolders. This commit is part of a series that makes it possible to sort checks in subfolders and identify them by path. Adjusts an internal harness test to allow relative paths to the main ./checks directory to serve as check names in tests. Gbp-Dch: ignore - - - - - 64623b10 by Felix Lechner at 2019-09-16T22:44:42Z In Lintian::Profile, allow checks to be located in subfolders. This is one of several upcoming changes that will help break down and organize the massive and monolithic check scripts that accumulated over the decades. Allows checks to be located in a place like debian/changelog and also use that as an identifier or name. Gbp-Dch: ignore - - - - - 16c71e2f by Felix Lechner at 2019-09-16T22:45:32Z Link tags for check changelog to 'debian/changelog' instead. This is a preparation to move the check changelog to debian/changelog. Associates the tags with the new location. Gbp-Dch: ignore - - - - - 2265e2fa by Felix Lechner at 2019-09-16T22:46:15Z Link tags for check copyright to 'debian/copyright' instead. This is a preparation to move the check copyright to debian/copyright. Associates the tags with the new location. Gbp-Dch: ignore - - - - - eed7a3c7 by Felix Lechner at 2019-09-16T22:46:35Z Move check changelog to 'debian/changelog'. This commit is part of a series that makes it possible to sort checks in subfolders and identify them by path. Moves the check changelog to debian/changelog. - - - - - 0aca51f7 by Felix Lechner at 2019-09-16T22:47:26Z Move check copyright to 'debian/copyright'. This commit is part of a series that makes it possible to sort checks in subfolders and identify them by path. Moves the check copyright to debian/copyright. - - - - - 6dc57147 by Felix Lechner at 2019-09-16T22:47:46Z Update profiles for relocated checks debian/changelog and debian/copyright. This commit is part of a series that makes it possible to sort checks in subfolders and identify them by path. Includes the checks at the new locations in the debian/main profile. Gbp-Dch: ignore - - - - - 5a9b7125 by Felix Lechner at 2019-09-16T22:49:06Z Associate tests for check changelog with 'debian/changelog' instead. This commit is part of a series that makes it possible to sort checks in subfolders and identify them by path. Moves and links the test to debian/changelog instead of changelog. Gbp-Dch: ignore - - - - - 199a24ac by Felix Lechner at 2019-09-16T22:49:45Z Associate tests for check copyright with 'debian/copyright' instead. Moves and links the test to debian/copyright instead of copyright. Gbp-Dch: ignore - - - - - 30 changed files: - checks/changelog.desc → checks/debian/changelog.desc - checks/changelog.pm → checks/debian/changelog.pm - checks/copyright.desc → checks/debian/copyright.desc - checks/copyright.pm → checks/debian/copyright.pm - lib/Lintian/Profile.pm - profiles/debian/main.profile - t/scripts/harness/sort-order.t - t/tags/checks/changelog/changelog-distribution-does-not-match-changes-file/desc → t/tags/checks/debian/changelog/changelog-distribution-does-not-match-changes-file/desc - t/tags/checks/changelog/changelog-distribution-does-not-match-changes-file/post_build.in → t/tags/checks/debian/changelog/changelog-distribution-does-not-match-changes-file/post_build.in - t/tags/checks/changelog/changelog-distribution-does-not-match-changes-file/tags → t/tags/checks/debian/changelog/changelog-distribution-does-not-match-changes-file/tags - t/tags/checks/changelog/changelog-file-become-native/debian/changelog.in → t/tags/checks/debian/changelog/changelog-file-become-native/debian/changelog.in - t/tags/checks/changelog/changelog-file-become-native/desc → t/tags/checks/debian/changelog/changelog-file-become-native/desc - t/tags/checks/changelog/changelog-file-become-native/tags → t/tags/checks/debian/changelog/changelog-file-become-native/tags - t/tags/checks/changelog/changelog-file-consecutive-debian-revision-unrel/debian/changelog.in → t/tags/checks/debian/changelog/changelog-file-consecutive-debian-revision-unrel/debian/changelog.in - t/tags/checks/changelog/changelog-file-consecutive-debian-revision-unrel/desc → t/tags/checks/debian/changelog/changelog-file-consecutive-debian-revision-unrel/desc - t/tags/checks/changelog/changelog-file-consecutive-debian-revision-unrel/tags → t/tags/checks/debian/changelog/changelog-file-consecutive-debian-revision-unrel/tags - t/tags/checks/changelog/changelog-file-dch-wrong-name-native/debian/rules → t/tags/checks/debian/changelog/changelog-file-dch-wrong-name-native/debian/rules - t/tags/checks/changelog/changelog-file-dch-wrong-name-native/desc → t/tags/checks/debian/changelog/changelog-file-dch-wrong-name-native/desc - t/tags/checks/changelog/changelog-file-dch-wrong-name-native/tags → t/tags/checks/debian/changelog/changelog-file-dch-wrong-name-native/tags - t/tags/checks/changelog/changelog-file-dch-wrong-name/debian/rules → t/tags/checks/debian/changelog/changelog-file-dch-wrong-name/debian/rules - t/tags/checks/changelog/changelog-file-dch-wrong-name/desc → t/tags/checks/debian/changelog/changelog-file-dch-wrong-name/desc - t/tags/checks/changelog/changelog-file-dch-wrong-name/orig/ChangeLog → t/tags/checks/debian/changelog/changelog-file-dch-wrong-name/orig/ChangeLog - t/tags/checks/changelog/changelog-file-dch-wrong-name/tags → t/tags/checks/debian/changelog/changelog-file-dch-wrong-name/tags - t/tags/checks/changelog/changelog-file-empty-entry-unrel/debian/changelog.in → t/tags/checks/debian/changelog/changelog-file-empty-entry-unrel/debian/changelog.in - t/tags/checks/changelog/changelog-file-empty-entry-unrel/desc → t/tags/checks/debian/changelog/changelog-file-empty-entry-unrel/desc - t/tags/checks/changelog/changelog-file-empty-entry-unrel/tags → t/tags/checks/debian/changelog/changelog-file-empty-entry-unrel/tags - t/tags/checks/changelog/changelog-file-empty-entry/debian/changelog.in → t/tags/checks/debian/changelog/changelog-file-empty-entry/debian/changelog.in - t/tags/checks/changelog/changelog-file-empty-entry/desc → t/tags/checks/debian/changelog/changelog-file-empty-entry/desc - t/tags/checks/changelog/changelog-file-empty-entry/tags → t/tags/checks/debian/changelog/changelog-file-empty-entry/tags - t/tags/checks/changelog/changelog-file-epoch-change-without-comment-new/debian/changelog.in → t/tags/checks/debian/changelog/changelog-file-epoch-change-without-comment-new/debian/changelog.in The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/lintian/lintian/compare/93ee8452d0b64ed178d1e6f348eab923b5ee40b4...199a24ac0573b844d5ce7e97c99037ca1555c0f4 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/compare/93ee8452d0b64ed178d1e6f348eab923b5ee40b4...199a24ac0573b844d5ce7e97c99037ca1555c0f4 You're receiving this email because of your account on salsa.debian.org.

