diff --git a/debian/changelog b/debian/changelog index 323c595..f4ecb18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ [ Aurélien COUDERC ] * New upstream release (5.102.0). + * Update build-deps and deps with the info from cmake. -- Debian Qt/KDE Maintainers Sun, 08 Jan 2023 00:10:24 +0100 diff --git a/debian/control b/debian/control index bb11868..0b87602 100644 --- a/debian/control +++ b/debian/control @@ -7,15 +7,15 @@ debhelper-compat (= 13), dh-sequence-kf5, doxygen, - extra-cmake-modules (>= 5.101.0~), - libkf5configwidgets-dev (>= 5.101.0~), - libkf5coreaddons-dev (>= 5.101.0~), - libkf5declarative-dev (>= 5.101.0~), - libkf5guiaddons-dev (>= 5.101.0~), - libkf5i18n-dev (>= 5.101.0~), - libkf5itemviews-dev (>= 5.101.0~), - libkf5service-dev (>= 5.101.0~), - libkf5xmlgui-dev (>= 5.101.0~), + extra-cmake-modules (>= 5.102.0~), + libkf5configwidgets-dev (>= 5.102.0~), + libkf5coreaddons-dev (>= 5.102.0~), + libkf5declarative-dev (>= 5.102.0~), + libkf5guiaddons-dev (>= 5.102.0~), + libkf5i18n-dev (>= 5.102.0~), + libkf5itemviews-dev (>= 5.102.0~), + libkf5service-dev (>= 5.102.0~), + libkf5xmlgui-dev (>= 5.102.0~), libqt5sql5-sqlite, pkg-kde-tools (>= 0.15.15ubuntu1~), qtbase5-dev (>= 5.15.2~), @@ -52,13 +52,13 @@ Package: libkf5kcmutils-dev Section: libdevel Architecture: any -Depends: libkf5configwidgets-dev (>= 5.101.0~), - libkf5itemviews-dev (>= 5.101.0~), +Depends: libkf5configwidgets-dev (>= 5.102.0~), + libkf5itemviews-dev (>= 5.102.0~), libkf5kcmutils-bin (= ${binary:Version}), libkf5kcmutils5 (= ${binary:Version}), libkf5kcmutilscore5 (= ${binary:Version}), - libkf5service-dev (>= 5.101.0~), - libkf5xmlgui-dev (>= 5.101.0~), + libkf5service-dev (>= 5.102.0~), + libkf5xmlgui-dev (>= 5.102.0~), ${misc:Depends}, Recommends: libkf5kcmutils-doc (= ${source:Version}) Description: Extra APIs to write KConfig modules