Docs.rs
  • lintian-brush-0.158.19
    • lintian-brush 0.158.19
    • Permalink
    • Docs.rs crate page
    • GPL-2.0+
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • jelmer
    • Dependencies
      • breezyshim >=0.1.205 normal
      • chrono >=0.4 normal
      • clap ^4, <5 normal optional
      • configparser ^3 normal
      • debian-analyzer >=0.158.19 normal
      • debian-changelog >=0.1.14 normal
      • debversion >=0.3.0 normal
      • distro-info ^0.4.0 normal
      • env_logger >=0.10 normal optional
      • humantime ^2.1.0 normal
      • indicatif ^0.17 normal
      • lazy-regex >=2 normal
      • lazy_static ^1 normal
      • log ^0.4 normal
      • pyo3 >=0.22 normal optional
      • serde ^1 normal
      • serde_json ^1 normal
      • serde_yaml >=0.8 normal
      • tempfile ^3 normal
      • url ^2 normal
      • wait-timeout ^0.2.0 normal
      • fs_extra ^1.3.0 dev
      • maplit ^1 dev
      • quote ^1.0.37 build
      • serde ^1 build
      • serde_yaml >=0.8 build
    • Versions
    • 10.19% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

lintian_brush0.158.19

  • All Items

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions

Crate lintian_brush

Source

Structs§

FixerPreferences
FixerResult
LintianIssue
ManyResult
PythonScriptFixer
A fixer that is implemented as a Python script.
ScriptFixer
UnknownFixer

Enums§

FixerDiscoverError
FixerError
LintianIssueParseError
OutputParseError
OverallError
PackageType

Constants§

DEFAULT_ADDON_FIXERS
DEFAULT_VALUE_LINTIAN_BRUSH
DEFAULT_VALUE_LINTIAN_BRUSH_ADDON_ONLY
LINTIAN_BRUSH_TAG_DEFAULT_VALUE
LINTIAN_BRUSH_TAG_VALUES

Traits§

Fixer
A fixer script

Functions§

available_lintian_fixers
Return a list of available lintian fixers.
calculate_value
data_file_path
determine_env
determine_update_changelog
find_fixers_dir
parse_script_fixer_output
read_desc_file
run_lintian_fixer
Run a lintian fixer on a tree.
run_lintian_fixers
Run a set of lintian fixers on a tree.
select_fixers
“”“Select fixers by name, from a list.