[SCM] qtcreator packaging branch, master, updated. debian/3.5.1+dfsg-1-2-g8602fe3

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Oct 27 16:39:39 UTC 2015


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

The following commit has been merged in the master branch:
commit 8602fe3b8e3f322f08cd26948819bf37e0fc2bf2
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Oct 27 13:37:57 2015 -0300

    Use only LLVM 3.6 to avoid a FTBFS in 3.7.
    
    We need Qt5 to transition.
---
 debian/changelog | 4 ++++
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e099811..3b06bb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtcreator (3.5.1+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Use only LLVM 3.6 to avoid a FTBFS in 3.7 that doesn't
+    allows us to migrate.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 27 Oct 2015 13:35:24 -0300
 
 qtcreator (3.5.1+dfsg-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 52c76e1..04d5723 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Adam Majer <adamm at zombino.com>,
            Jeremy Lainé <jeremy.laine at m4x.org>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
 Build-Depends: debhelper (>= 9),
-               libclang-3.7-dev | libclang-3.6-dev,
+               libclang-3.6-dev,
                libbotan1.10-dev,
                libicu-dev,
                libjs-jquery,

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list