Source: pytracer Section: python Priority: optional Maintainer: Yaroslav Halchenko 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.