[SCM] Qt 4 packaging branch, experimental, updated. debian/4.7.4-1-45-gdc11a87

Fathi Boudra fabo at alioth.debian.org
Thu Dec 29 09:27:55 UTC 2011


The following commit has been merged in the experimental branch:
commit 9a533c2e8c4e1e027dcd0e9fef93161ba10266df
Author: Fathi Boudra <fabo at debian.org>
Date:   Thu Dec 29 11:23:43 2011 +0200

    Build-Depends on libicu-dev package.
---
 debian/changelog |    2 ++
 debian/control   |    1 +
 debian/rules     |    1 +
 3 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8729404..859eb42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,12 +34,14 @@ qt4-x11 (4:4.8.0-0multiarch1) UNRELEASED; urgency=low
     - build-depends on firebird-dev package. (Closes: #653378)
     - suggests libthai0 to libqtcore4. (Closes: #652712)
     - build-depends on elfutils for mv-qt4-bin-dbg.sh script.
+    - build-depends on libicu-dev package.
   * Update debian/rules:
     - add DEB_HOST_MULTIARCH support for libdir/plugindir.
     - remove -qt-gif configure option - removed upstream.
     - use ts-all target. The ts target has been removed.
     - call mv-qt4-bin-dbg.sh to move the binaries in qt4-bin-dbg package.
     - replace LDFLAGS by DEB_LDFLAGS_MAINT_APPEND usage.
+    - add -icu configure option.
   * Update debian/*.install files:
     - update paths for multiarch.
     - headers, translations, qmlplugindump.
diff --git a/debian/control b/debian/control
index 630dd82..f0b9356 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Build-Depends: debhelper (>= 7.4.13),
                libgstreamer0.10-dev,
                libgtk2.0-dev,
                libice-dev,
+               libicu-dev,
                libjpeg-dev,
                libmng-dev,
                libmysqlclient-dev,
diff --git a/debian/rules b/debian/rules
index fd762f4..1f4c3bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -150,6 +150,7 @@ endif
 	            -lfontconfig \
 	            -I/usr/include/freetype2 \
 	            -qvfb \
+	            -icu \
 	            $(extra_configure_opts)
 
 override_dh_auto_build:

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list