~wgrant/ubuntu-archive-tools/ddebs-2

« back to all changes in this revision

Viewing changes to change-override

  • Committer: William Grant
  • Date: 2013-05-31 07:13:11 UTC
  • Revision ID: william.grant@canonical.com-20130531071311-fm2sspeggccq9rzo
Fix source+binary change-override to skip ddebs too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        # Change all binaries for matching source.
40
40
        if options.source_and_binary:
41
41
            for binary in source.getPublishedBinaries():
42
 
                yield "binary", binary
 
42
                if not binary.is_debug:
 
43
                    yield "binary", binary
43
44
        # Change matching binaries.
44
45
        elif not options.source_only:
45
46
            for binary in lputils.find_latest_published_binaries(