~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/distributionsourcepackage.py

Merge base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
            # interfaces/product.py.
83
83
            schema=Interface))
84
84
 
 
85
    is_official = Attribute(
 
86
        'Is this source package officially in the distribution?')
 
87
 
85
88
    summary = Attribute(
86
89
        'The summary of binary packages built from this package')
87
90