]> err.no Git - dpkg/commitdiff
Add missing comment serving as documentation about abort-remove on
authorGuillem Jover <guillem@debian.org>
Fri, 16 Jun 2006 08:32:50 +0000 (08:32 +0000)
committerGuillem Jover <guillem@debian.org>
Fri, 16 Jun 2006 08:32:50 +0000 (08:32 +0000)
removal in dpkg.postinst (Justin Pryzby). Closes: #372145

debian/changelog
debian/dpkg.postinst

index 3c8a6cc44d86a194f9b378abcd96bb55e0939a52..0b38c9dedaeda54220d55c1cb95a0c14514323b7 100644 (file)
@@ -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).
index 7eec47a09abf9611bd8a2c85d316afe5c3374e64..498e3a223858fc7c15ac3fe2cfe763b961e5b64b 100755 (executable)
@@ -8,6 +8,9 @@
 # If prerm fails during upgrade or fails on failed upgrade:
 #      <old-postinst> abort-upgrade <new-version>
 #
+# If prerm fails during removal:
+#      <old-postinst> abort-remove
+#
 # If prerm fails during deconfiguration of a package:
 #      <postinst> abort-deconfigure in-favour <new-package> <version>
 #                 removing <old-package> <version>