[libclc] 01/01: Simplify clang version updates even more.

Andreas Boll aboll-guest at moszumanska.debian.org
Mon Nov 28 10:54:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

aboll-guest pushed a commit to branch master
in repository libclc.

commit 8c299caff16975904fd57f4ed16988bc32fd08f7
Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Mon Nov 28 11:54:22 2016 +0100

    Simplify clang version updates even more.
---
 debian/changelog  | 6 ++++++
 debian/control.in | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 36dffbb..ed65de5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libclc (0.2.0+git20160907-4) UNRELEASED; urgency=medium
+
+  * Simplify clang version updates even more.
+
+ -- Andreas Boll <andreas.boll.dev at gmail.com>  Mon, 28 Nov 2016 11:54:17 +0100
+
 libclc (0.2.0+git20160907-3) unstable; urgency=medium
 
   * Simplify clang version updates.
diff --git a/debian/control.in b/debian/control.in
index 9d70c2d..f8d58db 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -22,7 +22,7 @@ Multi-Arch: foreign
 Depends:
  ${misc:Depends},
  libclc-dev (= ${binary:Version}),
- libclang-common-3.9-dev,
+ libclang-common-CLANG_VERSION-dev,
 Description: OpenCL C language implementation - ptx support
  libclc is an open implementation of the OpenCL C programming language,
  as specified by the OpenCL 1.1 Specification.
@@ -35,7 +35,7 @@ Multi-Arch: foreign
 Depends:
  ${misc:Depends},
  libclc-dev (= ${binary:Version}),
- libclang-common-3.9-dev,
+ libclang-common-CLANG_VERSION-dev,
 Description: OpenCL C language implementation - amdgcn support
  libclc is an open implementation of the OpenCL C programming language,
  as specified by the OpenCL 1.1 Specification.
@@ -49,7 +49,7 @@ Multi-Arch: foreign
 Depends:
  ${misc:Depends},
  libclc-dev (= ${binary:Version}),
- libclang-common-3.9-dev,
+ libclang-common-CLANG_VERSION-dev,
 Description: OpenCL C language implementation - r600 support
  libclc is an open implementation of the OpenCL C programming language,
  as specified by the OpenCL 1.1 Specification.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list