[libfreehand] 01/04: icu-config is gone, use pkg-config

Rene Engelhard rene at moszumanska.debian.org
Sun Sep 17 10:31:40 UTC 2017


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

rene pushed a commit to branch master
in repository libfreehand.

commit 6630daacb063e9ea722e7f57a980221e55e443df
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Sep 17 12:27:18 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 3a55f71..36ecb33 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/libfreehand.git



More information about the Pkg-openoffice-commits mailing list