[SCM] Qt 4 packaging branch, master, updated. debian/4.8.6+dfsg-1-2-gde4c66c

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Tue May 13 06:57:38 UTC 2014


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

The following commit has been merged in the master branch:
commit de4c66cd10d0a028719e8ad0c3380f9aebfec272
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue May 13 10:53:35 2014 +0400

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

diff --git a/debian/changelog b/debian/changelog
index 69577c0..1ed3fd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qt4-x11 (4:4.8.6+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Add arm64 to no_pch_architectures.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 13 May 2014 10:51:15 +0400
 
diff --git a/debian/rules b/debian/rules
index a771d25..27d0823 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ else
   endif
 endif
 
-no_pch_architectures := armhf ia64 powerpc ppc64
+no_pch_architectures := arm64 armhf ia64 powerpc ppc64
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures)))
 	extra_configure_opts += -no-pch
 endif

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list