diff --git a/debian/changelog b/debian/changelog index c292ed4..76430e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,7 @@ kwindowsystem (5.69.0-2) UNRELEASED; urgency=medium + + [ Sandro Knauß ] + * Bump compat level to 13. -- Debian Qt/KDE Maintainers Mon, 25 May 2020 01:27:15 +0200 diff --git a/debian/control b/debian/control index 3d29544..1456996 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers Uploaders: Maximiliano Curia Build-Depends: cmake (>= 3.5~), - debhelper-compat (= 12), + debhelper-compat (= 13), doxygen, extra-cmake-modules (>= 5.69.0~), graphviz, @@ -22,7 +22,7 @@ pkg-kde-tools (>= 0.15.15ubuntu1~), 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 @@ -46,7 +46,7 @@ Architecture: any Depends: libkf5windowsystem5 (= ${binary:Version}), qtbase5-dev (>= 5.12.0~), - ${misc:Depends} + ${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),