[arrayfire] 282/284: cme fix d/control: - use secure VCS- Git URI. - remove unnecessary versioned depends. - sort install dependencies.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.
commit 277265378e89c4bf59844182df936659e7217e5a
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Fri Feb 5 12:17:22 2016 +0000
cme fix d/control:
- use secure VCS- Git URI.
- remove unnecessary versioned depends.
- sort install dependencies.
---
debian/control | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/debian/control b/debian/control
index d57ce42..042cdb8 100644
--- a/debian/control
+++ b/debian/control
@@ -21,16 +21,16 @@ Build-Depends: cmake,
Build-Depends-Indep: doxygen
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/arrayfire.git
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/arrayfire.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/arrayfire.git
Homepage: http://arrayfire.com/
Package: libarrayfire-cpu-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libarrayfire-cpu3 (= ${binary:Version}),
- libarrayfire-dev (>= 3.2.2+dfsg1-1),
- ${misc:Depends}
+Depends: ${misc:Depends},
+ libarrayfire-cpu3 (= ${binary:Version}),
+ libarrayfire-dev
Description: Development files for ArrayFire (CPU backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
@@ -70,8 +70,8 @@ Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
-Depends: libarrayfire-cpu3 (= ${binary:Version}),
- ${misc:Depends}
+Depends: ${misc:Depends},
+ libarrayfire-cpu3 (= ${binary:Version})
Description: Debugging symbols for ArrayFire (CPU backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
@@ -112,8 +112,8 @@ Package: libarrayfire-doc
Architecture: all
Multi-Arch: foreign
Section: doc
-Depends: libjs-mathjax,
- ${misc:Depends}
+Depends: ${misc:Depends},
+ libjs-mathjax
Description: Common documentation and examples for ArrayFire
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
@@ -132,10 +132,10 @@ Package: libarrayfire-opencl-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libarrayfire-dev,
+Depends: ${misc:Depends},
+ libarrayfire-dev,
libarrayfire-opencl3 (= ${binary:Version}),
- ocl-icd-opencl-dev | opencl-dev,
- ${misc:Depends}
+ ocl-icd-opencl-dev | opencl-dev
Description: Development files for ArrayFire (OpenCL backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
@@ -175,8 +175,8 @@ Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
-Depends: libarrayfire-opencl3 (= ${binary:Version}),
- ${misc:Depends}
+Depends: ${misc:Depends},
+ libarrayfire-opencl3 (= ${binary:Version})
Description: Debugging symbols for ArrayFire (OpenCL backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
@@ -195,9 +195,9 @@ Package: libarrayfire-unified-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libarrayfire-dev,
- libarrayfire-unified3 (= ${binary:Version}),
- ${misc:Depends}
+Depends: ${misc:Depends},
+ libarrayfire-dev,
+ libarrayfire-unified3 (= ${binary:Version})
Description: Development files for ArrayFire (unified backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
@@ -216,9 +216,9 @@ Package: libarrayfire-unified3
Architecture: any
Multi-Arch: same
Section: libs
-Depends: libarrayfire-cpu3 (= ${binary:Version}) | libarrayfire-opencl3 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ libarrayfire-cpu3 (= ${binary:Version}) | libarrayfire-opencl3 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: High performance library for parallel computing (unified backend)
ArrayFire is a high performance software library for parallel computing
@@ -238,8 +238,8 @@ Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
-Depends: libarrayfire-unified3 (= ${binary:Version}),
- ${misc:Depends}
+Depends: ${misc:Depends},
+ libarrayfire-unified3 (= ${binary:Version})
Description: Debugging symbols for ArrayFire (unified backend)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list