~raof/ubuntu-archive-tools/python3

« back to all changes in this revision

Viewing changes to update-i386-whitelist

  • Committer: Steve Langasek
  • Date: 2019-12-08 05:23:39 UTC
  • Revision ID: steve.langasek@canonical.com-20191208052339-hoj58hxtx4bftuxs
hard-code some new dependencies of lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    # https://bugs.launchpad.net/launchpad/+bug/1855069 is fixed, but this is
87
87
    # also potentially useful for bootstrapping any additional packages into
88
88
    # the archive if needed.
89
 
    newSet.add('gcc-10')
 
89
    newSet.update(['gcc-10',])
 
90
    # bootstrap for new lintian
 
91
    newSet.update(['libclass-xsaccessor-perl', 'libdigest-sha-perl'])
90
92
    print("Additions:" )
91
93
    additions = list(newSet-currentSet)
92
94
    additions.sort()