[Python-modules-commits] [python-networkx] 01/01: revert useless changes performed without any kind of coordination, preserving only the bump to Standard-Version: 3.9.8, which was not metioned in the changelog (and not formally released)

Sandro Tosi morph at moszumanska.debian.org
Sat Aug 6 20:21:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository python-networkx.

commit fcaf45aa42afc28b4e6930c215efafbee43a7e82
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Aug 6 21:21:36 2016 +0100

    revert useless changes performed without any kind of coordination, preserving only the bump to Standard-Version: 3.9.8, which was not metioned in the changelog (and not formally released)
---
 debian/changelog |  9 +++++++++
 debian/control   | 24 ++++++++++++------------
 2 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bd734a4..dfc225e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,14 @@
 python-networkx (1.11-2) UNRELEASED; urgency=medium
 
+  * debian/control
+    - revert useless changes performed without any kind of coordination,
+      preserving only the bump to Standard-Version: 3.9.8, which was not
+      metioned in the changelog (and not formally released)
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 06 Aug 2016 21:21:18 +0100
+
+python-networkx (1.11-2) UNRELEASED; urgency=medium
+
   * Team upload
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 87eb774..e7acd13 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
 Source: python-networkx
-Maintainer: Sandro Tosi <morph at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 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 (>= 9),
                dh-python,
                python-all,
                python-setuptools,
                python-sphinx,
                python3-all,
-               python3-setuptools
+               python3-setuptools,
 Build-Depends-Indep: dvipng,
                      python-decorator,
                      python-matplotlib,
@@ -32,22 +32,22 @@ Build-Depends-Indep: dvipng,
                      texlive-latex-extra,
                      texlive-latex-recommended,
                      texlive-generic-extra,
-                     zip
+                     zip,
 Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-networkx.git
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-networkx.git
 Homepage: http://networkx.github.io/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-networkx.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-networkx.git
 
 Package: python-networkx
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends}
+         ${python:Depends},
 Recommends: python-matplotlib,
             python-numpy,
             python-pkg-resources,
             python-pygraphviz | python-pydot,
             python-scipy,
-            python-yaml
+            python-yaml,
 Suggests: python-networkx-doc
 Description: tool to create, manipulate and study complex networks
  NetworkX is a Python-based package for the creation, manipulation, and
@@ -65,11 +65,11 @@ Description: tool to create, manipulate and study complex networks
 Package: python3-networkx
 Architecture: all
 Depends: ${misc:Depends},
-         ${python3:Depends}
+         ${python3:Depends},
 Recommends: python3-numpy,
             python3-pkg-resources,
             python3-scipy,
-            python3-yaml
+            python3-yaml,
 Suggests: python-networkx-doc
 Description: tool to create, manipulate and study complex networks (Python3)
  NetworkX is a Python-based package for the creation, manipulation, and
@@ -87,11 +87,11 @@ Description: tool to create, manipulate and study complex networks (Python3)
  This package contains the Python 3 version of NetworkX.
 
 Package: python-networkx-doc
-Architecture: all
 Section: doc
+Architecture: all
 Depends: libjs-mathjax,
          ${misc:Depends},
-         ${sphinxdoc: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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-networkx.git



More information about the Python-modules-commits mailing list