[python-dtcwt] 10/22: Update the binary package descriptions
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 6d0b637ced1ac64ed951236a3c1de5be1ef1e009
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Fri Sep 15 09:25:32 2017 +0100
Update the binary package descriptions
---
debian/control | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index b0a8b2d..63cca48 100644
--- a/debian/control
+++ b/debian/control
@@ -34,11 +34,12 @@ Depends: ${misc:Depends},
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
- DT-CWT algorithms and GPU acceleration.
+ The dtcwt library provides a Python implementation of the 1, 2 and 3-D
+ dual-tree complex wavelet transform along with some associated algorithms. It
+ contains a pure CPU implementation which makes use of NumPy along with an
+ accelerated GPU implementation using OpenCL.
.
- This package provides the Python 2 version of the dtcwt module.
+ This package provides the modules for Python 2.
Package: python3-dtcwt
Architecture: all
@@ -48,11 +49,12 @@ Depends: ${misc:Depends},
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
- DT-CWT algorithms and GPU acceleration.
+ The dtcwt library provides a Python implementation of the 1, 2 and 3-D
+ dual-tree complex wavelet transform along with some associated algorithms. It
+ contains a pure CPU implementation which makes use of NumPy along with an
+ accelerated GPU implementation using OpenCL.
.
- This package provides the Python 3 version of the dtcwt module.
+ This package provides the modules for Python 3.
Package: python-dtcwt-doc
Architecture: all
@@ -60,9 +62,10 @@ Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax
-Description: Documentation of the Python implementation of the DT-CWT
- 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
- DT-CWT algorithms and GPU acceleration.
+Description: documentation for dtcwt
+ The dtcwt library provides a Python implementation of the 1, 2 and 3-D
+ dual-tree complex wavelet transform along with some associated algorithms. It
+ contains a pure CPU implementation which makes use of NumPy along with an
+ accelerated GPU implementation using OpenCL.
.
- This package provides the documentation of the dtcwt module.
+ This package provides the documentation.
--
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