[Python-modules-commits] r11333 - in packages/objgraph/trunk/debian (4 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Tue Jan 26 19:24:11 UTC 2010


    Date: Tuesday, January 26, 2010 @ 19:24:06
  Author: stefanor-guest
Revision: 11333

Review from jwilk: Build example images, tweak description and copyright

Added:
  packages/objgraph/trunk/debian/examples
Modified:
  packages/objgraph/trunk/debian/control
  packages/objgraph/trunk/debian/copyright
  packages/objgraph/trunk/debian/rules

Modified: packages/objgraph/trunk/debian/control
===================================================================
--- packages/objgraph/trunk/debian/control	2010-01-26 19:23:00 UTC (rev 11332)
+++ packages/objgraph/trunk/debian/control	2010-01-26 19:24:06 UTC (rev 11333)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7), python-support (>= 0.8)
+Build-Depends: debhelper (>= 7), python-support (>= 0.8), graphviz
 Standards-Version: 3.8.3
 Homepage: http://mg.pov.lt/objgraph/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/objgraph/trunk/
@@ -17,6 +17,7 @@
 Description: Ad-hoc tools for drawing Python object reference graphs with graphviz
  objgraph contains a set of utility functions for exploring Python objects in
  memory.
+ .
  It can be used for counting and statistics, finding root references
- responsible for large object trees and  export the object reference graphs in
+ responsible for large object trees and export the object reference graphs in
  graphviz format.

Modified: packages/objgraph/trunk/debian/copyright
===================================================================
--- packages/objgraph/trunk/debian/copyright	2010-01-26 19:23:00 UTC (rev 11332)
+++ packages/objgraph/trunk/debian/copyright	2010-01-26 19:24:06 UTC (rev 11333)
@@ -4,8 +4,8 @@
 Source: http://pypi.python.org/pypi/objgraph/
 
 Files: *
-Copyright: 2008 Marius Gedminas
-License: MIT-1
+Copyright: 2008, Marius Gedminas
+License: MIT
  Released under the MIT licence.
  .
  Permission is hereby granted, free of charge, to any person obtaining a copy of

Added: packages/objgraph/trunk/debian/examples
===================================================================
--- packages/objgraph/trunk/debian/examples	                        (rev 0)
+++ packages/objgraph/trunk/debian/examples	2010-01-26 19:24:06 UTC (rev 11333)
@@ -0,0 +1 @@
+sample*-graph.png

Modified: packages/objgraph/trunk/debian/rules
===================================================================
--- packages/objgraph/trunk/debian/rules	2010-01-26 19:23:00 UTC (rev 11332)
+++ packages/objgraph/trunk/debian/rules	2010-01-26 19:24:06 UTC (rev 11333)
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_build:
+	dh_auto_build
+	python setup.py --build-images




More information about the Python-modules-commits mailing list