Package: bugs.debian.org
Severity: minor
Hi,
while marking #620231, I noticed that the versions graph had sorted my
versions "backwards". The wrong "dot" file was:
digraph G {
"pyside/0.4.2-1" [fillcolor="chartreuse",style="filled",shape="rect"]
"pyside/0.4.2-1~unstable0"
[fillcolor="salmon",style="filled",shape="ellipse",label="pyside/0.4.2-1~unstable0\n(testing,unstable)"]
"pyside/0.4.2-1~unstable0"->"pyside/0.4.2-1" [dir="back"]
}
Where it should have been (last line reversed):
digraph G {
"pyside/0.4.2-1" [fillcolor="chartreuse",style="filled",shape="rect"]
"pyside/0.4.2-1~unstable0"
[fillcolor="salmon",style="filled",shape="ellipse",label="pyside/0.4.2-1~unstable0\n(testing,unstable)"]
"pyside/0.4.2-1"->"pyside/0.4.2-1~unstable0" [dir="back"]
}
In fact, the -1~unstable0 was a "backport" of the by-then experimental
version (-1).
$ dpkg --compare-versions 0.4.2-1~unstable0 gt 0.4.2-1 && echo bigger || echo
smaller
smaller
By the way, pyside 1.0.0-2 is in unstable for a long time now (~21
days), why isn't it shown ?
Cheers,
OdyX
-- System Information:
Debian Release: wheezy/sid
APT prefers squeeze-updates
APT policy: (500, 'squeeze-updates'), (500, 'unstable'), (500, 'testing'),
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]