[clfft] 04/10: Rename package libclfft-bin to clfft-client.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 2 13:45:50 UTC 2016


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

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

commit 16f177194b03f2362c4282e1b12fdff5d5e46cec
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Sep 1 12:03:41 2016 +0100

    Rename package libclfft-bin to clfft-client.
---
 .../{libclfft-bin.install => clfft-client.install} |  0
 ...libclfft-bin.manpages => clfft-client.manpages} |  0
 debian/control                                     | 29 ++++++++++++----------
 3 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/debian/libclfft-bin.install b/debian/clfft-client.install
similarity index 100%
rename from debian/libclfft-bin.install
rename to debian/clfft-client.install
diff --git a/debian/libclfft-bin.manpages b/debian/clfft-client.manpages
similarity index 100%
rename from debian/libclfft-bin.manpages
rename to debian/clfft-client.manpages
diff --git a/debian/control b/debian/control
index 7645d10..c3f5eac 100644
--- a/debian/control
+++ b/debian/control
@@ -15,14 +15,14 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/clfft.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/clfft.git
 Homepage: https://github.com/clMathLibraries/clFFT
 
-Package: libclfft-bin
+Package: libclfft2
 Architecture: any
-Multi-Arch: foreign
+Multi-Arch: same
 Section: libs
 Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libclfft2 (= ${binary:Version})
-Description: OpenCL FFT library (executables)
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: OpenCL FFT library (shared library)
  The clFFT library is an open source OpenCL library implementation of discrete 
  Fast Fourier Transforms, which:
  .
@@ -37,7 +37,7 @@ Description: OpenCL FFT library (executables)
    * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
    * Supports single and double precision floating point formats.
  .
- This package provides the clFFT executables.
+ This package provides the clFFT shared library.
 
 Package: libclfft-dev
 Architecture: any
@@ -85,14 +85,17 @@ Description: OpenCL FFT library (documentation)
  .
  This package provides the clFFT documentation.
 
-Package: libclfft2
+Package: clfft-client
 Architecture: any
-Multi-Arch: same
-Section: libs
+Multi-Arch: foreign
+Section: utils
 Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
-Description: OpenCL FFT library (shared library)
+         ${shlibs:Depends},
+         libclfft2 (= ${binary:Version})
+Breaks: libclfft-bin (<< 2.12.2-1)
+Provides: libclfft-bin
+Replaces: libclfft-bin (<< 2.12.2-1)
+Description: client program for clFFT
  The clFFT library is an open source OpenCL library implementation of discrete 
  Fast Fourier Transforms, which:
  .
@@ -107,4 +110,4 @@ Description: OpenCL FFT library (shared library)
    * Supports dimension lengths that can be any mix of powers of 2, 3, and 5.
    * Supports single and double precision floating point formats.
  .
- This package provides the clFFT shared library.
+ This package provides the client program.

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



More information about the debian-science-commits mailing list