Codebase list kdav / debian/17.12.2-2 debian / rules
debian/17.12.2-2

Tree @debian/17.12.2-2 (Download .tar.gz)

rules @debian/17.12.2-2raw · history · blame

1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk

override_dh_auto_test:
	mkdir -p obj-$(DEB_HOST_GNU_TYPE)/runtime
	chmod 700 obj-$(DEB_HOST_GNU_TYPE)/runtime
	XDG_RUNTIME_DIR=$(PWD)/obj-$(DEB_HOST_GNU_TYPE)/runtime xvfb-run -- dh_auto_test --no-parallel
	rm -r obj-$(DEB_HOST_GNU_TYPE)/runtime