diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:30:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:30:29 +0000 |
commit | 7bae7664bd6096ccb8f3dc9554e889b207b5fa6f (patch) | |
tree | 413685d5158486412669266c19dc6c35bd13bcda /debian/rules | |
parent | Adding debian version 4:24.2.1-1. (diff) | |
download | libreoffice-7bae7664bd6096ccb8f3dc9554e889b207b5fa6f.tar.xz libreoffice-7bae7664bd6096ccb8f3dc9554e889b207b5fa6f.zip |
Adding debian version 4:24.2.1-2.debian/4%24.2.1-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 463962bb57..4019b23b15 100755 --- a/debian/rules +++ b/debian/rules @@ -336,7 +336,7 @@ BUILD_GTK3=y endif endif BUILD_GTK4=y -ENABLE_EVO2=y +ENABLE_EVO2=n ENABLE_GIO=y ENABLE_DCONF=y ENABLE_RANDR=y @@ -973,7 +973,7 @@ endif ifneq (,$(filter xmlsec, $(SYSTEM_STUFF))) BUILD_DEPS += , libxmlsec1-dev (>= 1.2.35) ifneq ($(BOOKWORM_BACKPORT),y) - BUILD_DEPS += , libxmlsec1-dev (>= 1.2.39-5) [$(filter $(OOO_CHECK_FATAL_ARCHS),$(filter-out i386,$(OOO_32BIT_ARCHS)))] <!nocheck> + BUILD_DEPS += , libxmlsec1-dev (>= 1.2.39-5) [$(filter $(OOO_CHECK_ARCHS),$(filter-out i386,$(OOO_32BIT_ARCHS)))] <!nocheck> endif endif ifneq (,$(filter expat, $(SYSTEM_STUFF))) @@ -2212,7 +2212,7 @@ endif debian/tests/control.new: debian/tests/control.in debian/rules echo "#" > debian/tests/control.new echo "# NOTE: This file is autogenerated. DO NOT manually edit it! " >> debian/tests/control.new - echo "# Edit debian/control*in and rules (whatever applicable), run debian/rules control" >> debian/tests/control.new + echo "# Edit debian/tests/control*in and rules (whatever applicable), run debian/rules control" >> debian/tests/control.new echo "# and move control.new to control if the difference is sane." >> debian/tests/control.new echo "#" >> debian/tests/control.new sed -e "s|%OOO_JAVA_ARCHS%|$(OOO_JAVA_ARCHS)|g" \ @@ -2231,7 +2231,7 @@ endif diff -u debian/tests/control debian/tests/control.new && rm -f debian/tests/control.new || (\ echo "Generated control file differs! Check the result!"; \ - echo "Note: Edit control*.in and rules instead of control!"; \ + echo "Note: Edit tests/control*.in and rules instead of control!"; \ echo "If the difference is correct move control.new to control"; \ exit 1) |