pycallgraph 0.5.1-3 source package in Ubuntu

Changelog

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

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

 -- Michael Bienia <email address hidden>   Fri,  03 Jul 2009 12:38:52 +0100

Upload details

Uploaded by:
Michael Bienia
Uploaded to:
Karmic
Original maintainer:
chaica
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pycallgraph_0.5.1.orig.tar.gz 14.2 KiB c84b3294b7c33dcd8148d9245e61fce7fca811bed2d357f91e98804785ffbb83
pycallgraph_0.5.1-3.diff.gz 2.7 KiB 23bc0d5ca13d0cc3b3e6611392aa857e626e27c4234ff3193b3a226c7bed716d
pycallgraph_0.5.1-3.dsc 1.3 KiB 4ad2a281c48ef5400845161a321eda7d756252f2b7097201ac8c6307d91dc42a

Available diffs

View changes file

Binary packages built by this source

python-pycallgraph: 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.