https://bugs.documentfoundation.org/show_bug.cgi?id=152386

--- Comment #8 from Rene Engelhard <r...@debian.org> ---
For reference, after I did the 7.4.3-2~bpo11+1 build I'll do something along 

diff --git a/rules b/rules
index db4396a4..e733f6c8 100755
--- a/rules
+++ b/rules
@@ -1424,10 +1424,15 @@ ifeq "$(ENABLE_FIREBIRD)" "y"
   ifneq (,$(filter firebird, $(SYSTEM_STUFF)))
        BUILD_DEPS += , firebird-dev (>=
3.0.0.32483.ds4-4)$(OOO_NO_FIREBIRD_ARCHS)
        # we need libEngine12.so
+  ifeq "$(BULLSEYE_BACKPORT)" "y"
+       FIREBIRD_CORE_MIN_VERSION := 3.0.5.33220.ds4-1+b1 
+  else
+       FIREBIRD_CORE_MIN_VERSION := 3.0.11.33637.ds4-2+b1
+  endif
   ifeq "$(RUN_MAKE_CHECK)" "y"
-       BUILD_DEPS_ARCH += , firebird3.0-server-core $(OOO_NO_FIREBIRD_ARCHS)
<!nocheck>
+       BUILD_DEPS_ARCH += , firebird3.0-server-core (>=
$(FIREBIRD_CORE_MIN_VERSION)) $(OOO_NO_FIREBIRD_ARCHS) <!nocheck>
   endif
-       FIREBIRD_ENGINE_DEPENDS += firebird3.0-server-core
+       FIREBIRD_ENGINE_DEPENDS += firebird3.0-server-core (>=
$(FIREBIRD_CORE_MIN_VERSION))
   endif
 else
        CONFIGURE_FLAGS += --disable-firebird-sdbc

for unstable, which is said workaround. Is no future-proof solution on  the
next  update to a newer ICU, but at least for now.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to