[neon/kde/systemsettings/Neon/unstable] debian: because it is only package, debhelper builds in debian/systemsettings instead of debian/tmp and therefore dh_install can't install the files. doh!
Carlos De Maine
null at kde.org
Sun Mar 19 03:16:31 GMT 2023
Git commit 1acb81f724b103aee39b07faf496bfb4e8c4d35e by Carlos De Maine.
Committed on 19/03/2023 at 03:16.
Pushed by carlosdem into branch 'Neon/unstable'.
because it is only package, debhelper builds in debian/systemsettings instead of debian/tmp and therefore dh_install can't install the files. doh!
M +3 -0 debian/rules
https://invent.kde.org/neon/kde/systemsettings/commit/1acb81f724b103aee39b07faf496bfb4e8c4d35e
diff --git a/debian/rules b/debian/rules
index 47c772a..f618f9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@
override_dh_shlibdeps:
dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+
+override_dh_install:
+ @echo "skip dh_install"
More information about the Neon-commits
mailing list