This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 6676aeead7e5811bd0b131cddeed7d8913852679 Author: Chris Lamb <[email protected]> Date: Wed Jul 12 22:01:42 2017 +0100 Rename copyright-contains-dh-make-perl-boilerplate to copyright-contains-automatically-extracted-boilerplate as it can be generated by other tools such as dh-make-elpa. Thanks to Sean Whitton for the report. (Closes: #841832) --- checks/copyright-file.desc | 2 +- checks/copyright-file.pm | 2 +- debian/changelog | 5 +++++ t/tests/copyright-file-general/desc | 2 +- t/tests/copyright-file-general/tags | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/checks/copyright-file.desc b/checks/copyright-file.desc index 6aa4821..fb4bbaa 100644 --- a/checks/copyright-file.desc +++ b/checks/copyright-file.desc @@ -258,7 +258,7 @@ Info: The string "Please also look if..." appears in the copyright to find additional copyright/license, or that you didn't remove that paragraph after having done so. -Tag: copyright-contains-dh-make-perl-boilerplate +Tag: copyright-contains-automatically-extracted-boilerplate Severity: normal Certainty: certain Ref: policy 12.5 diff --git a/checks/copyright-file.pm b/checks/copyright-file.pm index ba00c96..ac371eb 100644 --- a/checks/copyright-file.pm +++ b/checks/copyright-file.pm @@ -311,7 +311,7 @@ qr/GNU (?:Lesser|Library) General Public License|(?-i:\bLGPL\b)/i } if (m/This copyright info was automatically extracted/o) { - tag 'copyright-contains-dh-make-perl-boilerplate'; + tag 'copyright-contains-automatically-extracted-boilerplate'; } if (m,url://,o) { diff --git a/debian/changelog b/debian/changelog index 2904749..6a96976 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,11 @@ lintian (2.5.52) UNRELEASED; urgency=medium + [NT] Remove check for missing versioned build-depends for dpkg and debhlper when using Build-Profiles. The necessary versions are now in oldstable. + * checks/copyright-file.{desc,pm}: + + [CL] Rename copyright-contains-dh-make-perl-boilerplate to + copyright-contains-automatically-extracted-boilerplate as it can + be generated by other tools such as dh-make-elpa. Thanks to Sean + Whitton for the report. (Closes: #841832) * checks/cruft.{desc,pm}: + [CL] Clarify language of source-contains-prebuilt-ms-help-file description; there exists free software to generate .chm files. diff --git a/t/tests/copyright-file-general/desc b/t/tests/copyright-file-general/desc index e218875..4f80ec1 100644 --- a/t/tests/copyright-file-general/desc +++ b/t/tests/copyright-file-general/desc @@ -5,7 +5,7 @@ Skeleton: pedantic Options: -IE --pedantic Test-For: FSSTND-dir-in-usr - copyright-contains-dh-make-perl-boilerplate + copyright-contains-automatically-extracted-boilerplate copyright-does-not-refer-to-common-license-file copyright-file-compressed copyright-file-contains-full-apache-2-license diff --git a/t/tests/copyright-file-general/tags b/t/tests/copyright-file-general/tags index fdcebb2..8c024dc 100644 --- a/t/tests/copyright-file-general/tags +++ b/t/tests/copyright-file-general/tags @@ -24,7 +24,7 @@ E: copyright-poor-common-licenses: copyright-should-refer-to-common-license-file E: copyright-symlink: copyright-file-is-symlink P: copyright-crln: copyright-has-crs W: copyright-full-apache-2: copyright-without-copyright-notice -W: copyright-misc-errors: copyright-contains-dh-make-perl-boilerplate +W: copyright-misc-errors: copyright-contains-automatically-extracted-boilerplate W: copyright-misc-errors: copyright-has-url-from-dh_make-boilerplate W: copyright-misc-errors: copyright-refers-to-deprecated-bsd-license-file W: copyright-misc-errors: copyright-refers-to-nonexistent-license-file usr/share/common-licenses/GPL2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

