Source: kdenlive
Version: 19.12.2-1
Severity: wishlist
Tags: patch
Hi,
kdenlive is a KF5-based application. While it builds fine as it is,
it is recommended to use the kf5 dh addon, as it takes care of few
things, e.g.:
- passing extra arguments to cmake
- excluding files from dh_compress
- and more
Hence, use the kf5 dh addon, and remove unneeded overrides.
Thanks,
--
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -11,10 +11,10 @@ ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd)
endif
%:
- dh $@
+ dh $@ --with kf5
override_dh_auto_configure:
- dh_auto_configure -- $(EXTRAFLAGS)
+ dh_auto_configure -Skf5 -- $(EXTRAFLAGS)
override_dh_install:
dh_install
@@ -22,8 +22,5 @@ override_dh_install:
override_dh_auto_test:
-override_dh_compress:
- dh_compress -X.docbook
-
override_dh_gencontrol: l10npkgs_firstversion_ok
dh_gencontrol