[SCM] qtcreator packaging branch, master, updated. debian/4.0.3-1-2-g75c2d7e

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sat Oct 15 13:31:21 UTC 2016


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

The following commit has been merged in the master branch:
commit 75c2d7e8b203b37ec2ac1601fec34a4cca024637
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Oct 15 10:30:45 2016 -0300

    Disable builds with LLVM on armel.
    
    armel does not provides an up to date LLVM.
---
 debian/changelog | 4 ++++
 debian/control   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2f2a260..18daa9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtcreator (4.0.3-2) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Disable builds with LLVM on armel, as LLVM 3.8 is not present there
+    (Closes: #839791). Thanks Emilio for the bug!
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 15 Oct 2016 10:19:12 -0300
 
 qtcreator (4.0.3-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index b2eb2b7..c325f3a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Adam Majer <adamm at zombino.com>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
 Build-Depends: debhelper (>= 9),
                libbotan1.10-dev,
-               libclang-3.6-dev,
+               libclang-3.6-dev [!armel],
                libicu-dev,
                libjs-jquery,
                libqt5opengl5-dev (>= 5.5.0~),

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list