~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/distroseries.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-03 05:05:39 UTC
  • mfrom: (14514.3.5 new-python-apt)
  • Revision ID: launchpad@pqm.canonical.com-20120103050539-y6ipuo5e9illcrsr
[r=benji][bug=551510] Port to new python-apt API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1459
1459
                packagenames)
1460
1460
            for spph in spphs:
1461
1461
                latest_release = latest_releases.get(spph.meta_sourcepackage)
1462
 
                if latest_release is not None and apt_pkg.VersionCompare(
 
1462
                if latest_release is not None and apt_pkg.version_compare(
1463
1463
                    latest_release.version, spph.source_package_version) > 0:
1464
1464
                    version = latest_release
1465
1465
                else: