[ocl-icd] 01/03: Do not force C++ OpenCL headers installation
Vincent Danjean
vdanjean at debian.org
Thu Sep 8 23:26:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
vdanjean pushed a commit to branch master
in repository ocl-icd.
commit 3a9605a569c425a0bca97ad21782bb3a43a231d2
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date: Fri Sep 9 01:15:01 2016 +0200
Do not force C++ OpenCL headers installation
Now that C++ OpenCL headers are split, do not force their installation.
ocl-icd-opencl-dev depends on "opencl-c-headers | opencl-headers" instead of only the later.
---
debian/changelog | 8 ++++++++
debian/control | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index acc938f..3dc1f1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocl-icd (2.2.9-2) unstable; urgency=medium
+
+ * Now that C++ OpenCL headers are split, do not force their installation.
+ ocl-icd-opencl-dev depends on "opencl-c-headers | opencl-headers" instead
+ of only the later.
+
+ -- Vincent Danjean <vdanjean at debian.org> Fri, 09 Sep 2016 01:12:17 +0200
+
ocl-icd (2.2.9-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 4e0e032..ab836af 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.0.0),
asciidoc,
xmlto,
dpkg-dev (>= 1.17.0)
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ocl-icd.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ocl-icd.git
Homepage: https://forge.imag.fr/projects/ocl-icd/
@@ -52,7 +52,7 @@ Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
- opencl-headers,
+ opencl-c-headers | opencl-headers,
ocl-icd-libopencl1 (= ${binary:Version})
Recommends: libgl1-mesa-dev | libgl-dev,
libpoclu-dev
--
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