[SCM] qtbase packaging branch, experimental, updated. debian/5.2.0+dfsg-4-3-gc9a3361

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Jan 2 19:47:46 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=c9a3361

The following commit has been merged in the experimental branch:
commit c9a33616ba70e85e23b7683048ac3c9185c5061c
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Jan 2 16:47:29 2014 -0300

    Build Qt against system's harfbuzz (Closes: #733972).
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules     | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d910ae8..3473079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtbase-opensource-src (5.2.0+dfsg-5) UNRELEASED; urgency=medium
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Workaround sparc's FTBFS due to it's qatomic code.
+  * Build Qt against system's harfbuzz (Closes: #733972).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 02 Jan 2014 16:38:35 -0300
 
diff --git a/debian/control b/debian/control
index f837b3c..c2e4588 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends: debhelper (>= 9),
                libgstreamer-plugins-base0.10-dev,
                libgstreamer0.10-dev,
                libgtk2.0-dev,
+               libharfbuzz-dev,
                libicu-dev,
                libjpeg-dev,
                libmysqlclient-dev,
diff --git a/debian/rules b/debian/rules
index ad188db..b4e8a55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,6 +103,7 @@ override_dh_auto_configure:
 	            -plugin-sql-tds \
 	            -system-sqlite \
 	            -platform $(platform_arg) \
+	            -system-harfbuzz \
 	            -system-zlib \
 	            -system-libpng \
 	            -system-libjpeg \

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list