#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_before_dh_auto_build:
	docbook-to-man debian/rubberband.sgml > debian/rubberband.1

override_dh_auto_test:
	dh_auto_test -- --timeout-multiplier 3
