#!/usr/bin/make -f

dfsg:
	rm -f irc/rfc2812.txt

%:
	dh ${@} --with python2

override_dh_builddeb:
	dh_builddeb -- -Zxz
