[arrayfire] 404/408: d/control: format now inline with debmake template

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:12:40 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 5ca3a0404f01d0d2c1fd307f9a072000ed0b3226
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Sep 16 12:49:39 2015 +0100

    d/control: format now inline with debmake template
---
 debian/control | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 5586e76..3770558 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/arrayfire.g
 Package: libarrayfire-cpu-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends},
-         libarrayfire-cpu3 (= ${binary:Version})
+Multi-Arch: same
+Depends: libarrayfire-cpu3 (= ${binary:Version}),
+         ${misc:Depends}
 Suggests: libarrayfire-doc
 Description: High performance library for parallel computing (Development)
  ArrayFire is a high performance software library for parallel computing
@@ -40,9 +41,9 @@ Package: libarrayfire-cpu3
 Section: libs
 Architecture: any
 Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-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
@@ -57,12 +58,12 @@ Description: High performance library for parallel computing (Library)
  This package provides the ArrayFire library compiled with CPU backend.
 
 Package: libarrayfire-cpu3-dbg
-Section: debug
 Priority: extra
+Section: debug
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends},
-         libarrayfire-cpu3 (= ${binary:Version})
+Depends: libarrayfire-cpu3 (= ${binary:Version}),
+         ${misc:Depends}
 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
@@ -80,9 +81,10 @@ Description: High performance library for parallel computing (Debug)
 Package: libarrayfire-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends},
-         libjs-jquery,
-         libjs-mathjax
+Multi-Arch: foreign
+Depends: libjs-jquery,
+         libjs-mathjax,
+         ${misc:Depends}
 Description: High performance library for parallel computing (Documentation)
  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