[SCM] qtcreator packaging branch, master, updated. debian/3.0.1+dfsg+exp-3-9-g1ea4126
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Thu Apr 3 16:09:30 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtcreator.git;a=commitdiff;h=1ea4126
The following commit has been merged in the master branch:
commit 1ea41264fbad0813ed30ea44796d0e5fa9687b54
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Thu Apr 3 13:09:12 2014 -0300
Tighten up the dependencies.
---
debian/changelog | 3 ++-
debian/control | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c336404..095acbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ qtcreator (3.0.1+dfsg+exp-4) UNRELEASED; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* Add qml-module-qtquick-controls and qml-module-qtquick2 as
- dependencies (Closes: #742710).
+ dependencies (Closes: #742710). Tight up the dependencies to the minimum
+ required versions.
* Disable parallel builds on arm*. It seems make is currently having problems
with parallel builds on arm, so we disable them. It might get fixed with
make 4.
diff --git a/debian/control b/debian/control
index 3e47edd..c973308 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
libqt5webkit5-dev (>= 5.2.1+dfsg-4~),
libx11-dev,
pkg-config,
- qml-module-qtquick2,
+ qml-module-qtquick2 (>= 5.2.1-5~),
qtbase5-dev (>= 5.2.1+dfsg~),
qtbase5-private-dev (>= 5.2.1+dfsg~),
qtdeclarative5-dev (>= 5.2.1~),
@@ -36,8 +36,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/qt/qtcreator.git
Package: qtcreator
Architecture: any
Depends: libqt5sql5-sqlite,
- qml-module-qtquick-controls,
- qml-module-qtquick2,
+ qml-module-qtquick-controls (>= 5.2.1-4~),
+ qml-module-qtquick2 (>= 5.2.1-5~),
qtchooser,
qtcreator-data (= ${source:Version}),
${misc:Depends},
--
qtcreator packaging
More information about the pkg-kde-commits
mailing list