[neon/kde/keditbookmarks/Neon/unstable] debian: Add back removal of development symlinks
Scarlett Moore
null at kde.org
Mon Sep 18 13:40:13 BST 2023
Git commit 86ff67d05cf4b943b1120eb8e7bdf1fa9f22926b by Scarlett Moore.
Committed on 18/09/2023 at 14:39.
Pushed by scarlettmoore into branch 'Neon/unstable'.
Add back removal of development symlinks
M +5 -0 debian/rules
https://invent.kde.org/neon/kde/keditbookmarks/-/commit/86ff67d05cf4b943b1120eb8e7bdf1fa9f22926b
diff --git a/debian/rules b/debian/rules
index 49552b2..ca487d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,8 @@
%:
dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_install:
+ $(overridden_command)
+ # remove the development symlinks
+ find debian/keditbookmarks -name '*.so' -type l -delete
More information about the Neon-commits
mailing list