debian/0000755000000000000000000000000012264737424007201 5ustar debian/python-pycallgraph.manpages0000644000000000000000000000002212264631766014537 0ustar man/pycallgraph.1 debian/copyright0000644000000000000000000000241012264622761011126 0ustar This package was debianized by Jan Alonzo on Fri, 1 Jun 2007 16:30 +1000. It was downloaded from http://pycallgraph.slowchop.com Upstream Author: Gerald Kaszuba Copyright: Copyright © 2007 Gerald Kaszuba License: This package 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 2 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA, 02110-1301, USA. On a Debian system the complete text of the GNU General Public License v2 can be found in the file `/usr/share/common-licenses/GPL-2'. The Debian packaging is © 2007, Jan Alonzo and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000016612264622761010232 0ustar version=3 opts=dversionmangle=s/\.dfsg$// \ http://pycallgraph.slowchop.com/files/download/pycallgraph-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212264623542010372 0ustar 9 debian/NEWS0000644000000000000000000000077212264622761007703 0ustar pycallgraph (0.5.1-1) unstable; urgency=medium The new version of pycallgraph ships the command-line executable renamed in 'pycallgraph' instead of the previous 'pycg'. -- Sandro Tosi Tue, 08 Jul 2008 19:01:57 +0200 pycallgraph (0.5.0-1) unstable; urgency=medium The new version of pycallgraph ships the command-line executable renamed in 'pycg' instead of the previous 'pycallgraph-dot' -- Sandro Tosi Tue, 08 Jul 2008 00:15:38 +0200 debian/control0000644000000000000000000000144712264630201010573 0ustar Source: pycallgraph Section: python Priority: optional Maintainer: Carl Chenet Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python (>= 2.7) Standards-Version: 3.9.5 Homepage: http://pycallgraph.slowchop.com Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pycallgraph/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pycallgraph/trunk/ Package: python-pycallgraph Architecture: all Depends: ${python:Depends}, ${misc:Depends}, graphviz Description: Python library that creates call graphs for Python programs It uses GraphViz to generate call graphs from one execution of your Python code. It's very easy to use and can point out possible problems with your code execution. debian/rules0000755000000000000000000000111212264733026010246 0ustar #!/usr/bin/make -f PYTHON3=$(shell py2versions -vr) %: dh $@ --with python2 override_dh_auto_build: set -ex; for py in $(PYTHON2) ; do \ python$$py setup.py build; \ done override_dh_auto_install: set -ex; for py in $(PYTHON2) ; do \ python$$py setup.py install --skip-build \ --root=$(CURDIR)/debian/tmp \ --install-layout=deb; \ done override_dh_fixperms: dh_fixperms chmod -f 644 debian/python-pycallgraph/usr/share/pyshared/pycallgraph/config.py override_dh_auto_clean: rm -rf build rm -rf *.egg-info debian/source/0000755000000000000000000000000012264737421010476 5ustar debian/source/format0000644000000000000000000000001412264623305011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000741412264733646011063 0ustar pycallgraph (1.0.1-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Carl Chenet ] * New upstream release * Removed debian/pyversions file * Removed debian/examples file * Removed debian/pycompat file * Create debian/python-pycallgraph.manpages * Create debian/install file * debian/source/format - Bump to 3.0 (quilt) * debian/control - Bump Standards-Version * debian/rules - Move to new debian/rules style * debian/compat - Bump to 9 -- Carl Chenet Mon, 13 Jan 2014 00:32:12 +0100 pycallgraph (0.5.1-3) unstable; urgency=low [ Carl Chenet ] * debian/pyversions - modify restriction from 2.4-2.5 to 2.4- to allow 2.6; Closes: #532314 - Standards-Version to 3.8.2.0 -- Carl Chenet Mon, 29 Jun 2009 20:50:58 +0200 pycallgraph (0.5.1-2) unstable; urgency=low [ Carl Chenet ] * New maintainer. Closes: #524937 * debian/control - updated Maintainer field - updated Standards-Version to 3.8.1.0 * debian/copyright - replaced (C) by © - replaced /GPL by /GPL-2 [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn -- Carl Chenet Sun, 24 May 2009 15:41:20 +0200 pycallgraph (0.5.1-1) unstable; urgency=medium [ Sandro Tosi ] * New upstream release * debian/rules - changed manpage location - dropped simple-patchsys.mk inclusion since there is no patch to apply * debian/copyright - changed upstream author email address * debian/patches/10_fix_manpage.patch - dropped since merged upstream * debian/NEWS - updated to upstream executable name change -- Debian Python Modules Team Tue, 08 Jul 2008 19:10:37 +0200 pycallgraph (0.5.0-1) unstable; urgency=medium [ Jan Michael Alonzo ] * debian/control: updated package dep versions * debian/pyversions: added with versions 2.4-2.5 * debian/patches: updated hashbang patch to remove - trailing return. Closes: #453943 [ Sandro Tosi ] * New upstream release - pycg can now be called on itself; thanks to Stephen Gran for the report; Closes: #478581 * debian/control - uniforming Vcs-Browser field - bump Standards-Version to 3.8.0 (no changes needed) * debian/copyright - updated upstream author email address - added location of GPLv2 full text on a Debian machine - renamed previous section Copyright in License - indented upstream author, license and copyright sections with 4 spaces * debian/patches/add_hashbang_to_script.patch - removed since upstream added shebang to the new script * debian/patches/10_fix_manpage.patch - added to fix manpage, hyphen used as minus (lintian warning) * debian/rules - updated manpage location (it's now shipped by upstream) - removed script rename, since now the extension is no more in the filename * debian/pycallgraph-dot.1 - removed, since merged upstream * debian/NEWS - added to notify users of executable rename -- Debian Python Modules Team Tue, 08 Jul 2008 00:17:58 +0200 pycallgraph (0.4.0-1) unstable; urgency=low * New upstream release * Change permission to 644 of examples/*.py on install * Rename scripts/pycallgraph-dot.py to pycallgraph-dot on install * Vcs-Svn, Vcs-Browser, Homepage fields added (Piotr Ożarowski ) * Manual page added; added install directive in rules * Updated patch to add hashbang into scripts/pycallgraph-dot.py -- Jan Alonzo Sat, 6 Oct 2007 01:00:00 +1000 pycallgraph (0.3.0.dfsg-1) unstable; urgency=low * Initial Release. Closes: #426985 -- Jan Alonzo Fri, 7 Jun 2007 16:40:53 +1000 debian/install0000644000000000000000000000011112264631645010561 0ustar pycallgraph/* usr/share/pyshared/pycallgraph scripts/pycallgraph usr/bin