[libvisio] 03/04: icu-config is gone, use pkg-config

Rene Engelhard rene at moszumanska.debian.org
Sat Oct 21 16:28:24 UTC 2017


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

rene pushed a commit to branch master
in repository libvisio.

commit 616c2b0d09995625e2da66a2830e5de04f3bdae1
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sat Oct 21 18:26:13 2017 +0200

    icu-config is gone, use pkg-config
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 53c52a1..66a67a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 # see https://cgit.freedesktop.org/libreoffice/core/commit/?id=fabad007c60958f2ff87e8f636ff6a798ad1f963 
-ifeq "$(shell dpkg --compare-versions `icu-config --version` ge 59 && echo true)" "true"
+ifeq "$(shell dpkg --compare-versions `pkg-config --modversion icu-i18n` ge 59 && echo true)" "true"
 	export DEB_CXXFLAGS_MAINT_APPEND := -DUCHAR_TYPE=uint16_t
 endif
 export DPKG_EXPORT_BUILDFLAGS=y 

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



More information about the Pkg-openoffice-commits mailing list