Bug#922688: findent: Please drop build-depend on gfortran

2019-02-19 Thread Willem Vermin
Yes, I see it now, I arranged that gfortran is not needed when building. Probably it is best to remove the dependency altogether. When developing on a system with gfortran, the compile checks will automatically be done. Adapting to another fortran compiler would require the conversion of the

Bug#922688: findent: Please drop build-depend on gfortran

2019-02-19 Thread Alastair McKinstry
Dear Willem, Build-depend on "gfortran | fortran-compiler". This will make it work with flang, if that is present instead of gfortran. Looking at the program, it compiles fine without gfortran, and 'make check' succeeds ! set -x in test-compile.sh reveals: + echo ../test-compile.sh: ../prog

Bug#922688: findent: Please drop build-depend on gfortran

2019-02-19 Thread Willem Vermin
Dear Alastair, findent uses gfortran when running 'make check', to confirm that indented sources are still compilable. If you know how to specify a general fortran compiler in stead of specific gfortran, just let me know and I can take care of that in the next release of findent, or, if that

Bug#922688: findent: Please drop build-depend on gfortran

2019-02-19 Thread Alastair McKinstry
Package: findent Version: 2.8.2-1 Severity: minor Dear Maintainer, I'm rebuilding Debian with flang, as a Secondary Fortran compiler. In the process of this, I see that your package 'findent' build depends on gfortran. It doesn't need to, as it doesn't use gfortran to build. You could use "Rec