Bug#601203: #601203: tested patch for adding support for recursively including recommends (NORECOMMENDS=0)

2021-12-16 Thread Arnaud Rebillout
Thanks for the feedback! I also had the impression that it was a "backward step", but since I don't really understand anything in Perl, I didn't dare to touch it :) Updated patch set attached. I also removed the hunk that came just after as it was another step backward. I noticed (only now)

Bug#601203: #601203: tested patch for adding support for recursively including recommends (NORECOMMENDS=0)

2021-12-16 Thread Philip Hands
Hi Skimming through this thread as a result of your mail, I noticed the earlier patch replacing the || 1 with defined ... ? ... and was going to point out that since 2007 perl's had the // operator for this sort of thing, which should mean that this would do the trick these days: my $norecommen