[SCM] KDevelop packaging branch, experimental, updated. debian/4.7.3-3-14-gbfa2d58

Pino Toscano pino at moszumanska.debian.org
Fri Aug 26 05:35:16 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop.git;a=commitdiff;h=09dcff8

The following commit has been merged in the experimental branch:
commit 09dcff8a36bb509f89800ef95dd2ac5765593170
Author: Pino Toscano <pino at debian.org>
Date:   Fri Aug 26 07:14:22 2016 +0200

    add llvm-3.8-dev and libclang-3.8-dev B-Ds
    
    ... thus enable the C++ language support
    
    specifically pick version 3.8 since it is what mesa uses, and it is
    thus loaded when using QML stuff
---
 debian/changelog | 3 +++
 debian/control   | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e94ce08..491f954 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,9 @@ kdevelop (4:5.0-0r1) UNRELEASED; urgency=medium
     - bump the pkg-kde-tools build dependency to >= 0.15.16
   * Update the patches:
     - fix-parallel.diff: drop, no more needed
+  * Add the llvm-3.8-dev and libclang-3.8-dev build dependencies for the C++
+    language support; specifically pick version 3.8 since it is what mesa uses,
+    and it is thus loaded when using QML stuff.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 26 Aug 2016 06:08:47 +0200
 
diff --git a/debian/control b/debian/control
index 4dd8c3c..231975f 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,9 @@ Build-Depends: cmake (>= 2.8.12),
                kdevplatform-dev (>= 5.0),
                pkg-config,
                pkg-kde-tools (>= 0.15.16),
-               shared-mime-info
+               shared-mime-info,
+               llvm-3.8-dev,
+               libclang-3.8-dev,
 Standards-Version: 3.9.8
 Homepage: http://www.kdevelop.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-std/kdevelop.git

-- 
KDevelop packaging



More information about the pkg-kde-commits mailing list