debian/0000755000000000000000000000000012017714557007177 5ustar debian/rules0000755000000000000000000000112511471352706010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_install: dh_auto_install mv $(CURDIR)/debian/pythontracer/usr/bin/pytracefile.py \ $(CURDIR)/debian/pythontracer/usr/bin/pytracefile debian/control0000644000000000000000000000214012017704013010561 0ustar Source: pythontracer Section: python Priority: extra Maintainer: TANIGUCHI Takaki Build-Depends: debhelper (>= 7.0.50~), python-all-dev, python-setuptools, python-support Standards-Version: 3.9.1 Homepage: http://code.google.com/p/pythontracer/ #Vcs-Git: git://git.debian.org/collab-maint/pythontracer.git #Vcs-Browser: http://git.debian.org/?p=collab-maint/pythontracer.git;a=summary Package: pythontracer Architecture: any Depends: ${python:Depends},${shlibs:Depends}, ${misc:Depends}, python-gtk2 Description: Python programs' execution tracer and profiler Lets you see your Python program's execution as a tree of function invocations, each tree node exposing the real time, and CPU time (user/sys) of that call. . This project consists of two main components: A Python tracer that can run your Python programs (much like "cProfile" and friends). A Gtk+ based GUI that can show the trace results. . It uses a tiny auxiliary library written for it "graphfile" to allow append-only writing and reading static DAG's directly from file without reading it whole into memory at any stage. debian/source/0000755000000000000000000000000011471352706010474 5ustar debian/source/format0000644000000000000000000000001411471352706011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000067512017714557011061 0ustar pythontracer (8.10.16-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "missing dependency on python-gtk2": add the dependency. Thanks to Jakub Wilk for the bug report. (Closes: #684778) -- gregor herrmann Thu, 30 Aug 2012 18:48:15 +0200 pythontracer (8.10.16-1) unstable; urgency=low * Initial release (Closes: #505208) -- TANIGUCHI Takaki Wed, 17 Nov 2010 16:44:13 +0900 debian/compat0000644000000000000000000000000211471352706010372 0ustar 7 debian/copyright0000644000000000000000000000224511471352706011132 0ustar This work was packaged for Debian by: TANIGUCHI Takaki on Wed, 17 Nov 2010 16:44:13 +0900 It was downloaded from: http://code.google.com/p/pythontracer/ Upstream Author: Eyal Lotem Copyright: License: 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 package 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 Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". The Debian packaging is: Copyright (C) 2010 TANIGUCHI Takaki and is licensed under the GPL version 3, see above. debian/docs0000644000000000000000000000000511471352706010042 0ustar TODO debian/watch0000644000000000000000000000013011471352706010217 0ustar version=3 http://googlecode.debian.net/p/pythontracer/pythontracer-(.*)-source\.tar\.gz