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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: pydevd
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
cython3,
gdb <!nocheck>,
libqt5x11extras5 <!nocheck>,
procps <!nocheck>,
python3-all-dev,
python3-bytecode (>= 0.14.0-2),
python3-cherrypy3 <!nocheck>,
python3-coverage <!nocheck>,
python3-django <!nocheck>,
python3-flask <!nocheck>,
python3-gevent <!nocheck>,
python3-ipython <!nocheck>,
python3-jinja2 <!nocheck>,
python3-matplotlib <!nocheck>,
python3-numpy <!nocheck>,
python3-pandas <!nocheck>,
python3-psutil <!nocheck>,
python3-pyqt5 <!nocheck>,
python3-pyqt5.qtsvg <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-setuptools,
python3-trio <!nocheck>,
python3-untangle <!nocheck>,
txt2man,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/fabioz/PyDev.Debugger/
Vcs-Browser: https://salsa.debian.org/python-team/packages/pydevd
Vcs-Git: https://salsa.debian.org/python-team/packages/pydevd.git
Description: Debugger used by debugpy
This is the debugger underlying debugpy, which is used by IPython and
Spyder, among others.
.
This package can also be used for remote debugging, connecting from an IDE.
Package: python3-pydevd
Architecture: any
Depends: gdb,
python3-coverage,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Breaks: python3-debugpy (<< 1.8.0+ds),
python3-omegaconf (<< 2.2.2-1)
Conflicts: pydevd
Replaces: pydevd,
python3-omegaconf (<< 2.2.2-1)
Built-Using: ${pydevd:Built-Using}
Description: ${source:Synopsis}
${source:Extended-Description}
|