Codebase list kpty / 72e47b2
Update build-deps and deps with the info from cmake. Aurélien COUDERC 1 year, 4 months ago
2 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
11
22 [ Aurélien COUDERC ]
33 * New upstream release (5.101.0).
4 * Update build-deps and deps with the info from cmake.
45
56 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 12 Dec 2022 11:36:19 +0100
67
66 Build-Depends: cmake (>= 3.16~),
77 debhelper-compat (= 13),
88 doxygen,
9 extra-cmake-modules (>= 5.100.0~),
10 libkf5coreaddons-dev (>= 5.100.0~),
11 libkf5i18n-dev (>= 5.100.0~),
9 extra-cmake-modules (>= 5.101.0~),
10 libkf5coreaddons-dev (>= 5.101.0~),
11 libkf5i18n-dev (>= 5.101.0~),
1212 libqt5sql5-sqlite,
1313 libutempter-dev,
1414 pkg-kde-tools (>= 0.15.15ubuntu1~),
3535 Package: libkf5pty-dev
3636 Section: libdevel
3737 Architecture: any
38 Depends: libkf5coreaddons-dev (>= 5.100.0~),
39 libkf5i18n-dev (>= 5.100.0~),
38 Depends: libkf5coreaddons-dev (>= 5.101.0~),
39 libkf5i18n-dev (>= 5.101.0~),
4040 libkf5pty5 (= ${binary:Version}),
4141 ${misc:Depends},
4242 Recommends: libkf5pty-doc (= ${source:Version})