[SCM] extra-cmake-modules packaging branch, master, updated. debian/5.37.0-2-89-geea6c57
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Jan 2 18:24:30 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/extra-cmake-modules.git;a=commitdiff;h=654e1b9
The following commit has been merged in the master branch:
commit 654e1b98e48a614d4eedc48fb358813ed70fae75
Author: Harald Sitter <sitter at kde.org>
Date: Wed Nov 16 14:25:07 2016 +0100
recommend qt5-default
https://phabricator.kde.org/T3983
without this there's a chance qtchooser will pick qt4 which
makes to no sense given qt4 is dead and with ecm you want
qt5 99% of the time
this has a chance of breaking qt4 dependent builds, so best keep
an eye out and see if something needs fixing in this regard
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 86a9857..a98c2b9 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/extra-cmake-modules.g
Package: extra-cmake-modules
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: qt5-default
Suggests: qt5-qmake, qtbase5-dev
Description: Extra modules and scripts for CMake
Extra CMake Modules, or ECM, aims to augment CMake with additional modules. It
--
extra-cmake-modules packaging
More information about the pkg-kde-commits
mailing list