[Python-modules-commits] r15047 - in packages/objgraph/trunk/debian (9 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Tue Dec 7 22:13:55 UTC 2010


    Date: Tuesday, December 7, 2010 @ 22:13:55
  Author: stefanor-guest
Revision: 15047

* New upstream release
* Refresh patches.
* debian/control: Reword description.
* Build new Sphinx-based documentation

Added:
  packages/objgraph/trunk/debian/doc-base
  packages/objgraph/trunk/debian/docs
  packages/objgraph/trunk/debian/links
Modified:
  packages/objgraph/trunk/debian/changelog
  packages/objgraph/trunk/debian/control
  packages/objgraph/trunk/debian/patches/excise-setuptools.diff
  packages/objgraph/trunk/debian/rules
Deleted:
  packages/objgraph/trunk/debian/docs
  packages/objgraph/trunk/debian/examples

Modified: packages/objgraph/trunk/debian/changelog
===================================================================
--- packages/objgraph/trunk/debian/changelog	2010-12-07 20:37:42 UTC (rev 15046)
+++ packages/objgraph/trunk/debian/changelog	2010-12-07 22:13:55 UTC (rev 15047)
@@ -1,3 +1,12 @@
+objgraph (1.5.0-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Refresh patches.
+  * debian/control: Reword description.
+  * Build new Sphinx-based documentation
+
+ -- Stefano Rivera <stefano at rivera.za.net>  Wed, 08 Dec 2010 00:13:12 +0200
+
 objgraph (1.4.0-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/objgraph/trunk/debian/control
===================================================================
--- packages/objgraph/trunk/debian/control	2010-12-07 20:37:42 UTC (rev 15046)
+++ packages/objgraph/trunk/debian/control	2010-12-07 22:13:55 UTC (rev 15047)
@@ -3,7 +3,11 @@
 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.0.50~), python-all (>= 2.6.5-13~), graphviz
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ graphviz,
+ python-all (>= 2.6.5-13~),
+ python-sphinx
 Standards-Version: 3.9.1
 Homepage: http://mg.pov.lt/objgraph/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/objgraph/trunk/
@@ -12,13 +16,12 @@
 
 Package: python-objgraph
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: libjs-jquery, ${misc:Depends}, ${python:Depends}
 Breaks: ${python:Breaks}
 Recommends: graphviz
 Suggests: xdot
-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.
+Description: Module for exploring Python object reference graphs
+ objgraph is a module that lets you visually explore Python object graphs.
  .
  It can be used for counting and statistics, finding root references
  responsible for large object trees and export the object reference graphs in

Added: packages/objgraph/trunk/debian/doc-base
===================================================================
--- packages/objgraph/trunk/debian/doc-base	                        (rev 0)
+++ packages/objgraph/trunk/debian/doc-base	2010-12-07 22:13:55 UTC (rev 15047)
@@ -0,0 +1,9 @@
+Document: python-objgraph
+Title: Python Object Graphs
+Author: Marius Gedminas
+Abstract: objgraph is a module that lets you visually explore Python object graphs
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-objgraph/html/index.html
+Files: /usr/share/doc/python-objgraph/html/*.html

Deleted: packages/objgraph/trunk/debian/docs
===================================================================
--- packages/objgraph/trunk/debian/docs	2010-12-07 20:37:42 UTC (rev 15046)
+++ packages/objgraph/trunk/debian/docs	2010-12-07 22:13:55 UTC (rev 15047)
@@ -1 +0,0 @@
-README.txt

Added: packages/objgraph/trunk/debian/docs
===================================================================
--- packages/objgraph/trunk/debian/docs	                        (rev 0)
+++ packages/objgraph/trunk/debian/docs	2010-12-07 22:13:55 UTC (rev 15047)
@@ -0,0 +1 @@
+_build/html

Deleted: packages/objgraph/trunk/debian/examples
===================================================================
--- packages/objgraph/trunk/debian/examples	2010-12-07 20:37:42 UTC (rev 15046)
+++ packages/objgraph/trunk/debian/examples	2010-12-07 22:13:55 UTC (rev 15047)
@@ -1,2 +0,0 @@
-*.png
-examples.txt

Added: packages/objgraph/trunk/debian/links
===================================================================
--- packages/objgraph/trunk/debian/links	                        (rev 0)
+++ packages/objgraph/trunk/debian/links	2010-12-07 22:13:55 UTC (rev 15047)
@@ -0,0 +1,2 @@
+/usr/share/javascript/jquery/jquery.js       /usr/share/doc/python-objgraph/html/_static/jquery.js
+/usr/share/doc/python-objgraph/html/_sources /usr/share/doc/python-objgraph/text

Modified: packages/objgraph/trunk/debian/patches/excise-setuptools.diff
===================================================================
--- packages/objgraph/trunk/debian/patches/excise-setuptools.diff	2010-12-07 20:37:42 UTC (rev 15046)
+++ packages/objgraph/trunk/debian/patches/excise-setuptools.diff	2010-12-07 22:13:55 UTC (rev 15047)
@@ -7,7 +7,7 @@
 +++ b/setup.py
 @@ -1,10 +1,7 @@
  #!/usr/bin/python
- import os, sys, doctest
+ import os, sys, unittest, doctest, glob
  
 -try:
 -    from setuptools import setup

Modified: packages/objgraph/trunk/debian/rules
===================================================================
--- packages/objgraph/trunk/debian/rules	2010-12-07 20:37:42 UTC (rev 15046)
+++ packages/objgraph/trunk/debian/rules	2010-12-07 22:13:55 UTC (rev 15047)
@@ -5,4 +5,15 @@
 
 override_dh_auto_build:
 	dh_auto_build --buildsystem=python_distutils
-	python setup.py --build-images
+	$(MAKE) images
+	$(MAKE) docs SPHINXOPTS=-NE
+
+override_dh_installdocs:
+	dh_installdocs -Xhtml/_static/jquery.js
+
+override_dh_compress:
+	dh_compress -X.js
+
+override_dh_clean:
+	dh_clean
+	rm -rf _build




More information about the Python-modules-commits mailing list