On Wed, Nov 20, 2024 at 3:44 AM Simon Josefsson <[email protected]> wrote: > > Hi > > I noticed that we have a small number of golang-*-dev binary packages > that are built as 'Architecture: all' rather than 'Architecture: any'. > See UDD output below.
I think this mail should reverse all the usages of 'all' vs 'any'... > > udd=> select distinct package from packages where package like 'golang-%-dev' > and architecture != 'all' order by package; You should only select release = sid, and extra_source_only is null, and exclude transitional packages. Then it should have very limited packages. -- Shengjing Zhu
