[SCM] qtcreator packaging branch, master, updated. debian/4.1.0-rc1-1-8-gf440827

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Oct 19 14:23:47 UTC 2016


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

The following commit has been merged in the master branch:
commit f440827652372cdccb4b250dcbb5161c5c4d6e38
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Oct 19 11:23:23 2016 -0300

    Do not build clang support on armel (Closes: #839791).
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3c2fd1d..25f4466 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
 qtcreator (4.1.0-2) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Do not build clang support on armel (Closes: #839791). Thanks Emilio for
+    the bug!
+  * Switch to libclang-dev, which currently depends on libclang-3.8-dev.
+    Listing both versions of libclang-3.*-dev is futile as buildds will
+    only consider the first one.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 19 Oct 2016 11:11:53 -0300
 
 qtcreator (4.1.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 857512a..551d0dc 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.8-dev | libclang-3.9-dev,
+               libclang-dev [!armel],
                libicu-dev,
                libjs-jquery,
                libqt5opengl5-dev (>= 5.5.0~),

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list