[SCM] KDevelop packaging branch, master, updated. debian/4%5.2.0-2-5-g482a5dc

Pino Toscano pino at moszumanska.debian.org
Tue Nov 21 22:19:36 UTC 2017


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

The following commit has been merged in the master branch:
commit 202e21ef5a081dae440e2c22924ebc0bbd208284
Author: Pino Toscano <pino at debian.org>
Date:   Tue Nov 21 22:41:18 2017 +0100

    switch to unversioned clang/llvm packages (#873411)
---
 debian/changelog | 5 +++++
 debian/control   | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a24f26d..ff4e70c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 kdevelop (4:5.2.0-3) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Switch back to the unversioned clang-dev, and llvm-dev: since all the llvm
+    versions have versioned symbols, we do not need to use the same version
+    used by mesa anymore (see #846410); hence, using whatever is the default
+    llvm version should be fine (Closes: #873411)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 21 Nov 2017 22:35:25 +0100
 
diff --git a/debian/control b/debian/control
index e83670f..f8fd7de 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: cmake (>= 2.8.12),
                extra-cmake-modules (>= 0.0.9),
                kdevelop-pg-qt (>= 2.0),
                libboost-serialization-dev,
-               libclang-3.9-dev,
+               libclang-dev (>= 1:3.8),
                libgrantlee5-dev,
                libkf5archive-dev (>= 5.15.0),
                libkf5config-dev (>= 5.15.0),
@@ -42,7 +42,7 @@ Build-Depends: cmake (>= 2.8.12),
                libkomparediff2-dev,
                libqt5webkit5-dev (>= 5.4.0),
                libsvn-dev,
-               llvm-3.9-dev,
+               llvm-dev (>= 1:3.8),
                okteta-dev (>= 4:16.08.0-1~),
                pkg-config,
                pkg-kde-tools (>= 0.15.16),

-- 
KDevelop packaging



More information about the pkg-kde-commits mailing list