[libreoffice] 01/01: tommath -> libtommath (internal firebird case)

Rene Engelhard rene at moszumanska.debian.org
Sun Oct 9 20:24:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.3
in repository libreoffice.

commit eba806856af00776f13b691973eda402f7ad855b
Author: Rene Engelhard <rene at debian.org>
Date:   Sun Oct 9 22:23:42 2016 +0200

    tommath -> libtommath (internal firebird case)
---
 rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules b/rules
index 1aeab7b..c7a779d 100755
--- a/rules
+++ b/rules
@@ -510,10 +510,10 @@ ifeq "$(DEB_HOST_ARCH_ENDIAN)" "big"
   ENABLE_FIREBIRD=n
 endif
 ifeq "$(ENABLE_FIREBIRD)" "y"
-  SYSTEM_STUFF += firebird
+#  SYSTEM_STUFF += firebird
   ifeq (,$(filter firebird, $(SYSTEM_STUFF)))
   SYSTEM_STUFF += libatomic-ops
-  SYSTEM_STUFF += tommath
+  SYSTEM_STUFF += libtommath
   endif
 endif
 ENABLE_EOT=y
@@ -1250,7 +1250,7 @@ ifeq "$(ENABLE_FIREBIRD)" "y"
   ifneq (,$(filter libatomic-ops, $(SYSTEM_STUFF)))
 	BUILD_DEPS += , libatomic-ops-dev (>= 7.3~alpha1+git20110913-1)$(OOO_NO_BE_ARCHS)
   endif
-  ifneq (,$(filter tommath, $(SYSTEM_STUFF)))
+  ifneq (,$(filter libtommath, $(SYSTEM_STUFF)))
 	BUILD_DEPS += , libtommath-dev$(OOO_NO_BE_ARCHS)
   endif
   ifneq (,$(filter firebird, $(SYSTEM_STUFF)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list