[Python-modules-commits] r34104 - in packages/python-networkx/trunk/debian (changelog control)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Wed Sep 2 13:19:58 UTC 2015
Date: Wednesday, September 2, 2015 @ 13:19:56
Author: zigo
Revision: 34104
* Move to Build-Depends: what was in Build-Depends-Indep: but which is needed
for the clean target.
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 2015-09-02 11:42:31 UTC (rev 34103)
+++ packages/python-networkx/trunk/debian/changelog 2015-09-02 13:19:56 UTC (rev 34104)
@@ -1,9 +1,14 @@
python-networkx (1.10-1) UNRELEASED; urgency=medium
+ [ Sandro Tosi ]
* New upstream release
- -- Sandro Tosi <morph at debian.org> Sun, 16 Aug 2015 13:52:44 +0100
+ [ Thomas Goirand ]
+ * Move to Build-Depends: what was in Build-Depends-Indep: but which is needed
+ for the clean target.
+ -- Thomas Goirand <zigo at debian.org> Wed, 02 Sep 2015 13:17:15 +0000
+
python-networkx (1.9.1-1) experimental; urgency=medium
* New upstream release
Modified: packages/python-networkx/trunk/debian/control
===================================================================
--- packages/python-networkx/trunk/debian/control 2015-09-02 11:42:31 UTC (rev 34103)
+++ packages/python-networkx/trunk/debian/control 2015-09-02 13:19:56 UTC (rev 34104)
@@ -2,11 +2,15 @@
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: dh-python,
- dvipng,
- python-all (>= 2.3.5-11),
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends: debhelper (>= 7.0.50~),
+ dh-python,
+ python-all (>= 2.3.5-11),
+ python-setuptools (>= 0.6a9),
+ python-sphinx (>= 1.0.7+dfsg),
+ python3-all,
+ python3-setuptools,
+Build-Depends-Indep: dvipng,
python-decorator (>= 3.4.0),
python-matplotlib,
python-nose (>= 0.10.1),
@@ -14,18 +18,14 @@
python-numpydoc,
python-pygraphviz,
python-scipy,
- python-setuptools (>= 0.6a9),
- python-sphinx (>= 1.0.7+dfsg),
- python3-all,
python3-nose,
python3-scipy,
- python3-setuptools,
texlive-binaries,
texlive-fonts-recommended,
texlive-latex-base,
texlive-latex-extra,
texlive-latex-recommended,
- zip
+ zip,
Standards-Version: 3.9.6
Homepage: http://networkx.github.io/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-networkx/trunk/
@@ -33,13 +33,14 @@
Package: python-networkx
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
Recommends: python-matplotlib,
python-numpy,
python-pkg-resources,
python-pygraphviz | python-pydot,
python-scipy,
- python-yaml
+ 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.
@@ -55,8 +56,12 @@
Package: python3-networkx
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Recommends: python3-numpy, python3-pkg-resources, python3-scipy, python3-yaml
+Depends: ${misc:Depends},
+ ${python3:Depends},
+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.
@@ -75,7 +80,9 @@
Package: python-networkx-doc
Section: doc
Architecture: all
-Depends: libjs-mathjax, ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: libjs-mathjax,
+ ${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.
More information about the Python-modules-commits
mailing list