[Piuparts-commits] rev 434 - piatti/home/piupartsm/bin/known_problems

Holger Levsen holger at alioth.debian.org
Wed Jun 10 05:59:24 UTC 2009


Author: holger
Date: 2009-06-10 05:59:24 +0000 (Wed, 10 Jun 2009)
New Revision: 434

Added:
   piatti/home/piupartsm/bin/known_problems/command_not_found_error.conf
Removed:
   piatti/home/piupartsm/bin/known_problems/command_no_found_error.conf
Modified:
   piatti/home/piupartsm/bin/known_problems/owned_files_by_many_packages.conf
Log:
fix typos

Copied: piatti/home/piupartsm/bin/known_problems/command_not_found_error.conf (from rev 431, piatti/home/piupartsm/bin/known_problems/command_no_found_error.conf)
===================================================================
--- piatti/home/piupartsm/bin/known_problems/command_not_found_error.conf	                        (rev 0)
+++ piatti/home/piupartsm/bin/known_problems/command_not_found_error.conf	2009-06-10 05:59:24 UTC (rev 434)
@@ -0,0 +1,20 @@
+#
+# detect packages with miss a depends or use non-essential in purge
+#
+COMMAND=`rgrep "command not found" fail|cut -d " " -f1|sed -e "s#log:#log#"|sort -u 2>/dev/null`
+ISSUE=0
+HELPTEXT="Packages with failed logs with the string 'command not found' in them.
+WARNING: it has not been verified that this error really caused the package to
+fail the piuparts test.
+In fact, there are also successful logs with 'command not found' in them.
+
+From the third paragraph about the meaning of the depends field in
+http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps
+
+The Depends field should also be used if the postinst, prerm or postrm scripts
+require the package to be present in order to run. __Note, however, that the
+postrm cannot rely on any non-essential packages to be present during the
+purge phase__.
+
+Please file bugs!"
+

Modified: piatti/home/piupartsm/bin/known_problems/owned_files_by_many_packages.conf
===================================================================
--- piatti/home/piupartsm/bin/known_problems/owned_files_by_many_packages.conf	2009-06-06 08:45:14 UTC (rev 433)
+++ piatti/home/piupartsm/bin/known_problems/owned_files_by_many_packages.conf	2009-06-10 05:59:24 UTC (rev 434)
@@ -1,7 +1,7 @@
 #
 # detect conffiles owned by two or more packages which are not removed by dpkg correctly
 #
-COMMAND=`rgrep '"owned by" fail|grep "," |cut -d " " -f1|sed -e "s#log:#log#"|sort -u 2>/dev/null`
+COMMAND=`rgrep "owned by" fail|grep "," |cut -d " " -f1|sed -e "s#log:#log#"|sort -u 2>/dev/null`
 ISSUE=0
 HELPTEXT="Packages with failed logs which have conffiles owned by two or more packages which are not removed by dpkg correctly. So these might be ok packages (or not, as there might be other problems), but we cannot know until dpkg is fixed.
 




More information about the Piuparts-commits mailing list