On 6 March 2016 at 09:50, Pali Rohár <[email protected]> wrote: >> > 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. > > But should not be cleandir part of that --buildsystem=bmake? Or why not?
You're actually very right in this, I'm going to implement that right now. -- Cheers, Andrew

