Codebase list kaccounts-providers / e892c1a
modernize building Pino Toscano 9 months ago
3 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 * Remove inactive Uploaders.
44 * Stop using qtwebengine5-dev on mipsel, as it will be removed soon from
55 that architecture.
6 * Modernize building:
7 - add the dh-sequence-kf5 build dependency to use the kf5 addon
8 automatically, removing pkg-kde-tools
9 - drop all the manually specified addons and buildsystem for dh
610
711 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 19 Jul 2023 06:06:19 +0200
812
44 Uploaders: Aurélien COUDERC <coucouf@debian.org>,
55 Build-Depends: cmake (>= 3.16~),
66 debhelper-compat (= 13),
7 dh-sequence-kf5,
78 extra-cmake-modules (>= 5.85.0~),
89 gettext,
910 intltool,
1415 libkf5kio-dev (>= 5.85.0~),
1516 libkf5package-dev (>= 5.85.0~),
1617 libsignon-qt5-dev,
17 pkg-kde-tools (>= 0.12),
1818 qtbase5-dev (>= 5.15.0~),
1919 qtdeclarative5-dev (>= 5.15.0~),
2020 qtwebengine5-dev (>= 5.15.0~) [amd64 arm64 armhf i386],
22 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
33
44 %:
5 dh $@ --with kf5
5 dh $@