#!/usr/bin/make -f
#export DH_VERBOSE=1

override_dh_clean:
	rm -rf html
	dh_clean

override_dh_compress:
	dh_compress -Xapi-objects.txt -Xepydoc.js -Xssh.py -Xssh_x11.py

%:
	dh $@ --with python2
