File: control

package info (click to toggle)
ipdb 0.13.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 652; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download
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
Source: ipdb
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Andrey Rakhmatullin <wrar@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               ipython3 <!nocheck>,
               python3-all,
               python3-decorator <!nocheck>,
               python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/gotcha/ipdb
Vcs-Git: https://salsa.debian.org/python-team/packages/ipdb.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ipdb
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no

Package: python3-ipdb
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: IPython-based pdb replacement (Python 3 version)
 ipdb is a replacement for pdb Python debugger, adding IPython features (tab
 completion, syntax highlighting, better tracebacks, better introspection) to
 it.
 .
 ipdb contains replacements for all functions from the pdb stdlib module. It
 also contains the ipdb3 binary which can be used instead of the pdb3 binary to
 debug standalone scripts.
 .
 This package contains the Python 3 version of the module.