#!/usr/bin/make -f

# The magic debhelper rule:
%:
	dh $@  --with python2

# export DH_VERBOSE=1
