Source: adequate
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               perl,
               python3,
               python3-apt
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian/adequate.git
Vcs-Browser: https://salsa.debian.org/debian/adequate
Homepage: https://salsa.debian.org/debian/adequate
Rules-Requires-Root: no

Package: adequate
Architecture: all
Depends: debconf,
         ${misc:Depends},
         ${perl:Depends}
Recommends: pkg-config
Description: Debian package quality testing tool
 adequate checks packages installed on the system and reports bugs and policy
 violations.
 .
 The following checks are currently implemented:
  * broken symlinks;
  * missing copyright file;
  * obsolete conffiles;
  * Python modules not byte-compiled;
  * missing libraries, undefined symbols, symbol size mismatches;
  * license conflicts;
  * program name collisions;
  * missing alternatives;
  * missing binfmt interpreters and detectors;
  * missing pkg-config dependencies.