#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@ --with python2

override_dh_auto_build:
	dh_auto_build --no-act

override_dh_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/xgridfit PREFIX=/usr install
	$(MAKE) DESTDIR=$(CURDIR)/debian/xgridfit-doc PREFIX=/usr install-docs
