[neon/kde/keditbookmarks/Neon/unstable] debian: Ensure dh_auto_install is called first before trying to remove so link
Scarlett Moore
null at kde.org
Mon Sep 18 14:03:07 BST 2023
Git commit 38ee7d8ba7d2e7cb0261a20feb3d3e5e55f6e6b3 by Scarlett Moore.
Committed on 18/09/2023 at 15:02.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Ensure dh_auto_install is called first before trying to remove so link
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/keditbookmarks/-/commit/38ee7d8ba7d2e7cb0261a20feb3d3e5e55f6e6b3
diff --git a/debian/rules b/debian/rules
index ca487d6..e791340 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,6 @@
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_install:
- $(overridden_command)
+ dh_auto_install
# remove the development symlinks
find debian/keditbookmarks -name '*.so' -type l -delete
More information about the Neon-commits
mailing list