Skip to content

Adjust auto-rejection tags for renames in Lintian.

Felix Lechner requested to merge (removed):mass-tag-rename into master

Starting with version 2.79, Lintian will use some new tag names. They were introduced to resolve Bug#534938 and Bug#922544.

This removes the old tag names. You may wish to keep them around.

You can find more information here:

https://salsa.debian.org/lintian/lintian/-/commit/4a326741b879bfc6062733447c9960a46428a299
https://salsa.debian.org/lintian/lintian/-/commit/bab2ca64e407e81bbcf625ad8ae945f60f7dcffa

This commit was amended and is believed to reflect the following analysis from the Lintian maintainers:

FTP Master uses old tag names for auto-rejection:
    -   [fatal]   debian-changelog-file-uses-obsolete-national-encoding  =>  national-encoding
    -   [fatal]   debian-control-file-uses-obsolete-national-encoding  =>  national-encoding
    -   [fatal]   debian-copyright-file-uses-obsolete-national-encoding  =>  national-encoding
    -   [fatal]   library-in-debug-or-profile-should-not-be-stripped  =>  stripped-library
    -   [fatal]   maintainer-address-causes-mail-loops-or-bounces  =>  mail-address-loops-or-bounces
    -   [fatal]   maintainer-address-is-on-localhost  =>  bogus-mail-host
    -   [fatal]   maintainer-address-malformed  =>  malformed-contact
    -   [fatal]   maintainer-address-missing  =>  malformed-contact
    -   [fatal]   maintainer-name-missing  =>  no-phrase
    -   [fatal]   no-architecture-field  =>  required-field
    -   [fatal]   no-maintainer-field  =>  required-field
    -   [fatal]   no-package-name  =>  required-field
    -   [fatal]   no-version-field  =>  required-field
    -   [fatal]   package-has-no-description  =>  required-field
    -   [fatal]   uploader-address-is-on-localhost  =>  bogus-mail-host
    -   [fatal]   uploader-address-malformed  =>  malformed-contact
    - [non-fatal] binary-or-shlib-defines-rpath  =>  custom-library-search-path
    - [non-fatal] file-name-is-not-valid-UTF-8  =>  shipped-file-without-utf8-name
    - [non-fatal] manpage-has-overly-generic-name  =>  manual-page-with-generic-name
    - [non-fatal] no-shlibs-control-file  =>  no-shlibs
They already know about those tags:
    - [non-fatal] shipped-file-without-utf8-name
The following tags have to be added:
    -   [fatal]   bogus-mail-host
    -   [fatal]   mail-address-loops-or-bounces
    -   [fatal]   malformed-contact
    -   [fatal]   national-encoding
    -   [fatal]   no-phrase
    -   [fatal]   required-field
    -   [fatal]   stripped-library
    - [non-fatal] custom-library-search-path
    - [non-fatal] manual-page-with-generic-name
    - [non-fatal] no-shlibs
Found 63 fatal and 47 non-fatal tags for profile ftp-master-auto-reject.
Edited by Felix Lechner

Merge request reports

Loading