[pocl] 04/04: Use versioned LLVM build-depends

Raphaël Hertzog hertzog at moszumanska.debian.org
Tue Dec 5 17:33:21 UTC 2017


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

hertzog pushed a commit to branch 0.14
in repository pocl.

commit f058430f7e7307ae49ac42e4537f36f4ad162ecd
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Tue Dec 5 18:32:44 2017 +0100

    Use versioned LLVM build-depends
    
    At least as long as we hardcode the current version in debian/rules.
---
 debian/changelog | 2 ++
 debian/control   | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 355d7ab..6918f3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ pocl (0.14-1) UNRELEASED; urgency=medium
     - do-not-export-clang-symbols.patch, drop automake part cmake is
       the only build system supported now.
     - fix-tests-i386.patch, half of the patch got merged upstream.
+  * Use versioned LLVM build-depends as long as we hardcode the current
+    version in debian/rules.
 
  -- Andreas Tille <tille at debian.org>  Tue, 21 Nov 2017 08:23:34 +0100
 
diff --git a/debian/control b/debian/control
index 7c3e68d..ec781a4 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 10),
  ocl-icd-dev (>= 2.2.3),
  ocl-icd-libopencl1 (>= 2.2.3),
  ocl-icd-opencl-dev,
- clang,
- llvm-dev (>= 1:3.8),
- libclang-dev,
+ clang-4.0,
+ llvm-4.0-dev (>= 1:3.8),
+ libclang-4.0-dev,
  pkg-kde-tools,
  sphinx-common,
  zlib1g-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list