[SCM] qtcreator packaging branch, master, updated. debian/3.6.1-1-17-gbd543f6
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Tue May 24 00:57:09 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtcreator.git;a=commitdiff;h=bd543f6
The following commit has been merged in the master branch:
commit bd543f6ba1646ec2e3914fcb9d987e876ec881a8
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Mon May 23 21:56:41 2016 -0300
Make qtcreator recommend clang.
---
debian/changelog | 2 ++
debian/control | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f43068e..3a30ff7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ qtcreator (4.0.0-1) UNRELEASED; urgency=medium
* Update Homepage and Vcs-* fields to use secure URLs.
* Update Standards-Version to 3.9.8, no changes required.
* Update install files.
+ * Make qtcreator recommend clang, as it has added quite interesting tools
+ that use it.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 11 May 2016 14:59:38 -0300
diff --git a/debian/control b/debian/control
index 7dfb96e..04c440a 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,8 @@ Depends: libqt5sql5-sqlite,
qtcreator-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
-Recommends: gdb,
+Recommends: clang,
+ gdb,
make,
qmlscene,
qt5-doc,
--
qtcreator packaging
More information about the pkg-kde-commits
mailing list