#!/usr/bin/make -f

export PYBUILD_NAME = ostree-push

%:
	dh $@ --buildsystem=pybuild

pybuild-autopkgtest: export http_proxy=

# The tests use a local HTTP server that pybuild's http_proxy interferes
# with.
override_dh_auto_test:
	http_proxy= dh_auto_test
