[SCM] qtwayland packaging branch, experimental, updated. debian/5.7.1-20161021-2-8-ga8cecb1
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun May 28 10:04:22 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwayland.git;a=commitdiff;h=cb575d0
The following commit has been merged in the experimental branch:
commit cb575d021d1e8c7960c8f88b31aeee43c2a307aa
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun May 28 13:02:46 2017 +0300
Do not use gold linker, to keep the symbols versioned.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d2b9e78..65b9dbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ qtwayland-opensource-src (5.9.0~rc-1) UNRELEASED; urgency=medium
- In Qt 5.7 the Qt Wayland Compositor library is a technical preview,
so API/ABI stability was not guaranteed.
* Add debian/clean file.
+ * Do not use gold linker, to keep the symbols versioned.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 28 May 2017 10:56:28 +0300
diff --git a/debian/rules b/debian/rules
index 0b10a0b..c71a925 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export QT_SELECT := qt5
dh $@ --with pkgkde_symbolshelper --parallel
override_dh_auto_configure:
- qmake
+ qmake CONFIG-=use_gold_linker
override_dh_auto_build-indep:
dh_auto_build -- docs
--
qtwayland packaging
More information about the pkg-kde-commits
mailing list