#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-gnulib-tests

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/virt-v2v/usr/lib/ocaml

# possibly hangs
export SKIP_TEST_FEDORA_LUKS_ON_LVM_CONVERSION_SH = 1

# UNIX socket path
# '/build/reproducible-path/virt-v2v-2.8.1/debian/.debhelper/generated/_source/home/.config/libvirt/qemu/lib/qmp-ZLLUK3/qmp.monitor'
# is too long
export SKIP_TEST_O_LIBVIRT_SH = 1
