#!/usr/bin/make -f

%:
	dh $@ --buildsystem=python_distutils --with python2

# Remove alembic note
override_dh_auto_install:
	dh_auto_install
	rm -f $(CURDIR)/debian/gertty/usr/lib/python2.7/dist-packages/gertty/alembic/README
