#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_clean:
	dh_auto_clean
	# see bug #671322
	rm -f smartcard/scard/scard.py smartcard/scard/scard_wrap.c
