#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

%:
	dh $@

override_dh_auto_clean:
	! [ -f debian/autoreconf.before ] || dh_auto_clean

execute_after_dh_install:
	mv debian/didiwiki/usr/libexec/notifynewuser.sh debian/didiwiki/usr/libexec/didiwiki-notifynewuser.sh
