[Python-apps-commits] r4595 - in packages/objgraph/trunk/debian (5 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Mon Jan 25 08:57:30 UTC 2010


    Date: Monday, January 25, 2010 @ 08:57:29
  Author: stefanor-guest
Revision: 4595

Couple of corrections, convert to source format 3

Added:
  packages/objgraph/trunk/debian/source/
  packages/objgraph/trunk/debian/source/format
Modified:
  packages/objgraph/trunk/debian/control
  packages/objgraph/trunk/debian/copyright
  packages/objgraph/trunk/debian/patches/excise-setuptools.dif

Modified: packages/objgraph/trunk/debian/control
===================================================================
--- packages/objgraph/trunk/debian/control	2010-01-25 08:52:12 UTC (rev 4594)
+++ packages/objgraph/trunk/debian/control	2010-01-25 08:57:29 UTC (rev 4595)
@@ -15,7 +15,8 @@
 Depends: ${misc:Depends}, ${python:Depends}
 Recommends: graphviz
 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.
+ 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
  graphviz format.

Modified: packages/objgraph/trunk/debian/copyright
===================================================================
--- packages/objgraph/trunk/debian/copyright	2010-01-25 08:52:12 UTC (rev 4594)
+++ packages/objgraph/trunk/debian/copyright	2010-01-25 08:57:29 UTC (rev 4595)
@@ -1,5 +1,5 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: html2text
+Name: objgraph
 Maintainer: Marius Gedminas <marius at pov.lt>
 Source: http://pypi.python.org/pypi/objgraph/
 

Modified: packages/objgraph/trunk/debian/patches/excise-setuptools.dif
===================================================================
--- packages/objgraph/trunk/debian/patches/excise-setuptools.dif	2010-01-25 08:52:12 UTC (rev 4594)
+++ packages/objgraph/trunk/debian/patches/excise-setuptools.dif	2010-01-25 08:57:29 UTC (rev 4595)
@@ -1,7 +1,7 @@
 Description: We want a deterministic build. Don't try to use setuptools over
  distutils.
 Author: Stefano Rivera <stefano at rivera.za.net>
-Forwarded: no
+Forwarded: not-needed
 Last-Updated: 2010-01-25
 
 --- a/setup.py

Added: packages/objgraph/trunk/debian/source/format
===================================================================
--- packages/objgraph/trunk/debian/source/format	                        (rev 0)
+++ packages/objgraph/trunk/debian/source/format	2010-01-25 08:57:29 UTC (rev 4595)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-apps-commits mailing list