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

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