#!/usr/bin/make -f
#export DH_VERBOSE=1
#
%:
	dh $@

override_dh_install:
	dh_install
	# In Redmine 2.x .rhtml files are .html.erb.
	find debian/redmine-plugin-recaptcha -type f -name '*.rhtml' -print0 | xargs -0 rename 's/.rhtml$$/.html.erb/'
