diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2017-10-19 17:04:07 +0300 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2017-10-19 17:04:07 +0300 |
commit | f8d183eabc6a9a80b7c1e200bef43584f0045f52 (patch) | |
tree | 482871028efd325c5a2f40c757c114a917c5797c /debian/changelog | |
parent | 87177f65b2137dae9184ede5dbb72767e37e650a (diff) | |
download | qtbase-f8d183eabc6a9a80b7c1e200bef43584f0045f52.tar.gz |
Move all Qt binaries to a non-multiarch location, /usr/lib/qt5/bin/.
Provide compatibility symlinks for the old location.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6ab9082..30e2ad5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ qtbase-opensource-src (5.9.2+dfsg-3) UNRELEASED; urgency=medium [ Dmitry Shachnev ] * Merge 5.9.1+dfsg-12 upload from unstable. + * Move all Qt binaries to a non-multiarch location, /usr/lib/qt5/bin/, for + improved cross-build support. Provide compatibility symlinks for the old + location. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 19 Oct 2017 16:23:43 +0300 |