On 10/09/25 at 13:29 +0200, Andreas Tille wrote: > Hi, > > 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'; > source | version | > maintainer | > vcs_url | architecture > -------------------------------+-------------------------------+-----------------------------------------------------------+----------------------------------------------------------------------------------+-------------- > golang-github-docker-libtrust | 0.0~git20150526.0.9cbd2a1-3.1 | pkg-go > <[email protected]> | > https://anonscm.debian.org/git/pkg-go/packages/golang-github-docker-libtrust.git > | all > golang-github-docker-libtrust | 0.0~git20160708.aabc10e-1 | Debian Go > Packaging Team <[email protected]> | > https://salsa.debian.org/go-team/packages/golang-github-docker-libtrust.git > | all > (2 Zeilen) > > This is only for the sources table. The packages table shows one version as > expected: > > udd=> select source, version, maintainer, architecture from packages where > release = 'sid' and source = 'golang-github-docker-libtrust'; > source | version | > maintainer | architecture > -------------------------------+---------------------------+-----------------------------------------------------------+-------------- > golang-github-docker-libtrust | 0.0~git20160708.aabc10e-1 | Debian Go > Packaging Team <[email protected]> | all > (1 Zeile) > > Also rmadison shows only one version: > > $ rmadison -s unstable golang-github-docker-libtrust > golang-github-docker-libtrust | 0.0~git20160708.aabc10e-1 | unstable | > source > > > Is there any chance that some values inside the source table are imported > incorrectly?
Hi, Look at the extra_source_only column. There's a sources_uniq view that hides those. Lucas

