~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/binarypackagebuild.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
443
443
    def _checkDependencyVersion(self, available, required, relation):
444
444
        """Return True if the available version satisfies the context."""
445
445
        # This dict maps the package version relationship syntax in lambda
446
 
        # functions which returns boolean according the results of
 
446
        # functions which returns boolean according to the results of
447
447
        # apt_pkg.version_compare function (see the order above).
448
448
        # For further information about pkg relationship syntax see:
449
449
        #
688
688
                recipients = recipients.union(
689
689
                    get_contact_email_addresses(dsc_key.owner))
690
690
 
691
 
        # Modify notification contents according the targeted archive.
 
691
        # Modify notification contents according to the targeted archive.
692
692
        # 'Archive Tag', 'Subject' and 'Source URL' are customized for PPA.
693
693
        # We only send build-notifications to 'buildd-admin' celebrity for
694
694
        # main archive candidates.