File: control

package info (click to toggle)
ipdb 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 58
  • sloc: python: 224; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,613 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
32
33
34
35
36
37
Source: ipdb
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andrey Rahmatullin <wrar@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python3-all,
 python-setuptools, python3-setuptools, ipython, ipython3
Standards-Version: 3.9.8
Homepage: https://github.com/gotcha/ipdb
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ipdb.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ipdb.git

Package: python-ipdb
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
Description: IPython-based pdb replacement
 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 ipdb binary which can be used instead of the pdb binary to
 debug standalone scripts.

Package: python3-ipdb
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
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.