#!/usr/bin/make -f

%:
	dh ${@} --buildsystem=pybuild

override_dh_auto_test:
	# the version tests needs some newer python module versions
	dh_auto_test || true

execute_after_dh_auto_install:
	# rename to git-changelog2
	mv debian/git-changelog/usr/bin/git-changelog debian/git-changelog/usr/bin/git-changelog2
