[Python-modules-commits] r3393 - in /packages/pycallgraph/trunk/debian: changelog control pycallgraph-dot.1

jmalonzo-guest at users.alioth.debian.org jmalonzo-guest at users.alioth.debian.org
Fri Oct 5 14:33:26 UTC 2007


Author: jmalonzo-guest
Date: Fri Oct  5 14:33:26 2007
New Revision: 3393

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3393
Log:
manpage added, merge changelog changes since 0.4 is still UNRELEASED

Added:
    packages/pycallgraph/trunk/debian/pycallgraph-dot.1
Modified:
    packages/pycallgraph/trunk/debian/changelog
    packages/pycallgraph/trunk/debian/control

Modified: packages/pycallgraph/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pycallgraph/trunk/debian/changelog?rev=3393&op=diff
==============================================================================
--- packages/pycallgraph/trunk/debian/changelog (original)
+++ packages/pycallgraph/trunk/debian/changelog Fri Oct  5 14:33:26 2007
@@ -1,16 +1,12 @@
-pycallgraph (0.4.0-2) UNRELEASED; urgency=low
-
-  * XS-Vcs-Svn, XS-Vcs-Browser and Homepage fields added
-
- -- Piotr Ożarowski <piotr at debian.org>  Fri, 21 Sep 2007 21:52:27 +0200
-
-pycallgraph (0.4.0-1) unstable; urgency=low
+pycallgraph (0.4.0-1) UNREALEASED; 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 <piotr at debian.org>)
+  * Manual page added
 
- -- Jan Alonzo <jmalonzo at unpluggable.com>  Wed, 11 Jul 2007 23:43:26 +1000
+ -- Jan Alonzo <jmalonzo at unpluggable.com>  Sat, 6 Oct 2007 01:00:00 +1000
 
 pycallgraph (0.3.0.dfsg-1) unstable; urgency=low
 

Modified: packages/pycallgraph/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pycallgraph/trunk/debian/control?rev=3393&op=diff
==============================================================================
--- packages/pycallgraph/trunk/debian/control (original)
+++ packages/pycallgraph/trunk/debian/control Fri Oct  5 14:33:26 2007
@@ -7,8 +7,8 @@
 Build-Depends-Indep: python-support (>= 0.3)
 Standards-Version: 3.7.2
 Homepage: http://pycallgraph.slowchop.com
-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycallgraph/trunk/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pycallgraph/?op=log
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycallgraph/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pycallgraph/?op=log
 
 Package: python-pycallgraph
 Architecture: all

Added: packages/pycallgraph/trunk/debian/pycallgraph-dot.1
URL: http://svn.debian.org/wsvn/python-modules/packages/pycallgraph/trunk/debian/pycallgraph-dot.1?rev=3393&op=file
==============================================================================
--- packages/pycallgraph/trunk/debian/pycallgraph-dot.1 (added)
+++ packages/pycallgraph/trunk/debian/pycallgraph-dot.1 Fri Oct  5 14:33:26 2007
@@ -1,0 +1,65 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.TH PYCALLGRAPH-DOT 1 "2007-10-06"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+pycallgraph-dot \- command-line interface to pycallgraph
+.SH SYNOPSIS
+.B pycallgraph-dot
+[\fIOPTION\fR]... \fBpythonfile \fBimagefile
+.SH DESCRIPTION
+This manual page documents briefly \fBpycallgraph-dot\fP.
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+\fBpycallgraph\fP is a program that creates callgraphs for python
+programs. \fBpycallgraph-dot is the command line interface to \fBpycallgraph's
+make_dot_graph method, which generates the callgraph and puts it in the given
+imagefile parameter.
+.HP
+\fB\-f\fR, \fB\-\-image-format
+.IP
+the image format of imagefile. Default: png
+.HP
+\fB\-t\fR, \fB\-\-tool
+.IP
+the tool from \fBGraphviz to use. Default: dot
+.HP
+\fB\-s\fR, \fB\-\-stdlib
+.IP
+include standard library functions in the trace. Default: False
+.HP
+\fB\-i\fR, \fB\-\-include
+.IP
+wildcard pattern of modules to include in the output. You can have multiple
+include arguments
+.HP
+\fB\-e\fR, \fB\-\-exclude
+.IP
+wildcard pattern of modules to exclude in the output. You can have multiple
+exclude arguments
+.HP
+\fB\-d\fR, \fB\-\-max\-depth
+.IP
+maximum stack depth to trace
+.HP
+\fB\-\-exclude\-timing
+.IP
+wildcard pattern of modules to exclude in time measurement. You can have
+multiple exclude arguments
+.HP
+\fB\-\-include\-timing
+.IP
+wildcard pattern of modules to include in time measurement. You can have
+multiple include arguments
+.SH AUTHOR
+This manual page was written by Jan Alonzo <jmalonzo at unpluggable.com>, for the
+Debian GNU/Linux system (but may be used by others).




More information about the Python-modules-commits mailing list