]> git.decadent.org.uk Git - dak.git/commitdiff
daklib/checks.py: use apt_pkg.version_compare correctly
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 8 Jul 2012 21:50:11 +0000 (15:50 -0600)
committerAnsgar Burchardt <ansgar@debian.org>
Fri, 13 Jul 2012 16:46:09 +0000 (10:46 -0600)
version_compare returns values less than, equal to or greater than zero.
This value is not always -1, 0 or 2(!) as the documentation claims.

Reference: http://bugs.debian.org/680891


No differences found