#!/usr/bin/make -f

#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# parallel build has issues with Makefile target dependency
%:
	dh $@ --no-parallel

execute_before_dh_auto_install:
	# Replace '/usr/bin/env perl' to '/usr/bin/perl' in the file `reseq'.
	sed -i 's/env perl/perl/' reseq
