[pyevolve] 02/03: d/control: Tweak list syntax by adding trailing commas

Christian Kastner ckk at moszumanska.debian.org
Sun Apr 17 18:31:35 UTC 2016


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

ckk pushed a commit to branch master
in repository pyevolve.

commit 8933a6d498437e4297c1460b64b73f6bb9cff20d
Author: Christian Kastner <ckk at kvr.at>
Date:   Sun Apr 17 16:35:54 2016 +0200

    d/control: Tweak list syntax by adding trailing commas
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index b3a7cba..7b31d1f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
     python-matplotlib (>= 0.98.5),
     python-tk,
     python-numpy,
-    python-pydot
+    python-pydot,
 Standards-Version: 3.9.8
 Homepage: http://pyevolve.sourceforge.net
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyevolve.git
@@ -22,16 +22,16 @@ Package: python-pyevolve
 Architecture: all
 Depends:
     ${python:Depends},
-    ${misc:Depends}
+    ${misc:Depends},
 Recommends:
     python-pyevolve-doc,
     python-matplotlib (>= 0.98.5),
     python-tk,
     python-numpy,
-    python-pydot
+    python-pydot,
 Suggests:
     python-visual,
-    python-mysqldb
+    python-mysqldb,
 Description: complete genetic algorithm framework
  Pyevolve was developed to be a complete genetic algorithm framework written in
  pure Python. It provides an easy-to-use API, implementing the most common
@@ -47,9 +47,9 @@ Section: doc
 Architecture: all
 Depends:
     ${sphinxdoc:Depends},
-    ${misc:Depends}
+    ${misc:Depends},
 Recommends:
-    python-pyevolve
+    python-pyevolve,
 Description: documentation for the Pyevolve genetic algorithm framework
  Pyevolve was developed to be a complete genetic algorithm framework written in
  pure Python. It provides an easy-to-use API, implementing the most common

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyevolve.git



More information about the debian-science-commits mailing list