Fix change to ignore ubiquity packages, it failed to mark anything as automatic.

snap-tool-base-none
Julian Andres Klode 6 years ago
parent 57d23cf034
commit b0684bbeee

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.567) UNRELEASED; urgency=medium
* Fix change to ignore ubiquity packages, it failed to mark anything
as automatic.
-- Julian Andres Klode <juliank@ubuntu.com> Wed, 27 Feb 2019 09:01:31 +0100
livecd-rootfs (2.566) disco; urgency=medium livecd-rootfs (2.566) disco; urgency=medium
[ Julian Andres Klode ] [ Julian Andres Klode ]

@ -51,7 +51,7 @@ def main():
# This will raise the KeyError here if ubiquity did not depend on it # This will raise the KeyError here if ubiquity did not depend on it
seen.remove(ver.package) seen.remove(ver.package)
except KeyError: except KeyError:
continue pass
workset.add(ver.package) workset.add(ver.package)
seen.add(pkg) seen.add(pkg)

Loading…
Cancel
Save