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
|
Source: dh-python
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>, Barry Warsaw <barry@debian.org>
Build-Depends: debhelper (>= 9), python3-minimal, libpython3-stdlib,
# provides rst2man command (python3-docutils not used to avoid circular deps):
python-docutils
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/dh-python/dh-python.git
Vcs-Browser: http://anonscm.debian.org/cgit/dh-python/dh-python.git
X-Python3-Version: >= 3.2
XS-Testsuite: autopkgtest
Package: dh-python
Architecture: all
#Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}
Breaks:
# due to /usr/bin/dh_python3 and debhelper files
python3 (<< 3.3.2-4~)
Replaces: 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_python2 - calculates Python 2.X dependencies for Debian packages,
adds maintainer scripts to byte compile files, etc.
* dh_python3 - calculates Python 3.X dependencies for Debian packages,
adds maintainer scripts to byte compile files, etc.
* dh_pypy - calculates PyPy dependencies for Debian packages,
adds maintainer scripts to byte compile files, etc.
|