[arrayfire] 40/40: d/control: ascii sort binary package name
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri May 22 10:19:08 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 arrayfire.
commit 4cf1deb35c4e97d9cc1445d6ef456bd98137f1ca
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Fri May 22 10:58:34 2015 +0100
d/control: ascii sort binary package name
---
debian/control | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index 0538d15..1b16f6e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,11 +17,13 @@ Homepage: http://arrayfire.com/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/arrayfire.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/arrayfire.git
-Package: libarrayfire-cpu3
+Package: libarrayfire-cpu-dev
+Section: libdevel
Architecture: any
Depends: ${misc:Depends},
- ${shlibs:Depends}
-Description: High performance library for parallel computing (Library)
+ libarrayfire-cpu3 (= ${binary:Version})
+Suggests: libarrayfire-doc
+Description: High performance library for parallel computing (Development)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
@@ -32,15 +34,13 @@ Description: High performance library for parallel computing (Library)
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
- This package provides the ArrayFire library compiled with CPU backend.
+ This package provides the ArrayFire development files for the CPU backend.
-Package: libarrayfire-cpu3-dbg
-Section: debug
-Priority: extra
+Package: libarrayfire-cpu3
Architecture: any
Depends: ${misc:Depends},
- libarrayfire-cpu3 (= ${binary:Version})
-Description: High performance library for parallel computing (Debug)
+ ${shlibs:Depends}
+Description: High performance library for parallel computing (Library)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
@@ -51,16 +51,15 @@ Description: High performance library for parallel computing (Debug)
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
- This package provides the ArrayFire library debugging symbols for the CPU
- backend.
+ This package provides the ArrayFire library compiled with CPU backend.
-Package: libarrayfire-cpu-dev
-Section: libdevel
+Package: libarrayfire-cpu3-dbg
+Section: debug
+Priority: extra
Architecture: any
Depends: ${misc:Depends},
libarrayfire-cpu3 (= ${binary:Version})
-Suggests: libarrayfire-doc
-Description: High performance library for parallel computing (Development)
+Description: High performance library for parallel computing (Debug)
ArrayFire is a high performance software library for parallel computing
with an easy-to-use API. Its array based function set makes parallel
programming simple.
@@ -71,7 +70,8 @@ Description: High performance library for parallel computing (Development)
A few lines of code in ArrayFire can replace dozens of lines of parallel
computing code, saving you valuable time and lowering development costs.
.
- This package provides the ArrayFire development files for the CPU backend.
+ This package provides the ArrayFire library debugging symbols for the CPU
+ backend.
Package: libarrayfire-doc
Section: doc
--
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