Source: k4dirstat Version: 3.2.0-1 Severity: normal Tags: patch Hi,
k4dirstat uses the kde dh addon when building. The problem is that the kde addon is meant for stuff based on kdelibs 4.x, not for Qt5/KF5 -- for these, there is the kf5 dh addon. The result is the same, however enhancements for Qt5/KF5 stuff will be provided only by the kf5 addons. Patch attached for this. Thanks, -- Pino
--- a/debian/rules +++ b/debian/rules @@ -1,10 +1,10 @@ #!/usr/bin/make -f %: - dh $@ --with kde + dh $@ --with kf5 override_dh_auto_configure: - dh_auto_configure --buildsystem=kde -- -DK4DIRSTAT_GIT_VERSION=OFF + dh_auto_configure --buildsystem=kf5 -- -DK4DIRSTAT_GIT_VERSION=OFF override_dh_auto_install: - dh_auto_install --buildsystem=kde --parallel + dh_auto_install --buildsystem=kf5 --parallel