[SCM] qtxmlpatterns packaging branch, experimental, updated. debian/5.7.1-20161021-1-6-g3be8c03
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Sun Oct 30 02:15:25 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtxmlpatterns.git;a=commitdiff;h=3be8c03
The following commit has been merged in the experimental branch:
commit 3be8c0319c86c62aefa12270b491789e34548031
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Sat Oct 29 23:15:06 2016 -0300
Do not run test when building arch: all.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 670ba83..46effcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtxmlpatterns-opensource-src (5.7.1~20161021-3) UNRELEASED; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* Override tests just when building arch dependant packages.
+ * Do not try to run test when building arch:all packages.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 29 Oct 2016 23:10:33 -0300
diff --git a/debian/rules b/debian/rules
index 83122e3..aec33ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,3 +44,6 @@ override_dh_strip:
override_dh_auto_test-arch:
# Make the tests non-fatal, see the 5.7.1~20161021-2 changelog.
-dh_auto_test
+
+override_dh_auto_test-indep:
+ # Nothing to do here.
--
qtxmlpatterns packaging
More information about the pkg-kde-commits
mailing list