[neon/extras/calligra/Neon/unstable] debian: comment out gemini override
Carlos De Maine
null at kde.org
Thu Mar 30 08:51:54 BST 2023
Git commit 63ef97d6586345142ffc37374b88809a40117c0a by Carlos De Maine.
Committed on 30/03/2023 at 07:51.
Pushed by carlosdem into branch 'Neon/unstable'.
comment out gemini override
M +4 -4 debian/rules
https://invent.kde.org/neon/extras/calligra/commit/63ef97d6586345142ffc37374b88809a40117c0a
diff --git a/debian/rules b/debian/rules
index 67b14e4..b073a8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,10 +37,10 @@ override_dh_link:
# the calligra-gemini components are installed in a multi-arch library
# directory, but kdelibs 4.x does not support that -- instead,
# create a simple symlink to avoid shuffling things too much
- if [ -d debian/calligra-gemini ]; then \
- ln -s $(DEB_HOST_MULTIARCH)/calligra $(CURDIR)/debian/calligra-gemini/usr/lib/calligra; \
- fi
- dh_link
+ #if [ -d debian/calligra-gemini ]; then \
+ # ln -s $(DEB_HOST_MULTIARCH)/calligra $(CURDIR)/debian/calligra-gemini/usr/lib/calligra; \
+ #fi
+ #dh_link
override_dh_strip:
dh_strip --dbgsym-migration='calligra-dbg (<< 1:2.9.11)'
More information about the Neon-commits
mailing list