Source: feature-check Section: utils Priority: optional Maintainer: Peter Pentchev Build-Depends: debhelper (>> 13.11.5~), cargo, dh-sequence-python3, dpkg-build-api (= 1), libjson-xs-perl , librust-anyhow-dev, librust-clap-dev, librust-clap-derive-dev, librust-nom-dev, librust-serde-dev, librust-serde-derive-dev, librust-serde-json-dev, librust-thiserror-dev, libtest-command-perl , perl , pybuild-plugin-pyproject, python3-all, python3-hatchling, python3-hatch-requirements-txt, python3-pyparsing, python3-pytest , Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/roam/feature-check.git Vcs-Browser: https://salsa.debian.org/roam/feature-check/ Homepage: https://devel.ringlet.net/misc/feature-check/ Package: feature-check Architecture: any Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends}, Description: tool to query a program for supported features The feature-check tool obtains the list of supported features from a program via various methods (e.g. running it with the --features command-line option) and allows other programs to check for the presence and, possibly, versions of specific features. . This package contains the command-line tool for use by any program. Package: python3-feature-check Section: python Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, python3-pyparsing, Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Provides: ${python3:Provides} Description: query a program for supported features - Python 3.x library The feature-check tool obtains the list of supported features from a program via various methods (e.g. running it with the --features command-line option) and allows other programs to check for the presence and, possibly, versions of specific features. . This package contains the Python 3.x library.