From e594e185a589ea358d5dca4a932a765cacbd5f93 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 16 Jun 2006 08:32:50 +0000 Subject: [PATCH] Add missing comment serving as documentation about abort-remove on removal in dpkg.postinst (Justin Pryzby). Closes: #372145 --- debian/changelog | 2 ++ debian/dpkg.postinst | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3c8a6cc4..0b38c9de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ dpkg (1.13.22~) UNRELEASED; urgency=low * Add the source version inside parenthesis to the Source field in the generated .changes and binary packages if the binary package version differs (like in binNMUs). Closes: #62529 + * Add missing comment serving as documentation about abort-remove on + removal in dpkg.postinst (Justin Pryzby). Closes: #372145 [ Updated dpkg Translations ] * Romanian (Eddy Petrişor). diff --git a/debian/dpkg.postinst b/debian/dpkg.postinst index 7eec47a0..498e3a22 100755 --- a/debian/dpkg.postinst +++ b/debian/dpkg.postinst @@ -8,6 +8,9 @@ # If prerm fails during upgrade or fails on failed upgrade: # abort-upgrade # +# If prerm fails during removal: +# abort-remove +# # If prerm fails during deconfiguration of a package: # abort-deconfigure in-favour # removing -- 2.39.5