Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package open-infrastructure-compute-tools Properly cleanup all alternatives after package removal. unblock open-infrastructure-compute-tools/20190301-lts1-2 Andreas
diff -Nru open-infrastructure-compute-tools-20190301-lts1/debian/changelog open-infrastructure-compute-tools-20190301-lts1/debian/changelog --- open-infrastructure-compute-tools-20190301-lts1/debian/changelog 2019-03-02 11:51:51.000000000 +0100 +++ open-infrastructure-compute-tools-20190301-lts1/debian/changelog 2019-03-19 21:24:38.000000000 +0100 @@ -1,3 +1,12 @@ +open-infrastructure-compute-tools (20190301-lts1-2) unstable; urgency=medium + + * Uploading to sid. + * Adding removal of previously forgotten mmdebstrap alternative to not + leave cruft behind after package removal, thanks to Andreas Beckmann + <[email protected]> (Closes: #924092). + + -- Daniel Baumann <[email protected]> Tue, 19 Mar 2019 21:24:38 +0100 + open-infrastructure-compute-tools (20190301-lts1-1) unstable; urgency=medium * Uploading to sid. diff -Nru open-infrastructure-compute-tools-20190301-lts1/debian/open-infrastructure-container-tools.prerm open-infrastructure-compute-tools-20190301-lts1/debian/open-infrastructure-container-tools.prerm --- open-infrastructure-compute-tools-20190301-lts1/debian/open-infrastructure-container-tools.prerm 2019-03-02 11:51:43.000000000 +0100 +++ open-infrastructure-compute-tools-20190301-lts1/debian/open-infrastructure-container-tools.prerm 2019-03-19 21:24:31.000000000 +0100 @@ -4,6 +4,7 @@ case "${1}" in remove|upgrade|deconfigure) + update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/mmdebstrap update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/debootstrap update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/progress-linux update-alternatives --quiet --remove container_script /usr/share/open-infrastructure/container/scripts/debian

