[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 e5cbb18ca076209211d515662edc57afea415bc6
Author: Jordà Polo <jorda@ettin.org>
Date:   Tue Jul 29 19:09:19 2008 +0200

    Add Severity/Certainty headers to "version-substvars" tags

diff --git a/checks/version-substvars.desc b/checks/version-substvars.desc
index ecf2bc0..0969f84 100644
--- a/checks/version-substvars.desc
+++ b/checks/version-substvars.desc
@@ -10,12 +10,16 @@ Info: This script checks for correct use of the various *Version
 
 Tag: not-binnmuable-any-depends-any
 Type: error
+Severity: important
+Certainty: certain
 Info: The package is not safely binNMUable because an arch:any package
  depends on another arch:any package with a (= ${source:Version})
  relationship. Please use (= ${binary:Version}) instead.
 
 Tag: not-binnmuable-any-depends-all
 Type: warning
+Severity: normal
+Certainty: certain
 Info: The package is not safely binNMUable because an arch:any package
  depends on an arch:all package with a (= ${Source-Version}) or
  (= ${binary:Version}) relationship. Please use (= ${source:Version})
@@ -23,6 +27,8 @@ Info: The package is not safely binNMUable because an arch:any package
 
 Tag: not-binnmuable-all-depends-any
 Type: warning
+Severity: normal
+Certainty: certain
 Info: The package is not safely binNMUable because an arch:all package
  depends on an arch:any package with a strict (= ${Source-Version}), or
  similar, relationship.
@@ -37,6 +43,8 @@ Info: The package is not safely binNMUable because an arch:all package
 
 Tag: version-substvar-for-external-package
 Type: error
+Severity: important
+Certainty: certain
 Info: The first package has a dependency on the second package that uses
  (= ${binary:Version}), (= ${source:Version}), or (= ${Source-Version}),
  but the second package is not built from this source package.  Usually
@@ -44,6 +52,8 @@ Info: The first package has a dependency on the second package that uses
 
 Tag: substvar-source-version-is-deprecated
 Type: warning
+Severity: normal
+Certainty: certain
 Info: The package uses the now deprecated ${Source-Version} substvar,
  which has misleading semantics. Please switch to ${binary:Version} or
  ${source:Version} as appropriate. Support for ${Source-Version} may be

-- 
Debian package checker


Reply to: