[SCM] qtbase packaging branch, master, updated. debian/5.1.1+dfsg-4-2-g2228eff

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue Oct 22 17:00:38 UTC 2013


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

The following commit has been merged in the master branch:
commit 2228eff9f9e17e0c4dc89533affde96f423cda54
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Oct 22 14:00:20 2013 -0300

    Add mips64 and mipsel64 to the list of archs that should use linux-g++
---
 debian/changelog |    4 ++++
 debian/rules     |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2c09520..fb94e7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qtbase-opensource-src (5.1.1+dfsg-5) UNRELEASED; urgency=low
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Add mips64 and mipsel64 to the list of archs that should use linux-g++
+    instead of linux-g++-64 (Closes: #727139).
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 22 Oct 2013 13:57:00 -0300
 
 qtbase-opensource-src (5.1.1+dfsg-4) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 6d5c8b7..6f72c34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ else
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-  ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64))
+  ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el))
 	platform_arg = linux-g++
   else ifeq ($(DEB_HOST_ARCH_BITS),64)
 	platform_arg = linux-g++-64

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list