#!/usr/bin/make -f

export PYBUILD_NAME=sosreport
DEB_BUILD_OPTIONS+=nocheck

%:
	dh $@ --with python3 --buildsystem=pybuild
