On 6 March 2016 at 01:20, Pali Rohár <pali.ro...@gmail.com> wrote: > First dpkg-buildpackage call works, but calling it secondary fails with: > > dpkg-source: info: local changes detected, the modified files are: > udfclient-0.8.1/Makefile > > It is because "debian/rules clean" calls only "bmake clean" which does > not delete autogenerated file Makefile. That is deleted by another > target "bmake cleandir". > > So version 20150606-2 still does not work for udfclient. > > Now I think that I should stay with my implementation which is working > instead experimenting with --buildsystem=bmake..
For that, there's debian/clean, where you delete the autogenerated file, just as you'd do if you had autoconf+gmake. -- Cheers, Andrew