Felix Lechner pushed to branch master at lintian / lintian


Commits:
ecd99c2d by Felix Lechner at 2019-10-26T14:18:39Z
In tests, rename pre_build to pre-build.

For historical reasons, some of the test helper scripts such as
pre_build had underscores in their names while others had hyphens.
This commit is part of a series to standardize the names using
hyphens.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -
193af22a by Felix Lechner at 2019-10-26T14:18:55Z
In tests, rename pre_build.in to pre-build.in.

For historical reasons, some of the test helper scripts such as
pre_build had underscores in their names while others had hyphens.
This commit is part of a series to standardize the names using
hyphens.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -
f84ed202 by Felix Lechner at 2019-10-26T14:19:01Z
In tests, rename pre_upstream to pre-upstream.

For historical reasons, some of the test helper scripts such as
pre_upstream had underscores in their names while others had hyphens.
This commit is part of a series to standardize the names using
hyphens.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -
f808d880 by Felix Lechner at 2019-10-26T14:19:06Z
In tests, rename post_build.in to post-build.in.

For historical reasons, some of the test helper scripts such as
post_build had underscores in their names while others had hyphens.
This commit is part of a series to standardize the names using
hyphens.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -
e468eb00 by Felix Lechner at 2019-10-26T14:19:13Z
In tests, rename post_test to post-test.

For historical reasons, some of the test helper scripts such as
post_test had underscores in their names while others had hyphens.
This commit is part of a series to standardize the names using
hyphens.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -
042e4d1d by Felix Lechner at 2019-10-26T14:19:19Z
In tests, rename test_calibration to test-calibration.

For historical reasons, some of the test helper scripts such as
test_calibration had underscores in their names while others had
hyphens.  This commit is part of a series to standardize the names
using hyphens.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -
b7c845a9 by Felix Lechner at 2019-10-26T14:19:24Z
Fix template whitelists for the migration from underscores to hyphens in test 
helper scripts.

For historical reasons, some of the test helper scripts such as
pre_build had underscores in their names while others had hyphens.
This commit is part of a series to standardize the names using
hyphens.

This adjusts the template whitelists to allow filling of the renamed
files.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -
3e1f2a39 by Felix Lechner at 2019-10-26T14:19:34Z
Fix templates for the migration from underscores to hyphens in test helper 
scripts.

For historical reasons, some of the test helper scripts such as
pre_build had underscores in their names while others had hyphens.
This commit is part of a series to standardize the names using
hyphens.

This adjusts the templates, which provide default versions for some of
the renamed files.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -
8b206550 by Felix Lechner at 2019-10-26T14:19:38Z
Fix Test::Lintian::Run for the migration from underscores to hyphens in test 
helper scripts.

For historical reasons, some of the test helper scripts such as
pre_build had underscores in their names while others had hyphens.
This commit is part of a series to standardize the names using
hyphens.

This adjusts the test runner to use the renamed files.

Hyphens can be easier to read but also have drawbacks. Significant in
this context is that Makefile variables may not contain hyphens.

Gbp-Dch: ignore

- - - - -


30 changed files:

- lib/Test/Lintian/Run.pm
- t/tags/checks/binaries/binaries-general/post_test → 
t/tags/checks/binaries/binaries-general/post-test
- t/tags/checks/binaries/binaries-hardening/test_calibration → 
t/tags/checks/binaries/binaries-hardening/test-calibration
- t/tags/checks/binaries/binaries-libc-link/post_test → 
t/tags/checks/binaries/binaries-libc-link/post-test
- t/tags/checks/binaries/legacy-binary/post_test → 
t/tags/checks/binaries/legacy-binary/post-test
- t/tags/checks/binaries/legacy-debug/post_test → 
t/tags/checks/binaries/legacy-debug/post-test
- t/tags/checks/binaries/legacy-libbaz/post_test → 
t/tags/checks/binaries/legacy-libbaz/post-test
- t/tags/checks/changes-file/checksum-count-mismatch/post_build.in → 
t/tags/checks/changes-file/checksum-count-mismatch/post-build.in
- t/tags/checks/changes-file/generic-empty/pre_build → 
t/tags/checks/changes-file/generic-empty/pre-build
- t/tags/checks/changes-file/legacy-foo++/post_test → 
t/tags/checks/changes-file/legacy-foo++/post-test
- t/tags/checks/conffiles/legacy-etcfiles/post_test → 
t/tags/checks/conffiles/legacy-etcfiles/post-test
- t/tags/checks/conffiles/legacy-filenames/post_test → 
t/tags/checks/conffiles/legacy-filenames/post-test
- t/tags/checks/control-files/control-field-traversal-4/test_calibration → 
t/tags/checks/control-files/control-field-traversal-4/test-calibration
- t/tags/checks/control-files/legacy-binary/post_test → 
t/tags/checks/control-files/legacy-binary/post-test
- t/tags/checks/control-files/legacy-libbaz/post_test → 
t/tags/checks/control-files/legacy-libbaz/post-test
- t/tags/checks/control-files/legacy-scripts/post_test → 
t/tags/checks/control-files/legacy-scripts/post-test
- t/tags/checks/control-files/legacy-scripts/pre_build → 
t/tags/checks/control-files/legacy-scripts/pre-build
- t/tags/checks/cruft/cruft-contains-waf/pre_upstream → 
t/tags/checks/cruft/cruft-contains-waf/pre-upstream
- t/tags/checks/cruft/cruft-empty-diff/pre_upstream → 
t/tags/checks/cruft/cruft-empty-diff/pre-upstream
- t/tags/checks/cruft/cruft-general-diff/pre_build → 
t/tags/checks/cruft/cruft-general-diff/pre-build
- t/tags/checks/cruft/cruft-general-native/pre_build → 
t/tags/checks/cruft/cruft-general-native/pre-build
- t/tags/checks/cruft/cruft-general-quilt/pre_build → 
t/tags/checks/cruft/cruft-general-quilt/pre-build
- t/tags/checks/cruft/cruft-general-test-suite/pre_upstream → 
t/tags/checks/cruft/cruft-general-test-suite/pre-upstream
- t/tags/checks/cruft/cruft-general-upstream/pre_upstream → 
t/tags/checks/cruft/cruft-general-upstream/pre-upstream
- t/tags/checks/cruft/cruft-general-wig-pen/pre_build → 
t/tags/checks/cruft/cruft-general-wig-pen/pre-build
- t/tags/checks/cruft/cruft-gfdl-fp-sliding-win/pre_build → 
t/tags/checks/cruft/cruft-gfdl-fp-sliding-win/pre-build
- t/tags/checks/cruft/cruft-minified-js/post_test → 
t/tags/checks/cruft/cruft-minified-js/post-test
- t/tags/checks/cruft/cruft-minified-js/pre_build → 
t/tags/checks/cruft/cruft-minified-js/pre-build
- t/tags/checks/cruft/cruft-python/pre_build → 
t/tags/checks/cruft/cruft-python/pre-build
- t/tags/checks/cruft/cruft-source-contains-empty-directory/pre_upstream → 
t/tags/checks/cruft/cruft-source-contains-empty-directory/pre-upstream


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/lintian/lintian/compare/b674161fa4e549229fa541e3fe5524e40325c5aa...8b20655063e628b46f95e099d3269d38be4f9e56

-- 
View it on GitLab: 
https://salsa.debian.org/lintian/lintian/compare/b674161fa4e549229fa541e3fe5524e40325c5aa...8b20655063e628b46f95e099d3269d38be4f9e56
You're receiving this email because of your account on salsa.debian.org.


Reply via email to