debian/0000775000000000000000000000000011676426624007206 5ustar debian/python-tracing.links0000664000000000000000000000030011673703231013174 0ustar usr/share/javascript/jquery/jquery.js usr/share/doc/python-tracing/html/_static/jquery.js usr/share/javascript/underscore/underscore.js usr/share/doc/python-tracing/html/_static/underscore.js debian/changelog0000664000000000000000000000166211676426507011065 0ustar python-tracing (0.6-2) unstable; urgency=low * Replace embedded underscore.js with symlink to copy from libjs-underscore. * Make the package suggest (rather than depend on) libjs-jquery. Also suggest libjs-underscore. These are needed only for API docs, which most people won't really care about. -- Lars Wirzenius Tue, 27 Dec 2011 20:40:39 +0000 python-tracing (0.6-1) unstable; urgency=low * Update packaging to use dh_python2. * Avoid embedding jquery.js from sphinx, symlink to libjs-jquery instead. -- Lars Wirzenius Sat, 17 Sep 2011 20:40:29 +0100 python-tracing (0.5-1) unstable; urgency=low * New upstream version. Adds documentation formatted using sphinx. -- Lars Wirzenius Sat, 28 May 2011 18:04:22 +0100 python-tracing (0.4-1) unstable; urgency=low * Initial packaging. (Closes: #623857) -- Lars Wirzenius Wed, 18 May 2011 07:27:23 +0100 debian/compat0000664000000000000000000000000211371124563010371 0ustar 7 debian/python-tracing.docs0000644000000000000000000000004711570225316013011 0ustar README NEWS example.py doc/_build/html debian/copyright0000664000000000000000000000167211564663074011145 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: python-tracing Upstream-Contact: Lars Wirzenius Source: http://code.liw.fi/python-tracing/bzr/trunk/ Files: * Copyright: 2011, Lars Wirzenius License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On a Debian system, you can find a copy of GPL version 3 at /usr/share/common-licenses/GPL-3 . debian/control0000664000000000000000000000215711673703213010603 0ustar Source: python-tracing Maintainer: Lars Wirzenius Section: python Priority: optional Standards-Version: 3.9.2 Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-sphinx X-Python-Version: >= 2.6 Package: python-tracing Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6) Suggests: libjs-jquery, libjs-underscore Description: Python debug tracing helper Provides the Python library 'tracing' to help with logging debug messages. This library provides a function for logging debug messages. It is sometimes practical during software development to add a lot of debugging log messages to a program, but having them enabled all the time results in very large log files. Also, logging that much takes quite a bit of time. . This module provides a way to turn such debugging (or tracing) messages on and off, based on the filename they occur in. It is much faster than using `logging.Filter` to accomplish the same thing, which matters when code is run in production mode. The actual logging still happens using the `logging` library. Homepage: http://liw.fi/tracing/ debian/source/0000775000000000000000000000000011564666367010514 5ustar debian/source/format0000664000000000000000000000001411564666367011722 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000042111602326513010244 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 --buildsystem=python_distutils override_dh_auto_build: $(MAKE) dh_auto_build --with=python2 --buildsystem=python_distutils override_dh_auto_clean: $(MAKE) clean dh_auto_clean --with=python2 --buildsystem=python_distutils