[med-svn] [castxml] 06/09: Switch to clang-4.0
Gert Wollny
gewo at moszumanska.debian.org
Mon Aug 28 11:02:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
gewo pushed a commit to branch master
in repository castxml.
commit a103c5b77a70ab1effb7e8e3cf2df63d3228e953
Author: Gert Wollny <gewo at debian.org>
Date: Thu Aug 10 06:09:39 2017 +0000
Switch to clang-4.0
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/rules | 3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7a97165..a3fc3e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ castxml (0.1+git20170301-1) unstable; urgency=medium
* New upstream version 0.1+git20170301
* d/control: Update my e-mail address
* d/control: Set standards version 4.0.0, no changes needed
+ * d/control, d/rules: Switch to clang-4.0
-- Gert Wollny <gewo at debian.org> Wed, 09 Aug 2017 20:16:34 +0000
diff --git a/debian/control b/debian/control
index 632e65d..b1d8f5a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Priority: optional
Build-Depends: debhelper (>= 10),
cmake,
help2man,
- libclang-3.9-dev,
- llvm-3.9-dev,
+ libclang-4.0-dev,
+ llvm-4.0-dev,
libedit-dev,
zlib1g-dev
Standards-Version: 4.0.0
diff --git a/debian/rules b/debian/rules
index d187a49..1159557 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,8 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-CMAKE_FLAGS = -DCastXML_INSTALL_DOC_DIR:STRING=/usr/share/doc/castxml
+CMAKE_FLAGS = -DCastXML_INSTALL_DOC_DIR:STRING=/usr/share/doc/castxml \
+ -DLLVM_DIR=/usr/lib/llvm-4.0/cmake
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/castxml.git
More information about the debian-med-commit
mailing list