1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: pytracer
Section: python
Priority: optional
Maintainer: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: cdbs, debhelper (>= 7), python-setuptools, python (>= 2.6.6-3~), dh-python
Standards-Version: 3.8.3
Homepage: http://code.google.com/p/pytracer/
Vcs-Browser: http://git.onerussian.com/?p=deb/pytracer.git
Vcs-git: git://git.onerussian.com/deb/pytracer.git
Package: python-tracer
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Centralized trace management using sys.settrace
Python tracer module allows several trace hooks to get registered and
unregistered and allow tracing to be turned on and off temporarily
without losing the trace hooks. You can also indicate filters on
events for which trace hooks should fire and mark methods that should
automatically be ignored.
|