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

[SCM] Debian package checker branch, master, updated. 1.24.4-57-gcfdcbc8



The following commit has been merged in the master branch:
commit c6003682b597b0381fff5b2611276678d5003374
Author: Jordà Polo <jorda@ettin.org>
Date:   Mon Jul 21 16:14:01 2008 +0200

    Add Severity/Certainty headers to "infofiles" tags

diff --git a/checks/infofiles.desc b/checks/infofiles.desc
index f67fc79..80423ae 100644
--- a/checks/infofiles.desc
+++ b/checks/infofiles.desc
@@ -8,26 +8,36 @@ Info: This script checks if a binary package conforms to info document policy.
 
 Tag: info-document-not-compressed
 Type: error
+Severity: important
+Certainty: certain
 Info: Info documents have to be installed compressed (using <tt>gzip -9</tt>).
 Ref: policy 12.2
 
 Tag: info-document-not-compressed-with-gzip
 Type: error
+Severity: important
+Certainty: certain
 Info: Info documents should be compressed with <tt>gzip -9</tt>.
 Ref: policy 12.2
 
 Tag: info-document-not-compressed-with-max-compression
 Type: error
+Severity: important
+Certainty: certain
 Info: Info documents should be compressed with <tt>gzip -9</tt>.
 Ref: policy 12.2
 
 Tag: info-document-has-wrong-extension
 Type: warning
+Severity: normal
+Certainty: certain
 Info: The info document has an extension other than info*.gz.
 Ref: policy 12.2
 
 Tag: info-document-missing-dir-section
 Type: warning
+Severity: normal
+Certainty: certain
 Info: This info document has no INFO-DIR-SECTION line and no
  <tt>--section</tt> option is passed to <tt>install-info</tt> in the
  package <tt>postinst</tt> maintainer script.  <tt>install-info</tt> will
@@ -48,18 +58,24 @@ Ref: policy 12.2
 
 Tag: postrm-calls-install-info
 Type: warning
+Severity: normal
+Certainty: possible
 Ref: policy 12.2
 Info: The postrm script calls the <tt>install-info</tt> command. Usually,
  this command should be called from the <tt>prerm</tt> maintainer script.
 
 Tag: preinst-calls-install-info
 Type: error
+Severity: important
+Certainty: possible
 Ref: policy 12.2
 Info: The preinst script calls the <tt>install-info</tt> command. Usually,
  this command should be called from the <tt>postinst</tt> maintainer script.
 
 Tag: install-info-not-called-with-quiet-option
 Type: warning
+Severity: normal
+Certainty: certain
 Ref: policy 3.9
 Info: The package installation scripts should avoid producing output which it
  is unnecessary for the user to see.  Policy specifically mentions install-info
@@ -67,6 +83,8 @@ Info: The package installation scripts should avoid producing output which it
 
 Tag: info-documents-not-removed
 Type: warning
+Severity: normal
+Certainty: certain
 Ref: policy 12.2
 Info: The postinst script calls the <tt>install-info</tt> command, but the
  documents installed are not then removed by the <tt>prerm</tt>  maintainer

-- 
Debian package checker


Reply to: