[SCM] Qt 4 packaging branch, master, updated. debian/4.8.5+git192-g085f851+dfsg-2-2-g24ba2c1

Dmitry Shachnev mitya57-guest at moszumanska.debian.org
Thu Dec 26 17:20:27 UTC 2013


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

The following commit has been merged in the master branch:
commit 24ba2c1518a272206d39d4a67e798bf6a95c3cd2
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Dec 26 21:19:25 2013 +0400

    Remove Ubuntu-specific code to add armel to armv6_architectures.
    
    Ubuntu no longer supports armel.
---
 debian/changelog | 3 +++
 debian/rules     | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f22646c..023f320 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qt4-x11 (4:4.8.5+git192-g085f851+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Remove Ubuntu-specific code to add armel to armv6_architectures.
+    Ubuntu no longer supports armel.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 26 Dec 2013 21:17:33 +0400
 
diff --git a/debian/rules b/debian/rules
index 61ac6d5..c161185 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,9 +50,6 @@ ifeq ($(DEB_HOST_ARCH),arm)
 endif
 
 armv6_architectures := armhf
-ifeq ($(vendor),Ubuntu)
-	armv6_architectures += armel
-endif
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(armv6_architectures)))
 	extra_configure_opts += -arch armv6
 endif

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list