#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_clean:
override_dh_auto_build:
	a2x --no-xmllint --doctype manpage --format manpage debian/rurple-ng.txt

override_dh_auto_install:

override_dh_fixperms:
	dh_fixperms
	find debian/rurple-ng/usr/share/rurple-ng/share -type f -exec chmod -x {} \;

