Source: feature-check
Section: utils
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 libjson-xs-perl,
 libtest-command-perl,
 perl,
 pypy,
 pypy-setuptools,
 pypy-six,
 python-all,
 python-ddt,
 python-pytest,
 python-six,
 python-setuptools,
 python3-all,
 python3-ddt,
 python3-pytest,
 python3-six,
 python3-setuptools
Standards-Version: 4.3.0
Vcs-Git: https://gitlab.com/ppentchev/feature-check.git -b debian/master
Vcs-Browser: https://gitlab.com/ppentchev/feature-check/tree/debian/master
Homepage: https://devel.ringlet.net/misc/feature-check/
Rules-Requires-Root: no

Package: feature-check
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libjson-xs-perl
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: pypy-feature-check
Section: python
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${pypy:Depends}
Recommends:
 ${pypy:Recommends}
Suggests:
 ${pypy:Suggests}
Provides:
 ${pypy:Provides}
Description: query a program for supported features - PyPy 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 PyPy library.

Package: python-feature-check
Section: python
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python:Depends}
Recommends:
 ${python:Recommends}
Suggests:
 ${python:Suggests}
Provides:
 ${python:Provides}
Description: query a program for supported features - Python 2.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 2.x library.

Package: python3-feature-check
Section: python
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends}
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.
