On Thu, 17 Oct 2019 at 21:15, lorenzo casiello <lorenzo.casie...@email.it> wrote: > DDTP fetches descriptions by priority (higher first) and lowering python-* > package priority would be a good idea. > Current values: > > - python3-* packages have priority 47 > - python-* (but not *-doc) packages have priority 47 > - python-*-doc packages have priority 46 > > This snippet: > > # Python2 packages will be removed from bullseye, let's lower their priority > $prioritize -= 1 if $package =~ /^python-/i && $package !~ /-doc$/i; > > added in Packages2db.pl [1] at line 358 (or around it) lowers priority by 1 > (46 instead of 47).
Seems like a good idea, so I did it. Have a nice day, -- Martijn van Oosterhout <klep...@gmail.com> http://svana.org/kleptog/