File: control

package info (click to toggle)
pydb 1.26-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,512 kB
  • ctags: 1,061
  • sloc: python: 4,200; perl: 2,479; lisp: 866; sh: 780; makefile: 633; ansic: 16
file content (20 lines) | stat: -rw-r--r-- 818 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: pydb
Section: devel
Priority: optional
Maintainer: Oleksandr Moskalenko <malex@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Standards-Version: 3.8.3
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: python, dh-python
Vcs-Git: git://anonscm.debian.org/python-modules/packages/pydb.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pydb.git
Homepage: http://bashdb.sourceforge.net/pydb/

Package: pydb
Architecture: all
Depends: ${python:Depends}
Suggests: ddd, emacs22
Description: An enhanced Python command-line debugger
 Pydb is a command-line debugger for Python. It is based on the standard
 Python debugger pdb, but has a number of added features. Particularly, it is
 suitable for use with DDD, a graphical debugger front end.