Chris Lamb pushed to branch master at lintian / lintian
Commits: 3091bad2 by Felix Lechner at 2019-02-19T07:32:33Z Fix post-test sed script for files-old-config-script. The substitution in this post-test sed script forgot to add space back in for some matches. For some reason, it was not noticed when the expected tags were formulated. The tag specification included tags commingled with their informational messages (in this case, a path). That, in turn, made it look like the test emitted tags unknown to Lintian. Adds the space and adjusts the expected tags so that the space appears. The tags file is now parsed correctly. Gbp-Dch: ignore - - - - - 053c59ce by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag executable-menu-file. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - af5fb3e7 by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag menu-item-contains-unknown-tag. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - 7ea6bd82 by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag menu-item-needs-dwww. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - 82467f1f by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag whitespace-after-continuation-character. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - e578504d by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag executable-in-usr-share-docbase. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - 1ce16fbb by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag invalid-potfiles.in. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - e9f01b03 by Felix Lechner at 2019-02-19T07:32:33Z Add post_build scripting capability to make-based builder for tests. The missing tag checksum-count-mismatch-in-changes-file is most easily implemented by changing the *.changes file after the upload was built. Adds this capacity to the make-based builder. Some tests from the old changes suite may be reimplemented with the same technique. Also moves the similar pre_build script to the same template whitelist. Gbp-Dch: ignore - - - - - dfc81230 by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag checksum-count-mismatch-in-changes-file. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - 42f178f9 by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag changelog-distribution-does-not-match-changes-file. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - b40a82b7 by Felix Lechner at 2019-02-19T07:32:33Z Add test for untested tag omitted-systemd-service-for-init.d-script. This tag does not currently appear in the test suite. This test will make suite more robust overall. Gbp-Dch: ignore - - - - - 30 changed files: - t/skeletons/upload-builder-only - + t/tags/checks/changelog-file/changelog-distribution-does-not-match-changes-file/desc - + t/tags/checks/changelog-file/changelog-distribution-does-not-match-changes-file/post_build.in - + t/tags/checks/changelog-file/changelog-distribution-does-not-match-changes-file/tags - + t/tags/checks/changes-file/checksum-count-mismatch/desc - + t/tags/checks/changes-file/checksum-count-mismatch/post_build.in - + t/tags/checks/changes-file/checksum-count-mismatch/tags - t/tags/checks/files/files-old-config-script/post_test - t/tags/checks/files/files-old-config-script/tags - + t/tags/checks/menu-format/whitespace-after-continuation-character/debian/install - + t/tags/checks/menu-format/whitespace-after-continuation-character/debian/postinst - + t/tags/checks/menu-format/whitespace-after-continuation-character/debian/postrm - + t/tags/checks/menu-format/whitespace-after-continuation-character/desc - + t/tags/checks/menu-format/whitespace-after-continuation-character/orig/test-menu - + t/tags/checks/menu-format/whitespace-after-continuation-character/tags - + t/tags/checks/menus/executable-in-docbase/debian/doc-base.doc1 - + t/tags/checks/menus/executable-in-docbase/debian/docs - + t/tags/checks/menus/executable-in-docbase/debian/rules - + t/tags/checks/menus/executable-in-docbase/desc - + t/tags/checks/menus/executable-in-docbase/orig/doc1.txt - + t/tags/checks/menus/executable-in-docbase/tags - + t/tags/checks/menus/executable-menu-file/debian/install - + t/tags/checks/menus/executable-menu-file/debian/postinst - + t/tags/checks/menus/executable-menu-file/debian/postrm - + t/tags/checks/menus/executable-menu-file/desc - + t/tags/checks/menus/executable-menu-file/orig/test-menu - + t/tags/checks/menus/executable-menu-file/tags - + t/tags/checks/menus/item-has-needs-dwww/debian/install - + t/tags/checks/menus/item-has-needs-dwww/debian/postinst - + t/tags/checks/menus/item-has-needs-dwww/debian/postrm The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/lintian/lintian/compare/d381fc9ba5050469de123c0b59bcd674a878ff51...b40a82b70379f575512e6386049325591f4f529c -- View it on GitLab: https://salsa.debian.org/lintian/lintian/compare/d381fc9ba5050469de123c0b59bcd674a878ff51...b40a82b70379f575512e6386049325591f4f529c You're receiving this email because of your account on salsa.debian.org.

