[SCM] qtwayland packaging branch, experimental, updated. debian/5.6.0-beta-1-4-g3317158
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Sat Mar 19 17:03:51 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwayland.git;a=commitdiff;h=3317158
The following commit has been merged in the experimental branch:
commit 33171588f0d8e55e5f0bd5037dbb1082be510dd7
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Sat Mar 19 14:02:43 2016 -0300
Build depend upon qtbase5-dev.
While qtbase5-private-dev depends upon qtbase5-dev, this change +
the logic in qtbase's symbols files makes the source to wait for the
version of qtbase it was built with to migrate.
---
debian/changelog | 3 +++
debian/control | 1 +
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2a8afe8..df0cf1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ qtwayland-opensource-src (5.6.0-1) UNRELEASED; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
- Bump Qt build dependencies.
+ * Also build depend upon qtbase5-dev. This ensures that this source will not
+ migrate to testing before the minimum qtbase version required does even if
+ the version in testing fullfills all the symbols.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 19 Mar 2016 13:55:39 -0300
diff --git a/debian/control b/debian/control
index bf7ee0e..8b51c4d 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends: debhelper (>= 9),
libxrender-dev,
pkg-config,
pkg-kde-tools,
+ qtbase5-dev (>= 5.6.0+dfsg~),
qtbase5-private-dev (>= 5.6.0+dfsg~)
Standards-Version: 3.9.6
Homepage: http://qt-project.org/
--
qtwayland packaging
More information about the pkg-kde-commits
mailing list