[libreoffice] 01/01: fix ifeq so that debian/shlibs.override.mysql-connector-c++ actually does get used...

Rene Engelhard rene at moszumanska.debian.org
Fri Nov 10 06:46:17 UTC 2017


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

rene pushed a commit to branch master
in repository libreoffice.

commit 27467c3249488d2bb3e0fb638f4d0e2d347c4431
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Fri Nov 10 07:46:12 2017 +0100

    fix ifeq so that debian/shlibs.override.mysql-connector-c++ actually does get used...
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules b/rules
index 54d1857..6e1adbb 100755
--- a/rules
+++ b/rules
@@ -3403,7 +3403,7 @@ ifneq (,$(filter firebird, $(SYSTEM_STUFF)))
 	# instead of .symbols which gives os only a (>= 2.5.0.25784~ReleaseCandidate1.ds2)...
 	cat /var/lib/dpkg/info/libfbclient2*.shlibs >> debian/shlibs.local
 endif
-ifneq (,$(filter mysql-connector-c++, $(SYSTEM_STUFF)))
+ifneq (,$(filter mysql-cppconn, $(SYSTEM_STUFF)))
 	# temporarily force a lower dependency to not be blocked behind
         # mysql-connector-c++ which is blocked behind mariadb-10.1 :/
 	cat debian/shlibs.override.mysql-connector-c++ >> debian/shlibs.local

-- 
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