#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
	dh $@ --with python2


override_dh_auto_clean:
	dh_auto_clean
	rm -rf ./Blogofile.egg-info/

override_dh_install:
	dh_install --list-missing
	mv $(CURDIR)/debian/blogofile-converters/usr/bin/wordpress2blogofile.py \
	   $(CURDIR)/debian/blogofile-converters/usr/bin/wordpress2blogofile
