[SCM] qbs packaging branch, master, updated. debian/1.3.3+dfsg-1-2-g06d57ad

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Dec 27 17:21:36 UTC 2014


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

The following commit has been merged in the master branch:
commit 06d57ad8de180f435ae52f5bdc0706a39ed80efb
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Dec 27 20:21:27 2014 +0300

    Re-add skip_test.diff, seems to be still needed.
---
 debian/changelog              |  2 ++
 debian/patches/series         |  1 +
 debian/patches/skip_test.diff | 16 ++++++++++++++++
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0828112..69f1a48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qbs (1.3.3+dfsg-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Re-add skip_test.diff, seems to be still needed.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 27 Dec 2014 20:20:34 +0300
 
diff --git a/debian/patches/series b/debian/patches/series
index 4101251..e20fb9d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 endianness.diff
+skip_test.diff
diff --git a/debian/patches/skip_test.diff b/debian/patches/skip_test.diff
new file mode 100644
index 0000000..f603ef4
--- /dev/null
+++ b/debian/patches/skip_test.diff
@@ -0,0 +1,16 @@
+Description: skip failing TestBlackbox::dependenciesProperty() test
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Bug: https://bugreports.qt-project.org/browse/QBS-695
+Forwarded: not-needed
+Last-Update: 2014-10-07
+
+--- a/tests/auto/blackbox/tst_blackbox.cpp
++++ b/tests/auto/blackbox/tst_blackbox.cpp
+@@ -444,6 +444,7 @@
+ 
+ void TestBlackbox::dependenciesProperty()
+ {
++    SKIP_TEST("does not pass on most architectures");
+     QDir::setCurrent(testDataDir + QLatin1String("/dependenciesProperty"));
+     QCOMPARE(runQbs(), 0);
+     QFile depsFile(productBuildDir("product1") + QLatin1String("/product1.deps"));

-- 
qbs packaging



More information about the pkg-kde-commits mailing list