summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 15:41:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 15:41:29 +0000
commit794b3238dcb8101aa670ce8768825ee4b1b4f8dc (patch)
treed5bd330acbbff1acc07eef1e6d39d4c595785b15 /debian/rules
parentReleasing progress-linux version 4:24.2.2-2~progress7.99u1. (diff)
downloadlibreoffice-794b3238dcb8101aa670ce8768825ee4b1b4f8dc.tar.xz
libreoffice-794b3238dcb8101aa670ce8768825ee4b1b4f8dc.zip
Merging debian version 4:24.2.2-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 9083f09e7e..30fff1fe51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -460,6 +460,11 @@ SYSTEM_STUFF += frozen
SYSTEM_STUFF += argon2
# override stuff for build-indep to save build dependencies
+# This is a hack. dpkg calls build-indep for -A so this is in effect.
+# but for the binary target it calls binary-indep which calls install etc
+# apparently without these. so those guards do not work if stuff is moved
+# in install-common. e.g. qt/kf5, firebird_sdbc.xcd. Those need to be guarded
+# with an if [ -f or similar
ifeq ($(MAKECMDGOALS),build-indep)
ENABLE_EVOAB=n
BUILD_GTK3=n