[clblas] 05/08: d/control: cme fix, wrap and sort.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 16 14:18:37 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 clblas.

commit a6ebc502d963041dc089e476bf01e67f6bf7e687
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Mar 16 13:19:58 2016 +0000

    d/control: cme fix, wrap and sort.
---
 debian/control | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 9103f18..47f6123 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,9 @@ Homepage: https://github.com/clMathLibraries/clBLAS
 Package: libclblas-bin
 Architecture: any
 Multi-Arch: foreign
-Depends: libclblas2 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libclblas2 (= ${binary:Version})
 Description: OpenCL BLAS library (executables)
  This library provides an implementation of the Basic Linear Algebra 
  Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU 
@@ -32,9 +32,9 @@ Package: libclblas-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libclblas2 (= ${binary:Version}),
-         ocl-icd-opencl-dev | opencl-dev,
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         libclblas2 (= ${binary:Version}),
+         ocl-icd-opencl-dev | opencl-dev
 Suggests: libclblas-doc
 Description: OpenCL BLAS library (development files)
  This library provides an implementation of the Basic Linear Algebra 
@@ -47,8 +47,8 @@ Package: libclblas-doc
 Architecture: all
 Multi-Arch: foreign
 Section: doc
-Depends: libjs-mathjax,
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         libjs-mathjax
 Description: OpenCL BLAS library (documentation)
  This library provides an implementation of the Basic Linear Algebra 
  Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU 
@@ -75,8 +75,8 @@ Architecture: any
 Multi-Arch: same
 Section: debug
 Priority: extra
-Depends: libclblas2 (= ${binary:Version}),
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         libclblas2 (= ${binary:Version})
 Description: OpenCL BLAS library (debugging symbols)
  This library provides an implementation of the Basic Linear Algebra 
  Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU 

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



More information about the debian-science-commits mailing list