[python-dtcwt] 06/22: Move pyopencl dependency to Suggests

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 15 13:06:38 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/master
in repository python-dtcwt.

commit 67c0cf28532a758cfe7b20fabf136a2bf33e4f2b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Sep 15 09:18:32 2017 +0100

    Move pyopencl dependency to Suggests
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 0f6259c..b0a8b2d 100644
--- a/debian/control
+++ b/debian/control
@@ -31,8 +31,8 @@ Architecture: all
 Section: python
 Depends: ${misc:Depends},
          ${python:Depends}
-Recommends: python-pyopencl
-Suggests: python-dtcwt-doc
+Suggests: python-dtcwt-doc,
+          python-pyopencl
 Description: Dual-Tree Complex Wavelet Transform library for Python 2
  This library provides support for computing 1D, 2D and 3D dual-tree complex 
  wavelet transforms and their inverse in Python, along with a collection of 
@@ -45,8 +45,8 @@ Architecture: all
 Section: python
 Depends: ${misc:Depends},
          ${python3:Depends}
-Recommends: python3-pyopencl
-Suggests: python-dtcwt-doc
+Suggests: python-dtcwt-doc,
+          python3-pyopencl
 Description: Dual-Tree Complex Wavelet Transform library for Python 3
  This library provides support for computing 1D, 2D and 3D dual-tree complex 
  wavelet transforms and their inverse in Python, along with a collection of 

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



More information about the debian-science-commits mailing list