[SCM] gammaray packaging branch, master, updated. debian/2.3.0-3-44-gdb204d1
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Fri Aug 5 06:39:36 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/gammaray.git;a=commitdiff;h=db204d1
The following commit has been merged in the master branch:
commit db204d118f20d6fce4ee022092a7bffd4d97c282
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Thu Aug 4 13:04:28 2016 +0200
Increase GammaRay launcher timeout when running the test suite
Attempts to fix FTBFS issues on mips architectures.
---
debian/changelog | 7 +++++++
debian/rules | 4 ++++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 42b68e0..d0ebb44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gammaray (2.5.1-2) UNRELEASED; urgency=medium
+
+ * Increase GammaRay launcher timeout when running the test suite
+ - attempts to fix FTBFS issues on mips architectures.
+
+ -- Jakub Adam <jakub.adam at ktknet.cz> Thu, 04 Aug 2016 13:02:34 +0200
+
gammaray (2.5.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 3a2fdab..9f1ac59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,10 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# Give the build more time to finish the test suite.
+# Timeouts have been appearing on buildd machines for some architectures.
+export GAMMARAY_LAUNCHER_TIMEOUT=240
+
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
%:
--
gammaray packaging
More information about the pkg-kde-commits
mailing list