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

Rene Engelhard rene at moszumanska.debian.org
Sun Sep 17 10:25:39 UTC 2017


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

rene pushed a commit to annotated tag debian/0.1.4-1
in repository libcdr.

commit bb770830c8c251298fda339620e44ef4a67c0e84
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Sep 17 10:21:00 2017 +0000

    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 ed6de44..24caf6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ endif
 CONFIGURE_FLAGS += --disable-werror --docdir=/usr/share/doc/libcdr-doc --without-docs
 
 # 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/libcdr.git



More information about the Pkg-openoffice-commits mailing list