#!/usr/bin/make -f

#export DH_VERBOSE=1

# needed until latex2html and the web makefiles are fixed
export PERL_USE_UNSAFE_INC=1

# needed for latex2html
export TEXINPUTS=`pwd`/latex

# see https://tests.reproducible-builds.org/debian/issues/unstable/timestamps_in_ps_generated_by_dvips_issue.html
export FORCE_SOURCE_DATE := 1

%:
	dh $@ --no-parallel
