[SCM] qtbase packaging branch, experimental, updated. debian/5.2.1+dfsg-3-13-g06c8a6e

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sat May 17 23:56:52 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 06c8a6e4568ad57c2baf993e4d3fb040f1dfd622
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue May 13 12:03:48 2014 +0400

    Add arm64 to no_pch_architectures.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8e78ad7..6a5b0fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ qtbase-opensource-src (5.2.1+dfsg-4) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Build-depend on libxkbcommon-x11-dev, as the new patch includes
     <xkbcommon/xkbcommon-x11.h>.
+  * Add arm64 to no_pch_architectures.
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Install the headers in a Multi-Arch qualified directory (Closes: #734677).
diff --git a/debian/rules b/debian/rules
index d32c91b..6f393f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ else
 	extra_configure_opts += -no-sql-ibase
 endif
 
-no_pch_architectures := armel armhf ia64
+no_pch_architectures := arm64 armel armhf ia64
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures)))
 	extra_configure_opts += -no-pch
 endif

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list