#!/usr/bin/make -f

export DH_VERBOSE=1

export FC_DEFAULT=gfortran-15
export FC_OPTIONAL=flang-21 lfortran
export DH_NO_ORIG_LIBS=1

# The magic debhelper  rule
%:
	dh $@  --with fortran --buildsystem=fortran

