Re: UDD lists more than one source package for aboot
Hi Lucas,
Am Wed, Sep 10, 2025 at 01:38:05PM +0200 schrieb Lucas Nussbaum:
> On 10/09/25 at 13:29 +0200, Andreas Tille wrote:
> > I checked the situation of some Go packages that do not seem to be maintained on
> > Salsa. Astonishingly I found two different versions of at least one package in sid:
> >
> > udd=> select source, version, maintainer, vcs_url, architecture from sources where release = 'sid' and source = 'golang-github-docker-libtrust';
> > ...
> >
> > Is there any chance that some values inside the source table are imported
> > incorrectly?
>
> Look at the extra_source_only column.
Another issue:
udd=> select source, version, distribution, release, component, maintainer, vcs_url, architecture, extra_source_only from sources where release = 'sid' and source = 'aboot' order by maintainer;
source | version | distribution | release | component | maintainer | vcs_url | architecture | extra_source_only
--------+-------------------+--------------+---------+-----------+----------------------------------------------------------+------------------------------------------------------------+--------------+-------------------
aboot | 1.0~pre20200212-1 | debian | sid | main | John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> | https://salsa.debian.org/debian/aboot.git | any all |
aboot | 1.0~pre20040408-4 | debian | sid | main | Steve Langasek <vorlon@debian.org> | http://bzr.debian.org/bzr/pkg-aboot/aboot/branches/debian/ | any all |
(2 Zeilen)
> There's a sources_uniq view that hides those.
This is fine and I'll use this in future - but I would like to
understand the duplicate anyway.
Kind regards
Andreas.
--
https://fam-tille.de
Reply to: