--- Begin Message ---
Re: Cyril Brulebois 2015-07-16 <20150716171343.ga15...@mraw.org>
> Cyril Brulebois <k...@debian.org> (2014-08-08):
> > out of curiosity I tried rmadison from devscripts for a change and got
> > this output:
> > | kibi@arya:~$ \rmadison partman-lvm
> > | partman-lvm | 74 | squeeze/main/debian-installer | all
> > | partman-lvm | 74 | squeeze | source
> > | partman-lvm | 82 | wheezy/main/debian-installer | all
> > | partman-lvm | 82 | wheezy | source
> > | partman-lvm | 90 | jessie/main/debian-installer | all
> > | partman-lvm | 90 | sid/main/debian-installer | all
> > | partman-lvm | 90 | jessie | source
> > | partman-lvm | 90 | sid | source
> >
> > while a real dak ls returns a far more readable output:
> > | kibi@arya:~$ alias rmadison
> > | alias rmadison='ssh release.debian.org dak ls'
> > | kibi@arya:~$ rmadison partman-lvm
> > | partman-lvm | 74 | oldstable | source, all
> > | partman-lvm | 82 | stable | source, all
> > | partman-lvm | 90 | testing | source, all
> > | partman-lvm | 90 | unstable | source, all
> >
> > Please note that the format is different, and that one uses suite names
> > while the other one uses codenames.
>
> And having tried that again:
> | kibi@chloe:~$ rmadison -u api.ftp-master.debian.org/madison systemd|grep 22
> | systemd | 221-1 | testing | source,
> amd64, arm64, armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
> | systemd | 221-1+deb9u1 | buildd-testing-proposed-updates | source
> | systemd | 221-1+deb9u1 | testing-proposed-updates | source
> | systemd | 222-1 | unstable | source
> | systemd | 222-2 | buildd-unstable | source,
> amd64, arm64, armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x, sparc
> | systemd | 222-2 | unstable | source,
> amd64, arm64, armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x, sparc
>
> versus:
> | kibi@chloe:~$ rmadison systemd|grep 22
> | systemd | 221-1 | stretch | source, amd64, arm64, armel,
> armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
> | systemd | 221-1+deb9u1 | stretch-p-u | source
> | systemd | 222-1 | sid | source
> | systemd | 222-2 | sid | source, amd64, arm64, armel,
> armhf, i386, mips, mipsel, powerpc, ppc64el, s390x, sparc
>
>
> I don't think returning “stretch-p-u” is a good idea… Selecting it with
> -s doesn't even work anyway:
> | kibi@chloe:~$ rmadison systemd -s stretch-p-u
> | debian:
> | new:
> | kibi@chloe:~$ rmadison systemd -s stretch-proposed-updates
> | debian:
> | systemd | 221-1+deb9u1 | stretch-p-u | source
> | new:
Looks better now:
$ rmadison partman-lvm
partman-lvm | 82 | oldoldstable | source, all
partman-lvm | 107 | oldstable | source, all
partman-lvm | 107 | oldstable-kfreebsd | source, all
partman-lvm | 113 | stable | source, all
partman-lvm | 125 | testing | source, all
partman-lvm | 125 | unstable | source, all
$ rmadison -u api.ftp-master.debian.org/madison systemd
systemd | 44-11+deb7u4 | oldoldstable | source, amd64, armel,
armhf, i386, ia64, mips, mipsel, powerpc, s390, s390x, sparc
systemd | 204-14~bpo70+1 | wheezy-backports | source, amd64, armel,
armhf, i386, ia64, mips, mipsel, powerpc, s390, s390x, sparc
systemd | 215-17 | oldstable-kfreebsd | source
systemd | 215-17+deb8u7 | oldstable | source, amd64, arm64,
armel, armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
systemd | 230-7~bpo8+2 | jessie-backports | source, amd64, armel,
armhf, i386, mips, mipsel, powerpc, ppc64el, s390x
systemd | 230-7~bpo8+2+b1 | jessie-backports | arm64
systemd | 232-25+deb9u6 | stable | source, amd64, arm64,
armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x
systemd | 232-25+deb9u6 | stable-debug | source
systemd | 237-3~bpo9+1 | stretch-backports | source, mips64el
systemd | 237-3~bpo9+1 | stretch-backports-debug | source
systemd | 239-11~bpo9+1 | stretch-backports | source, mipsel
systemd | 239-11~bpo9+1 | stretch-backports-debug | source
systemd | 239-12~bpo9+1 | stretch-backports | source, amd64, arm64,
armel, armhf, i386, mips, ppc64el, s390x
systemd | 239-12~bpo9+1 | stretch-backports-debug | source
systemd | 240-2 | testing | source, amd64, arm64,
armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x
systemd | 240-2 | unstable | source, amd64, arm64,
armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x
systemd | 240-2 | unstable-debug | source
Christoph
--- End Message ---