diff --git a/debian/changelog b/debian/changelog index 23a116db..d3858ce1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.567) disco; urgency=medium + + * Fix change to ignore ubiquity packages, it failed to mark anything + as automatic. + + -- Julian Andres Klode Wed, 27 Feb 2019 09:02:14 +0100 + livecd-rootfs (2.566) disco; urgency=medium [ Julian Andres Klode ] diff --git a/minimize-manual b/minimize-manual index ccb17f09..c8e3c166 100755 --- a/minimize-manual +++ b/minimize-manual @@ -51,7 +51,7 @@ def main(): # This will raise the KeyError here if ubiquity did not depend on it seen.remove(ver.package) except KeyError: - continue + pass workset.add(ver.package) seen.add(pkg)