[SCM] KDevelop packaging branch, experimental, updated. debian/5.0.3-1-4-ge0c92e9

Pino Toscano pino at moszumanska.debian.org
Sat Jul 1 06:27:31 UTC 2017


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

The following commit has been merged in the experimental branch:
commit bebe68f8a942febc4d8dcdc2a55e816a0ba74ff7
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Dec 16 09:38:33 2016 -0300

    Build against llvm/clang 3.9 to avoid a crash.
    
    For some time only, we need a better fix for this.
---
 debian/changelog | 5 +++++
 debian/control   | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d42252e..5e1136e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 kdevelop (4:5.0.1-3) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Bump llvm and clang build dependencies to 3.9. This avoids a crash when
+    users are running video drivers compiled against llvm 3.9. Yes, it's a
+    temporal fix only (Closes: #846410).
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 16 Dec 2016 09:34:29 -0300
 
 kdevelop (4:5.0.1-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index c455375..fa05130 100644
--- a/debian/control
+++ b/debian/control
@@ -42,8 +42,8 @@ Build-Depends: cmake (>= 2.8.12),
                pkg-config,
                pkg-kde-tools (>= 0.15.16),
                shared-mime-info,
-               llvm-3.8-dev (>= 1:3.8.1),
-               libclang-3.8-dev (>= 1:3.8.1),
+               llvm-3.9-dev,
+               libclang-3.9-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