diff --git a/debian/changelog b/debian/changelog index 2083f58..30325d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ [ Sandro Knauß ] * Add Rules-Requires-Root field to control. * New upstream release (5.69.0). + * Update build-deps and deps with the info from cmake. -- Debian Qt/KDE Maintainers Tue, 14 Apr 2020 03:58:13 +0200 diff --git a/debian/control b/debian/control index 5636e8d..3d29544 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ Build-Depends: cmake (>= 3.5~), debhelper-compat (= 12), doxygen, - extra-cmake-modules (>= 5.62.0~), + extra-cmake-modules (>= 5.69.0~), graphviz, libqt5sql5-sqlite:native, - libqt5x11extras5-dev (>= 5.11.0~), + libqt5x11extras5-dev (>= 5.12.0~), libx11-dev, libxcb-icccm4-dev, libxcb-keysyms1-dev, @@ -20,9 +20,9 @@ libxrender-dev, pkg-config, pkg-kde-tools (>= 0.15.15ubuntu1~), - qtbase5-dev (>= 5.11.0~), + qtbase5-dev (>= 5.12.0~), qttools5-dev (>= 5.4), - qttools5-dev-tools (>= 5.4), + qttools5-dev-tools (>= 5.4) Standards-Version: 4.5.0 Homepage: https://projects.kde.org/projects/frameworks/kwindowsystem Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kwindowsystem @@ -45,8 +45,8 @@ Section: libdevel Architecture: any Depends: libkf5windowsystem5 (= ${binary:Version}), - qtbase5-dev (>= 5.11.0~), - ${misc:Depends}, + qtbase5-dev (>= 5.12.0~), + ${misc:Depends} Recommends: libkf5windowsystem-doc (= ${source:Version}) Description: development files for kwindowsystem The class KWindowSystem provides information about the state of the @@ -63,7 +63,7 @@ libkf5runner-dev (<< 5.54), libkf5textwidgets-dev (<< 5.54), libkf5wallet-dev (<< 5.54), - libkf5xmlgui-dev (<< 5.54), + libkf5xmlgui-dev (<< 5.54) Package: libkf5windowsystem-doc Architecture: all @@ -83,7 +83,7 @@ Multi-Arch: same Depends: libkf5windowsystem-data (= ${source:Version}), ${misc:Depends}, - ${shlibs:Depends}, + ${shlibs:Depends} Recommends: kwayland-integration, qtwayland5 Description: Convenience access to certain properties and features of the window manager The class KWindowSystem provides information about the state of the @@ -109,4 +109,4 @@ libkf5xmlgui5 (<< 5.54), plasma-framework (<< 5.54), qml-module-org-kde-kquickcontrols (<< 5.54), - qml-module-org-kde-kwindowsystem (<< 5.54), + qml-module-org-kde-kwindowsystem (<< 5.54)