[python-dtcwt] 06/09: d/control: move dependency on pyopencl to Recommends.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 27 17:37:41 UTC 2016


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

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

commit d15dda5af66a0a6af637100ad428f30b3eb3d98b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jan 27 16:08:16 2016 +0000

    d/control: move dependency on pyopencl to Recommends.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index b567e48..40a52f9 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Section: python
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
-         python-pyopencl,
+Recommends: python-pyopencl
 Suggests: python-dtcwt-doc
 Description: Dual-Tree Complex Wavelet Transform library for Python 2
  This library provides support for computing 1D, 2D and 3D dual-tree complex 
@@ -45,8 +45,8 @@ Package: python3-dtcwt
 Section: python
 Architecture: all
 Depends: ${misc:Depends},
-         ${python3:Depends},
-         python3-pyopencl
+         ${python3:Depends}
+Recommends: python3-pyopencl
 Suggests: python-dtcwt-doc
 Description: Dual-Tree Complex Wavelet Transform library for Python 3
  This library provides support for computing 1D, 2D and 3D dual-tree complex 

-- 
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