在debian/rules里面,将这个:

%:
	dh $@

改为这个:

%:
	dh $@ --with python2

其余看这里