[Python-modules-commits] r11409 - in packages/objgraph/trunk/debian (README.Debian docs)
stefanor-guest at users.alioth.debian.org
stefanor-guest at users.alioth.debian.org
Fri Jan 29 17:52:39 UTC 2010
Date: Friday, January 29, 2010 @ 17:52:37
Author: stefanor-guest
Revision: 11409
Add README.Debian warning of ./objects.dot file creation
Added:
packages/objgraph/trunk/debian/README.Debian
Modified:
packages/objgraph/trunk/debian/docs
Added: packages/objgraph/trunk/debian/README.Debian
===================================================================
--- packages/objgraph/trunk/debian/README.Debian (rev 0)
+++ packages/objgraph/trunk/debian/README.Debian 2010-01-29 17:52:37 UTC (rev 11409)
@@ -0,0 +1,11 @@
+objgraph for Debian
+-------------------
+
+The version of objgraph in Debian has been modified to never call xdot (as it
+isn't available on Debian).
+
+Module-authors using this should be aware that certain functions (show_graph,
+show_refs, show_backrefs) will create a file called objects.dot in the current
+directory. Use these functions with caution.
+
+ -- Stefano Rivera <stefano at rivera.za.net> Fri, 29 Jan 2010 19:45:10 +0200
Modified: packages/objgraph/trunk/debian/docs
===================================================================
--- packages/objgraph/trunk/debian/docs 2010-01-29 17:43:49 UTC (rev 11408)
+++ packages/objgraph/trunk/debian/docs 2010-01-29 17:52:37 UTC (rev 11409)
@@ -1 +1,2 @@
README.txt
+debian/README.Debian
More information about the Python-modules-commits
mailing list