1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: lintian-brush
Section: devel
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: bash-completion,
decopy,
devscripts,
dh-python,
dos2unix,
python3-all,
python3-bs4,
python3-breezy (>= 3.3.0~),
python3-breezy.tests,
python3-debianbts,
python3-dulwich,
python3-distro-info,
python3-debian,
python3-debmutate (>= 0.57),
python3-iniparse,
python3-iso8601,
python3-pyinotify [linux-any],
python3-levenshtein,
python3-semver,
python3-setuptools,
python3-ruamel.yaml,
python3-tqdm,
python3-upstream-ontologist (>= 0.1.30),
python3-docutils,
python3-lxml,
python3-markdown,
python3-tomlkit,
po-debconf,
gpg,
lintian (>= 2.105.0),
debhelper-compat (= 13),
debhelper (>= 13.5),
ognibuild (>= 0.0.18)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/jelmer/lintian-brush.git
Vcs-Browser: https://salsa.debian.org/jelmer/lintian-brush
Package: lintian-brush
Architecture: all
Depends: devscripts,
python3-breezy (>= 3.3.0~),
python3-debian,
python3-debmutate (>= 0.57),
python3-dulwich,
python3-distro-info,
python3-iniparse,
python3-iso8601,
python3-ruamel.yaml,
python3-tqdm,
python3-upstream-ontologist (>= 0.1.30),
${misc:Depends},
${python3:Depends}
Recommends: lintian (>= 2.105.0), dos2unix, gpg, python3-pyinotify, python3-asyncpg, debhelper (>= 13.5), python3-levenshtein, decopy, python3-bs4, ognibuild (>= 0.0.18), python3-docutils, python3-markdown, python3-lxml, python3-tomlkit, python3-semver, python3-debianbts
Suggests: gnome-pkg-tools, postgresql-common, brz-debian (>= 2.8.66), po-debconf, git-buildpackage
Description: automatically fix lintian problems
This package contains a set of scripts that can automatically fix more than 160
common lintian issues in Debian packages.
.
It comes with a wrapper script that invokes the scripts, updates
the changelog (if desired) and commits each change to
version control.
|