[python-dtcwt] 483/497: d/control: fix binary package descriptions
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:41 UTC 2015
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 f14681233f8c34ff5789fcf9db12d124486c78d9
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Jul 21 17:32:29 2015 +0100
d/control: fix binary package descriptions
---
debian/control | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index 811a1cb..1100908 100644
--- a/debian/control
+++ b/debian/control
@@ -28,11 +28,12 @@ Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-pyopencl
-Description: Python port of the Dual-Tree Complex Wavelet Transform (Python 2)
+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.
+ wavelet transforms and their inverse in Python, along with a collection of
+ DT-CWT algorithms and GPU acceleration.
.
- This package provides the Python 2 version of the library.
+ This package provides the Python 2 version of the DT-CWT.
Package: python3-dtcwt
Section: python
@@ -40,19 +41,22 @@ Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pyopencl
-Description: Python port of the Dual-Tree Complex Wavelet Transform (Python 3)
+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.
+ wavelet transforms and their inverse in Python, along with a collection of
+ DT-CWT algorithms and GPU acceleration.
.
- This package provides the Python 3 version of the library.
+ This package provides the Python 3 version of the DT-CWT.
Package: python-dtcwt-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends}
-Description: Python port of the Dual-Tree Complex Wavelet Transform (Documentation)
+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.
+ wavelet transforms and their inverse in Python, along with a collection of
+ DT-CWT algorithms and GPU acceleration.
.
- This package provides the documentation of the library.
+ This package provides the documentation of the Python implementation of the
+ DT-CWT.
--
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