[libclc] 285/291: further changes for llvm 3.7

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:54:01 UTC 2015


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

anbe pushed a commit to branch master
in repository libclc.

commit 911d7a0b4d8260fa210085e3a3dd381d957c350b
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Tue Aug 18 10:40:56 2015 +0300

    further changes for llvm 3.7
---
 debian/changelog | 2 +-
 debian/control   | 4 ++--
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 947c54e..b644639 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 libclc (0.2.0~git20150813-1) UNRELEASED; urgency=medium
 
   * New upstream snapshot.
-  * control: Bump llvm build-dep to 3.7.
+  * control, rules: Bump llvm to 3.7.
   * Remove clang3.5.patch, refresh system-clang.patch.
 
  -- Timo Aaltonen <tjaalton at debian.org>  Tue, 18 Aug 2015 09:49:34 +0300
diff --git a/debian/control b/debian/control
index 443bcbf..49b4f4c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders:
 Build-Depends:
  debhelper (>= 9),
  python,
- clang,
- llvm-dev (>= 3.7),
+ clang-3.7,
+ llvm-3.7-dev (>= 3.7),
  zlib1g-dev,
  libedit-dev,
 Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index 8ac1675..b0ec5e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ export DH_VERBOSE=1
 export VERBOSE=1
 
 confflags=--prefix=/usr \
-          --with-llvm-config=/usr/bin/llvm-config \
+          --with-llvm-config=/usr/bin/llvm-config-3.7 \
 
 path=debian/tmp/usr/lib/clc
 

-- 
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