Source: dh-python Section: python Priority: optional Maintainer: Piotr Ożarowski Uploaders: Stefano Rivera Build-Depends: debhelper-compat (= 13), libdpkg-perl, libpython3-stdlib, python3-all , python3-all-dbg , python3-all-dev , python3-docutils , python3-minimal, python3-nose2 , Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/python-team/tools/dh-python.git Vcs-Browser: https://salsa.debian.org/python-team/tools/dh-python Rules-Requires-Root: no Package: dh-python Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, # depend on distutils to avoid adding it to Build-Depends in other packages python3-distutils | python3 (<< 3.6.5~rc1-1) Provides: dh-sequence-python3, Suggests: libdpkg-perl, dpkg-dev, flit, python3-build, python3-tomli, python3-installer Breaks: # due to /usr/bin/dh_python3 and debhelper files python3 (<< 3.3.2-4~), Description: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. Package: pybuild-plugin-pyproject Architecture: all Multi-Arch: foreign Depends: dh-python (= ${source:Version}), python3-build (>> 0.7~), python3-installer, python3-tomli, ${misc:Depends} Description: Debian helper tools for packaging Python libraries using PEP517 This metapackage depends on the components necessary for building packages with the generic PEP517 build plugin. Package: pybuild-plugin-autopkgtest Architecture: all Multi-Arch: foreign Depends: dh-python (= ${source:Version}), debhelper, make, ${misc:Depends} Description: pybuild autopkgtest test runner (metapackage) This package depends on the packages required to run pybuild-autopkgtest, a pybuild-based autopkgtest test runner. pybuild-autopkgtest will run the same test suite that regular pybuild runs during build time, but against the installed packages and without doing a build first.