Scroll to navigation

LINTIAN-BRUSH(1) User Commands LINTIAN-BRUSH(1)

NAME

lintian-brush - automatically fix lintian issues

SYNOPSIS

lintian-brush [-h] [--no-update-changelog] [--version] [--list-fixers] [--list-tags] [--diff] [TAGS [TAGS ...]]

DESCRIPTION

lintian-brush automatically applies a set of fixes for common lintian issues, adds the relevant changelog entries and commits the changes to the local version control system.

The tool's philosophy is to fix any issues for which it knows a correct fix, and to back off if it does not.

positional arguments:

Lintian tag for which to apply fixers.

optional arguments:

show this help message and exit
Whether to update the changelog.
show program's version number and exit
List available fixers.
List lintian tags for which fixers are available.
Override the fixers directory.
After running all fixers, display the changes made as a single unified diff.
Use features that require packages that are not yet available in Debian stable.
Print the identity (name and e-mailaddress) that lintian-brush will use when committing changes, and exit.
Do not attempt to use the network to e.g. retrieve additional package metadata from hosting sites, or to check whether a homepage is also available over HTTPS.
Run fixers but do not actually make changes to the repository. Useful in particular in combination with --diff.
Note that this currently will create a temporary clone of the repository, which may be slow for large repositories.
Be more verbose. For example, print list of fixers that was run and print tracebacks for failed fixers.
Make changes with lower certain than normal. This will potentially fix more issues, but is more likely to get things wrong. If changes with lower certainty were made, lintian-brush will let you know in its output.
Allow reformatting of files that are being changed, so long as this does not affect the semantics. This could mean stripping whitespace, but in some cases could also mean stripping comments.

WRITING AND DEBUGGING FIXERS

Fixer scripts for lintian-brush can be found under /usr/share/lintian-brush/fixers.

Lintian-brush normally takes care of making sure that the working tree doesn't contain any pending changes, of reverting changes when a fixer fails and of committing the changes and updating debian/changelog if necessary.

However, for testing purposes, you can also run the scripts directly in a packaging repository. See /usr/share/doc/lintian-brush/README.md.gz (section "Writing new fixers") for details about the expected behaviour from fixer scripts.

ENVIRONMENT

Used to control whether the changelog should be updated, depending on whether it is set to "leave", "update" or "auto". The --update-changelog and --no-update-changelog arguments override this.
postgresql connection string to use to connect to UDD. Defaults to the public UDD mirror; see https://udd-mirror.debian.net/ for details.

EXAMPLES

$ lintian-brush --list-tags
List all lintian tags for which fixers are available.
$ lintian-brush
Run all fixers in the current Debian package.

SEE ALSO

lintian-brush.conf(5) apply-multiarch-hints(1) lintian(1)

AUTHORS

Jelmer Vernooij <jelmer@debian.org>

October 2018 lintian-brush 0.1