#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	dh_auto_clean --sourcedirectory=$(CURDIR)/lastmodified

override_dh_auto_configure:
	dh_auto_configure
	dh_auto_configure --sourcedirectory=$(CURDIR)/lastmodified

override_dh_auto_build:
	dh_auto_build
	dh_auto_build --sourcedirectory=$(CURDIR)/lastmodified

override_dh_auto_test:
	PERL5LIB=$(CURDIR)/blib/lib dh_auto_test
	PERL5LIB=$(CURDIR)/blib/lib dh_auto_test --sourcedirectory=$(CURDIR)/lastmodified

override_dh_auto_install:
	dh_auto_install
	dh_auto_install --sourcedirectory=$(CURDIR)/lastmodified
