[SCM] qtcreator packaging branch, master, updated. debian/4.5.0-1-4-g69936e7

Felix Geyer fgeyer at moszumanska.debian.org
Mon Jan 29 22:00:18 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtcreator.git;a=commitdiff;h=7ecc2a9

The following commit has been merged in the master branch:
commit 7ecc2a919ebc565b31d390f3db2cec4be4f786e0
Author: Felix Geyer <fgeyer at debian.org>
Date:   Mon Jan 29 22:53:34 2018 +0100

    Build-depend libclang and llvm 3.9 instead of the metapackage.
    
    qtcreator only works with version 3.9.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7a269fd..adba76a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,14 +8,14 @@ Uploaders: Adam Majer <adamm at zombino.com>,
            Simon Quigley <tsimonq2 at ubuntu.com>
 Build-Depends: debhelper (>= 10),
                libbotan1.10-dev,
-               libclang-dev [amd64 i386],
+               libclang-3.9-dev [amd64 i386],
                libicu-dev,
                libjs-jquery,
                libqt5opengl5-dev (>= 5.6.0~),
                libqt5sql5-sqlite (>= 5.6.0~),
                libqt5webkit5-dev (>= 5.6.0~),
                libqt5x11extras5-dev (>= 5.6.0~),
-               llvm-dev [amd64 i386],
+               llvm-3.9-dev [amd64 i386],
                pkg-config,
                qbs-dev (>= 1.10~),
                qml-module-qtquick2 (>= 5.6.0~),

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list