Codebase list kitemmodels / 0021b05
Update build-deps and deps with the info from cmake. Norbert Preining 3 years ago
2 changed file(s) with 7 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
66 * Bump Standards-Version to 4.5.1 (No changes needed).
77
88 * New upstream release (5.77.0).
9 * Update build-deps and deps with the info from cmake.
910
1011 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 26 Oct 2020 22:47:25 +0100
1112
55 Build-Depends: cmake (>= 3.5~),
66 debhelper-compat (= 13),
77 doxygen,
8 extra-cmake-modules (>= 5.74.0~),
8 extra-cmake-modules (>= 5.77.0~),
99 graphviz,
1010 libqt5sql5-sqlite:native,
1111 pkg-kde-tools (>= 0.15.15ubuntu1~),
1212 qml-module-qtquick-controls <!nocheck>,
13 qtbase5-dev (>= 5.12.0~),
14 qtdeclarative5-dev (>= 5.12.0~),
13 qtbase5-dev (>= 5.13.0~),
14 qtdeclarative5-dev (>= 5.13.0~),
1515 qttools5-dev,
1616 qttools5-dev-tools (>= 5.4),
1717 xauth,
18 xvfb,
18 xvfb
1919 Standards-Version: 4.5.1
2020 Homepage: https://invent.kde.org/frameworks/kitemmodels
2121 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kitemmodels
2626 Section: libdevel
2727 Architecture: any
2828 Depends: libkf5itemmodels5 (= ${binary:Version}),
29 qtbase5-dev (>= 5.12.0~),
30 ${misc:Depends},
29 qtbase5-dev (>= 5.13.0~),
30 ${misc:Depends}
3131 Recommends: libkf5itemmodels-doc (= ${source:Version})
3232 Description: additional item/view models for Qt Itemview
3333 A library which provides additional item/view models for Qt Itemview.