[SCM] qtbase packaging branch, wheezy-backports, updated. debian/5.3.2+dfsg-3-bpo70+1-7-g134c03b

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Nov 21 02:42:12 UTC 2014


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

The following commit has been merged in the wheezy-backports branch:
commit 134c03b228365661b837b7c1f952b69ebe8a714b
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Nov 20 23:41:57 2014 -0300

    Set xkb-config-root as we are currently not using libxkbcommon.
---
 debian/changelog | 2 ++
 debian/rules     | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 322519e..ca07bfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtbase-opensource-src (5.3.2+dfsg-4~bpo70+1) UNRELEASED; urgency=medium
 
+  * Set xkb-config-root as we are currently not using libxkbcommon because it
+    has not been backported (Closes: #766239).
 
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Thu, 20 Nov 2014 23:36:02 -0300
 
diff --git a/debian/rules b/debian/rules
index 211ad3a..8e48cf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -129,6 +129,7 @@ override_dh_auto_configure:
 	            -no-separate-debug-info \
 	            -qpa xcb \
 	            -xcb \
+	            -xkb-config-root "/usr/share/X11/xkb" \
 	            -glib \
 	            -icu \
 	            -accessibility \

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list