Package: ftp.debian.org
Severity: normal
Hi,
I was curious about the duplicated entry in UDD:
udd=> select source, version, maintainer, vcs_url, architecture,
extra_source_only from sources where release = 'sid' and source = 'aboot' order
by maintainer;
source | version | maintainer
| vcs_url |
architecture | extra_source_only
--------+-------------------+----------------------------------------------------------+------------------------------------------------------------+--------------+-------------------
aboot | 1.0~pre20200212-1 | John Paul Adrian Glaubitz
<[email protected]> | https://salsa.debian.org/debian/aboot.git
| any all |
aboot | 1.0~pre20040408-4 | Steve Langasek <[email protected]>
| http://bzr.debian.org/bzr/pkg-aboot/aboot/branches/debian/ | any all
|
(2 Zeilen)
and checked rmadison:
$ rmadison -S -s unstable aboot
aboot | 1.0~pre20040408-4 | unstable | source
aboot | 1.0~pre20200212-1 | unstable | source
aboot-base | 1.0~pre20040408-4 | unstable | all
aboot-cross | 1.0~pre20200212-1 | unstable | amd64, arm64, armel, armhf,
i386, mips64el, ppc64el, s390x
aboot-cross | 1.0~pre20200212-1+b1 | unstable | riscv64
Does this possible need some manual cleanup?
Kind regards
Andreas.