[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#926288: unblock: open-infrastructure-compute-tools/20190301-lts1-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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
+    <anbe@debian.org> (Closes: #924092).
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org>  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

Reply to: