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

[SCM] Debian package checker branch, master, updated. 2.1.6-19-g6928edf



The following commit has been merged in the master branch:
commit 13063f1b5e914686d2251245df7c19db0af69390
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sun Jan 11 12:13:05 2009 -0600

    Enable no-upstream-changelog as a pedantic tag
    
    Enable 'no-upstream-changelog' as a pendantic tag (Closes: #470912)
    
    Signed-off-by: Raphael Geissert <atomo64@gmail.com>

diff --git a/checks/changelog-file b/checks/changelog-file
index b710592..2996d73 100644
--- a/checks/changelog-file
+++ b/checks/changelog-file
@@ -214,10 +214,7 @@ if ($native_pkg) {
 	    }
     	}
 	if (not $found) {
-	    # This tag is disabled for now since a lot of packages fail this
-	    # aspect of policy and I want to clarify policy WRT multi-binary
-	    # packages first.
-	    #tag "no-upstream-changelog", "";
+	    tag "no-upstream-changelog";
 	}
     }
 
diff --git a/checks/changelog-file.desc b/checks/changelog-file.desc
index 68ba376..dcbd74f 100644
--- a/checks/changelog-file.desc
+++ b/checks/changelog-file.desc
@@ -73,7 +73,7 @@ Info: If there is an upstream changelog file, it should usually be
 Ref: policy 12.7
 
 Tag: no-upstream-changelog
-Severity: minor
+Severity: pedantic
 Certainty: wild-guess
 Info: The package does not install an upstream changelog file. 
 Ref: policy 12.7

-- 
Debian package checker


Reply to: