Source: rpmlint Section: admin Priority: optional Maintainer: RPM packaging team Uploaders: Arturo Borrero Gonzalez , Build-Depends: bash-completion, binutils, bzip2, cpio, debhelper-compat (= 13), dh-sequence-python3, iso-codes, pkg-config, python3-enchant, python3-magic, python3-pybeam, python3-pytest , python3-pytest-cov , python3-pytest-flake8 , python3-pytest-xdist , python3-rpm, python3-setuptools, python3-toml, python3-tomli, python3-tomli-w, python3-xdg, python3-zstandard, python3, rpm, rpm2cpio, zstd, Standards-Version: 4.6.1 Homepage: https://github.com/rpm-software-management/rpmlint Vcs-Git: https://salsa.debian.org/pkg-rpm-team/rpmlint.git Vcs-Browser: https://salsa.debian.org/pkg-rpm-team/rpmlint Package: rpmlint Architecture: all Depends: binutils, bzip2, cpio, desktop-file-utils, rpm2cpio, ${misc:Depends}, ${python3:Depends}, python3-enchant, python3-magic, python3-zstandard, zstd, Recommends: appstream-util, groff-base, rpm, Description: RPM package checker rpmlint is a tool for checking common errors in rpm packages. rpmlint can be used to test individual packages before uploading or to check an entire distribution. By default all applicable checks are performed but specific checks can be performed by using command line parameters. . rpmlint can check binary rpms (files and installed ones), source rpms, and plain specfiles, but all checks do not apply to all argument types. For best check coverage, run rpmlint on source rpms instead of plain specfiles, and installed binary rpms instead of uninstalled binary rpm files. . The idea for rpmlint is from the lintian tool of the Debian project.