summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@mozilla.com>2018-04-28 10:24:39 +0200
committerSylvestre Ledru <sylvestre@mozilla.com>2018-04-28 10:24:39 +0200
commit9ff7531b6c440ed7acc32679a6857fb62c3f4edd (patch)
tree217403cd63dd2dd90fd24808d4342bddb1285ac4
parent53e4b9f9eb99b8f95b3f25422d4ac83c020ff5f8 (diff)
Move to clang 6.0 as dep6.0-1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 64431da..57f58a9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
-Build-Depends: debhelper (>= 10.0.0), cmake, libclang-5.0-dev, llvm-5.0-dev,
+Build-Depends: debhelper (>= 10.0.0), cmake, libclang-6.0-dev, llvm-6.0-dev,
help2man, libncurses5-dev, zlib1g-dev
Standards-Version: 4.1.3
Homepage: http://include-what-you-use.org/
diff --git a/debian/rules b/debian/rules
index 49143ac..17fe27b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ endif
dh $@ --buildsystem=cmake --builddirectory=$(TARGET_BUILD)
override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_CXX_FLAGS="$(ADDITIONAL_CXX_FLAGS)" -DLLVM_PATH=/usr/lib/llvm-5.0/
+ dh_auto_configure -- -DCMAKE_CXX_FLAGS="$(ADDITIONAL_CXX_FLAGS)" -DLLVM_PATH=/usr/lib/llvm-6.0/
override_dh_auto_build: