ソースを参照

Add missing comment serving as documentation about abort-remove on
removal in dpkg.postinst (Justin Pryzby). Closes: #372145

Guillem Jover 20 年 前
コミット
e594e185a5
共有2 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 2 0
      debian/changelog
  2. 3 0
      debian/dpkg.postinst

+ 2 - 0
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
   * Add the source version inside parenthesis to the Source field in the
     generated .changes and binary packages if the binary package version
     generated .changes and binary packages if the binary package version
     differs (like in binNMUs). Closes: #62529
     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 ]
   [ Updated dpkg Translations ]
   * Romanian (Eddy Petrişor).
   * Romanian (Eddy Petrişor).

+ 3 - 0
debian/dpkg.postinst

@@ -8,6 +8,9 @@
 # If prerm fails during upgrade or fails on failed upgrade:
 # If prerm fails during upgrade or fails on failed upgrade:
 #	<old-postinst> abort-upgrade <new-version>
 #	<old-postinst> abort-upgrade <new-version>
 #
 #
+# If prerm fails during removal:
+#	<old-postinst> abort-remove
+#
 # If prerm fails during deconfiguration of a package:
 # If prerm fails during deconfiguration of a package:
 #	<postinst> abort-deconfigure in-favour <new-package> <version>
 #	<postinst> abort-deconfigure in-favour <new-package> <version>
 #		   removing <old-package> <version>
 #		   removing <old-package> <version>