[SCM] qbs packaging branch, master, updated. debian/1.3.2+dfsg-1-2-g5d34933
Dmitry Shachnev
mitya57-guest at moszumanska.debian.org
Fri Oct 31 11:55:03 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qbs.git;a=commitdiff;h=5d34933
The following commit has been merged in the master branch:
commit 5d3493310349535fcc79c353b6bc5a7f6a682785
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Oct 31 14:54:53 2014 +0300
Add support for all MIPS flavors (closes: #767459).
---
debian/changelog | 2 ++
debian/patches/endianness.diff | 8 ++++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d6b8809..5869914 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qbs (1.3.2+dfsg-2) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Add support for all MIPS flavors (closes: #767459).
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 31 Oct 2014 14:53:05 +0300
diff --git a/debian/patches/endianness.diff b/debian/patches/endianness.diff
index 46e3bb4..03cb0b6 100644
--- a/debian/patches/endianness.diff
+++ b/debian/patches/endianness.diff
@@ -1,7 +1,7 @@
Description: detect endianness of all Debian supported archs
Author: Dmitry Shachnev <mitya57 at debian.org>
Forwarded: not-yet
-Last-Update: 2014-10-20
+Last-Update: 2014-10-31
--- a/src/lib/corelib/tools/architectures.cpp
+++ b/src/lib/corelib/tools/architectures.cpp
@@ -25,7 +25,7 @@ Last-Update: 2014-10-20
QMapIterator<QString, QStringList> i(archMap);
while (i.hasNext()) {
i.next();
-@@ -87,15 +93,23 @@
+@@ -87,15 +93,27 @@
QStringList little = QStringList()
<< QLatin1String("x86")
<< QLatin1String("x86_64")
@@ -34,6 +34,8 @@ Last-Update: 2014-10-20
- << QLatin1String("arm64");
+ << QLatin1String("arm64")
+ << QLatin1String("mipsel")
++ << QLatin1String("mipsn32el")
++ << QLatin1String("mips64el")
+ << QLatin1String("ppc64le");
if (little.contains(canonicalArch))
@@ -42,6 +44,8 @@ Last-Update: 2014-10-20
QStringList big = QStringList()
+ << QLatin1String("hppa")
+ << QLatin1String("mips")
++ << QLatin1String("mipsn32")
++ << QLatin1String("mips64")
<< QLatin1String("ppc")
- << QLatin1String("ppc64");
+ << QLatin1String("ppc64")
--
qbs packaging
More information about the pkg-kde-commits
mailing list