#!/usr/bin/make -f
# -*- makefile -*-

WITH_PYTHON = $(shell test -f /usr/bin/dh_python3 && echo "--with python3")

%:
	dh $@ $(WITH_PYTHON)
