File: control

package info (click to toggle)
pudb 2016.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 376 kB
  • ctags: 428
  • sloc: python: 4,043; sh: 6; makefile: 4
file content (61 lines) | stat: -rw-r--r-- 2,035 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
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: pudb
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Uploaders: Josue Ortega <josue@debian.org>
 , David Paleino <dapal@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 python-all (>= 2.6.6-3~),
 python-setuptools (>= 0.6c9),
 python3-all,
 python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Standards-Version: 3.9.8
Homepage: https://github.com/inducer/pudb
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pudb.git
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/pudb.git/

Package: python-pudb
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
 python-pygments (>= 1.0),
 python-urwid (>= 1.1.1)
Recommends: ${python:Recommends}
Provides: ${python:Provides}
Suggests: ipython
Description: full-screen, console-based Python debugger
 PuDB is a full-screen, console-based visual debugger for Python.
 .
 Its goal is to provide all the niceties of modern GUI-based debuggers
 in a more lightweight and keyboard-friendly package. PuDB allows you
 to debug code right where you write and test it -- in a terminal. If
 you've worked with the excellent (but nowadays ancient) DOS-based
 Turbo Pascal or C tools, PuDB's UI might look familiar.

Package: python3-pudb
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
 python3-pygments (>= 1.0),
 python3-urwid (>= 1.1.1)
Recommends: ${python3:Recommends}
Provides: ${python3:Provides}
Suggests: ipython3
Description: full-screen, console-based Python3 debugger
 PuDB is a full-screen, console-based visual debugger for Python3.
 .
 Its goal is to provide all the niceties of modern GUI-based debuggers
 in a more lightweight and keyboard-friendly package. PuDB allows you
 to debug code right where you write and test it -- in a terminal. If
 you've worked with the excellent (but nowadays ancient) DOS-based
 Turbo Pascal or C tools, PuDB's UI might look familiar.