[neon/kde/libksysguard/Neon/unstable] debian: -DBUILD_DESIGNERPLUGIN=ON
Carlos De Maine
null at kde.org
Tue Oct 31 03:13:02 GMT 2023
Git commit f850282a9de0614c2ad01033e57c1ba72b1df08d by Carlos De Maine.
Committed on 31/10/2023 at 04:13.
Pushed by carlosdem into branch 'Neon/unstable'.
-DBUILD_DESIGNERPLUGIN=ON
M +3 -2 debian/rules
https://invent.kde.org/neon/kde/libksysguard/-/commit/f850282a9de0614c2ad01033e57c1ba72b1df08d
diff --git a/debian/rules b/debian/rules
index 43590e4..d48382c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,9 @@
%:
dh $@ --with kf6 --buildsystem kf6
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DBUILD_DESIGNERPLUGIN=ON
override_dh_installdeb:
sed 's/#DEB_HOST_MULTIARCH#/$(DEB_HOST_MULTIARCH)/' \
More information about the Neon-commits
mailing list