#!/usr/bin/make -f

%:
	dh $@

# tests fail while running in parallel, reported in private email
# upstream, see start of thread in my inbox at
# 87h6nj9bfb.fsf@angela.anarc.at
#
# upstream thinking about how to fix this and recommended to run the
# test suite serially instead, which slows it down but otherwise
# should have no negative impact.
#
# unclear if this hides an actual bug that could be triggered in the
# real world.
override_dh_auto_test:
	dh_auto_test --no-parallel

# fix lintian warning
override_dh_auto_install:
	dh_auto_install --destdir=debian/pv/
	rm debian/pv/usr/share/doc/pv/INSTALL
