[Python-modules-commits] r19734 - in packages/python-networkx/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Dec 26 14:58:49 UTC 2011
Date: Monday, December 26, 2011 @ 14:58:47
Author: morph
Revision: 19734
* debian/{control, rules}
- use dh_sphinxdoc
Modified:
packages/python-networkx/trunk/debian/changelog
packages/python-networkx/trunk/debian/control
packages/python-networkx/trunk/debian/rules
Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog 2011-12-26 13:41:13 UTC (rev 19733)
+++ packages/python-networkx/trunk/debian/changelog 2011-12-26 14:58:47 UTC (rev 19734)
@@ -9,8 +9,10 @@
- don't add setuptools to requires.txt; Closes: #639995
* debian/patches/50_nosetests_verbosity_0
- set verbosity=0 else tests can't be run
+ * debian/{control, rules}
+ - use dh_sphinxdoc
- -- Sandro Tosi <morph at debian.org> Mon, 26 Dec 2011 14:40:40 +0100
+ -- Sandro Tosi <morph at debian.org> Mon, 26 Dec 2011 15:58:23 +0100
python-networkx (1.5-2) unstable; urgency=low
Modified: packages/python-networkx/trunk/debian/control
===================================================================
--- packages/python-networkx/trunk/debian/control 2011-12-26 13:41:13 UTC (rev 19733)
+++ packages/python-networkx/trunk/debian/control 2011-12-26 14:58:47 UTC (rev 19734)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-all (>= 2.3.5-11), python-support (>= 1), python-setuptools (>= 0.6a9), python-nose (>= 0.10.1), python-sphinx (>= 1.0.1), zip, texlive-latex-base, texlive-binaries, python-matplotlib, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, python-pygraphviz, dvipng
+Build-Depends-Indep: python-all (>= 2.3.5-11), python-support (>= 1), python-setuptools (>= 0.6a9), python-nose (>= 0.10.1), python-sphinx (>= 1.0.7+dfsg), zip, texlive-latex-base, texlive-binaries, python-matplotlib, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, python-pygraphviz, dvipng
Standards-Version: 3.9.2
XS-Python-Version: >= 2.6
Homepage: http://networkx.lanl.gov/
@@ -31,7 +31,7 @@
Package: python-networkx-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: tool to create, manipulate and study complex networks - documentation
NetworkX is a Python-based package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules 2011-12-26 13:41:13 UTC (rev 19733)
+++ packages/python-networkx/trunk/debian/rules 2011-12-26 14:58:47 UTC (rev 19734)
@@ -4,7 +4,7 @@
PYLIBPATH := $(shell python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print b.build_platlib")
%:
- dh $@
+ dh $@ --with sphinxdoc
override_dh_auto_clean:
dh_auto_clean
More information about the Python-modules-commits
mailing list