[SCM] kcoreaddons packaging branch, master, updated. debian/5.37.0-2-101-ga15783a
Maximiliano Curia
maxy at moszumanska.debian.org
Tue Jan 2 18:34:26 UTC 2018
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kcoreaddons.git;a=commitdiff;h=8cbec50
The following commit has been merged in the master branch:
commit 8cbec50fdc4123bedae014399acf94bda18db6e0
Author: Harald Sitter <sitter at kde.org>
Date: Tue Apr 26 09:45:02 2016 +0200
rebuild for test as the tests are not relocatable and adt puts them in /tmp
---
debian/tests/testsuite | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index dabe645..7e0fbd2 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,3 +1,11 @@
#!/bin/sh
+# kcoreaddons puts the build path into a test, we need to rebuild
+# everything to make sure the path is the temporary one used for
+# the autopkgtest. NB: cmake hates relocation, so we'd have to
+# mangle CMakeCache.txt to get away with a as-needed-rebuild :/
+debian/rules clean 2>&1
+dpkg-source --before-build .
+debian/rules build 2>&1
+
dh_auto_test
--
kcoreaddons packaging
More information about the pkg-kde-commits
mailing list