[Python-modules-commits] r29489 - in packages/python-networkx/trunk/debian (changelog control)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Wed Jun 25 17:22:29 UTC 2014
Date: Wednesday, June 25, 2014 @ 17:22:28
Author: zigo
Revision: 29489
Ran wrap-and-sort.
Modified:
packages/python-networkx/trunk/debian/changelog
packages/python-networkx/trunk/debian/control
Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog 2014-06-25 17:22:23 UTC (rev 29488)
+++ packages/python-networkx/trunk/debian/changelog 2014-06-25 17:22:28 UTC (rev 29489)
@@ -1,6 +1,7 @@
python-networkx (1.9-1) unstable; urgency=medium
* New upstream release.
+ * Ran wrap-and-sort.
-- Thomas Goirand <zigo at debian.org> Sun, 22 Jun 2014 07:11:42 +0000
Modified: packages/python-networkx/trunk/debian/control
===================================================================
--- packages/python-networkx/trunk/debian/control 2014-06-25 17:22:23 UTC (rev 29488)
+++ packages/python-networkx/trunk/debian/control 2014-06-25 17:22:28 UTC (rev 29489)
@@ -4,7 +4,26 @@
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), python3-all, 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, python-numpy, python-scipy, python3-scipy, python3-setuptools, python3-nose
+Build-Depends-Indep: dvipng,
+ python-all (>= 2.3.5-11),
+ python-matplotlib,
+ python-nose (>= 0.10.1),
+ python-numpy,
+ python-pygraphviz,
+ python-scipy,
+ python-setuptools (>= 0.6a9),
+ python-sphinx (>= 1.0.7+dfsg),
+ python-support (>= 1),
+ python3-all,
+ python3-nose,
+ python3-scipy,
+ python3-setuptools,
+ texlive-binaries,
+ texlive-fonts-recommended,
+ texlive-latex-base,
+ texlive-latex-extra,
+ texlive-latex-recommended,
+ zip
Standards-Version: 3.9.5
XS-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
@@ -15,7 +34,12 @@
Package: python-networkx
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-numpy, python-scipy, python-pygraphviz | python-pydot, python-pkg-resources, python-matplotlib, python-yaml
+Recommends: python-matplotlib,
+ python-numpy,
+ python-pkg-resources,
+ python-pygraphviz | python-pydot,
+ python-scipy,
+ python-yaml
Description: tool to create, manipulate and study complex networks
NetworkX is a Python-based package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
@@ -32,8 +56,7 @@
Package: python3-networkx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
-Recommends: python3-numpy, python3-scipy, python3-pkg-resources, python3-yaml
-#Recommends: python-pygraphviz | python-pydot, python-matplotlib
+Recommends: python3-numpy, python3-pkg-resources, python3-scipy, python3-yaml
Description: tool to create, manipulate and study complex networks (Python3)
NetworkX is a Python-based package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
More information about the Python-modules-commits
mailing list