Codebase list kdav / f7494c7
fix small typo auto_tests -> dh_auto_tests. Sandro Knauß 6 years ago
2 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 kdav (17.12.2-4) UNRELEASED; urgency=medium
1
2 [ Sandro Knauß ]
3 * fix small typo auto_tests -> dh_auto_tests.
14
25 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 21 Mar 2018 02:22:24 +0100
36
55 mkdir -p obj-$(DEB_HOST_GNU_TYPE)/runtime
66 chmod 700 obj-$(DEB_HOST_GNU_TYPE)/runtime
77 XDG_RUNTIME_DIR=$(PWD)/obj-$(DEB_HOST_GNU_TYPE)/runtime xvfb-run --server-args="-screen 0 1024x768x24 +extension GLX" -- \
8 auto_test --no-parallel
8 dh_auto_test --no-parallel
99 rm -r obj-$(DEB_HOST_GNU_TYPE)/runtime