1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: stdeb
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools
Build-Depends-Indep: help2man,
python3-requests
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/stdeb
Vcs-Git: https://salsa.debian.org/python-team/packages/stdeb.git
Homepage: https://github.com/astraw/stdeb
Package: python3-stdeb
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
debhelper-compat (= 13),
python3-setuptools,
python3-requests
Recommends: apt-file,
dpkg-dev,
python3-all,
unzip
Suggests: python3-all-dev
Breaks: python-stdeb (<< 0.8.5-2)
Replaces: python-stdeb (<< 0.8.5-2)
Description: Python to Debian source package conversion plugins for distutils
This package provides distutils commands to produce Debian packages from Python
packages. Automatic defaults are provided for the Debian package, but many
aspects of the resulting package can be customized via a configuration file.
|