[ocl-icd] 07/08: apply "cme edit dpkg-control"
Vincent Danjean
vdanjean at debian.org
Fri Dec 18 00:54:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
vdanjean pushed a commit to branch master
in repository ocl-icd.
commit 5be2d598d20bd3239a0566415233056d61763f2b
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date: Thu Dec 17 23:21:05 2015 +0100
apply "cme edit dpkg-control"
---
debian/control | 69 ++++++++++++++++++++++++++++++++++++++--------------------
1 file changed, 45 insertions(+), 24 deletions(-)
diff --git a/debian/control b/debian/control
index 347ee40..49757c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,40 @@
Source: ocl-icd
-Priority: extra
Maintainer: Vincent Danjean <vdanjean at debian.org>
-Build-Depends: debhelper (>= 9.0.0), ruby,
- dh-autoreconf, faketime,
- autoconf (>=2.68), automake (>=1:1.10), libtool,
- asciidoc, xmlto,
- dpkg-dev (>= 1.17.0)
-Standards-Version: 3.9.6
Section: libs
-Homepage: https://forge.imag.fr/projects/ocl-icd/
+Priority: extra
+Build-Depends: debhelper (>= 9.0.0),
+ ruby,
+ dh-autoreconf,
+ faketime,
+ autoconf (>= 2.68),
+ automake,
+ libtool,
+ asciidoc,
+ xmlto,
+ dpkg-dev (>= 1.17.0)
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ocl-icd.git
Vcs-Git: git://anonscm.debian.org/collab-maint/ocl-icd.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ocl-icd.git;a=summary
+Homepage: https://forge.imag.fr/projects/ocl-icd/
Package: ocl-icd-libopencl1
Architecture: any
Multi-Arch: same
-Provides: libopencl1, libopencl-1.1-1, libopencl-1.2-1, libopencl-2.0-1
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libopencl1, amd-app, nvidia-libopencl1-dev
-Replaces: libopencl1, amd-app, nvidia-libopencl1-dev
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
# To promote to an Recommends once an ICD is in main
Suggests: opencl-icd
+Pre-Depends: ${misc:Pre-Depends}
+Conflicts: libopencl1,
+ amd-app,
+ nvidia-libopencl1-dev
+Provides: libopencl1,
+ libopencl-1.1-1,
+ libopencl-1.2-1,
+ libopencl-2.0-1,
+Replaces: libopencl1,
+ amd-app,
+ nvidia-libopencl1-dev
Description: Generic OpenCL ICD Loader
OpenCL (Open Computing Language) is a multivendor open standard for
general-purpose parallel programming of heterogeneous systems that include
@@ -33,17 +46,25 @@ Description: Generic OpenCL ICD Loader
be installed and used together.
Package: ocl-icd-opencl-dev
-Section: libdevel
Architecture: any
Multi-Arch: same
-Provides: opencl-dev
+Section: libdevel
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ opencl-headers,
+ ocl-icd-libopencl1 (= ${binary:Version})
+Recommends: libgl1-mesa-dev | libgl-dev,
+ libpoclu-dev
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends},
- opencl-headers (>= 1.2), ocl-icd-libopencl1 (= ${binary:Version})
+Breaks: ocl-icd-libopencl1 (<< 2.1.3-5~),
+ nvidia-libopencl1 (<< 305~),
+ amd-libopencl1 (<< 1:13.4-4~)
Conflicts: opencl-dev
-Breaks: ocl-icd-libopencl1 (<< 2.1.3-5~), nvidia-libopencl1 (<< 305~), amd-libopencl1 (<< 1:13.4-4~)
-Replaces: opencl-dev, ocl-icd-libopencl1 (<< 2.1.3-5~), nvidia-libopencl1 (<< 305~), amd-libopencl1 (<< 1:13.4-4~)
-Recommends: libgl1-mesa-dev | libgl-dev, libpoclu-dev
+Provides: opencl-dev
+Replaces: opencl-dev,
+ ocl-icd-libopencl1 (<< 2.1.3-5~),
+ nvidia-libopencl1 (<< 305~),
+ amd-libopencl1 (<< 1:13.4-4~)
Description: OpenCL development files
OpenCL (Open Computing Language) is a multivendor open standard for
general-purpose parallel programming of heterogeneous systems that include
@@ -56,8 +77,8 @@ Description: OpenCL development files
select an ICD without root privilege, etc.
Package: ocl-icd-dev
-Section: libdevel
Architecture: any
+Section: libdevel
Depends: ${misc:Depends}
Description: Development files to build a ICD Loader
OpenCL (Open Computing Language) is a multivendor open standard for
@@ -73,11 +94,11 @@ Description: Development files to build a ICD Loader
instead.
Package: ocl-icd-dbg
-Section: debug
Architecture: any
Multi-Arch: same
+Section: debug
Depends: ${misc:Depends},
- ocl-icd-libopencl1 (= ${binary:Version})
+ ocl-icd-libopencl1 (= ${binary:Version})
Description: Debug symbols for the generic OpenCL ICD Loader
OpenCL (Open Computing Language) is a multivendor open standard for
general-purpose parallel programming of heterogeneous systems that include
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ocl-icd.git
More information about the Pkg-opencl-commits
mailing list