[Python-modules-commits] [dask] 09/11: Run cme fix dpkg-control

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed May 31 11:49:41 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository dask.

commit fb719603ae9c721e3d06a17fa7c8e8979dacc58a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed May 31 12:26:33 2017 +0100

    Run cme fix dpkg-control
    
    - Drop some versioned dependencies
    - Drop superfluous Testsuite field
    - Overall wrap and sort of fields
    
    Gbp-Dch: Full
---
 debian/control | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 68da148..90e6738 100644
--- a/debian/control
+++ b/debian/control
@@ -6,33 +6,33 @@ Build-Depends: debhelper (>= 10),
                dh-python,
                dpkg-dev (>= 1.17.14),
                python3-all,
-               python3-cloudpickle (>= 0.2.1) <!nodoc>,
+               python3-cloudpickle <!nodoc>,
                python3-numpydoc <!nodoc>,
                python3-pandas (>= 0.18.0) <!nodoc>,
-               python3-partd (>= 0.3.7) <!nodoc>,
+               python3-partd <!nodoc>,
                python3-setuptools,
                python3-sphinx <!nodoc>,
                python3-sphinx-rtd-theme <!nodoc>,
-               python3-toolz (>= 0.7.3) <!nodoc>,
+               python3-toolz <!nodoc>,
                sphinx-common
 Standards-Version: 3.9.8
-Homepage: http://github.com/dask/dask/
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/dask.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/dask.git
-Testsuite: autopkgtest-pkg-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/dask.git
+Homepage: http://github.com/dask/dask
 X-Python3-Version: >= 3.3
 
 Package: python3-dask
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Recommends: python3-cloudpickle (>= 0.2.1),
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Recommends: python3-cloudpickle,
             python3-distributed (>= 1.16),
             python3-graphviz,
             python3-numpy,
             python3-pandas (>= 0.18.0),
-            python3-partd (>= 0.3.6),
+            python3-partd,
             python3-psutil,
-            python3-toolz (>= 0.7.2)
+            python3-toolz
 Suggests: python-dask-doc <!nodoc>
 Description: Minimal task scheduling abstraction for Python 3
  Dask is a flexible parallel computing library for analytics,
@@ -51,7 +51,9 @@ Description: Minimal task scheduling abstraction for Python 3
 Package: python-dask-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-mathjax
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends},
+         libjs-mathjax
 Built-Using: ${sphinxdoc:Built-Using}
 Description: Minimal task scheduling abstraction documentation
  Dask is a flexible parallel computing library for analytics,

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



More information about the Python-modules-commits mailing list